"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; import Link from "next/link"; export function Hero() { return (
Restaurant Ambience
Lumière Dining Experience the art of French gastronomy in the heart of Paris. Elegant flavors, warm atmosphere, unforgettable moments.
); }