From add684eba8d6e127cbe7627e57cd9adb4ede0a0c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 05:54:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 103 +++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2205736..6c122c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Calendar, Flame, Layers } from "lucide-react"; +import { Calendar, Flame, Layers, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,76 +32,67 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Experiences", id: "features" }, - { name: "Innovation", id: "feature-nine" }, - { name: "Contact", id: "contact" }, + { name: "Philosophy", id: "features" }, + { name: "Reservations", id: "contact" }, ]} - brandName="SAVOUR" + brandName="Per Se" button={{ - text: "Reserve", href: "#contact" }} + text: "Reserve", href: "https://www.google.com/maps/place/Per+Se/@40.7682178,-74.0591165,13z/data=!3m1!5s0x89c258f620dd2c59:0xca20f753fe2c35e7!4m10!1m2!2m1!1srestoran+di+dekat+new+york+amerika+serikat!3m6!1s0x89c258f62fec73a7:0x5e24118dffac8a65!8m2!3d40.7682178!4d-73.9828988!15sCipyZXN0b3JhbiBkaSBkZWthdCBuZXcgeW9yayBhbWVyaWthIHNlcmlrYXRaLCIqcmVzdG9yYW4gZGkgZGVrYXQgbmV3IHlvcmsgYW1lcmlrYSBzZXJpa2F0kgEWZmluZV9kaW5pbmdfcmVzdGF1cmFudOABAA!16zL20vMGNxdjh5?entry=ttu&g_ep=EgoyMDI2MDQxNC4wIKXMDSoASAFQAw%3D%3D" }} />
+
+ +
+
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1