diff --git a/src/app/page.tsx b/src/app/page.tsx index eb1810f..fdb185f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ 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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; @@ -31,18 +32,15 @@ export default function LandingPage() { @@ -52,10 +50,8 @@ export default function LandingPage() { description="Culinary Excellence Redefined. Experience the future of fine dining in Jakarta with award-winning fusion cuisine and AI-powered recommendations." background={{ variant: "sparkles-gradient" }} buttons={[ - { - text: "Reserve Now", href: "#contact"}, - { - text: "Explore Menu", href: "#menu"}, + { text: "Reserve Now", href: "#contact" }, + { text: "Explore Menu", href: "#menu" }, ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seafood-dish-with-white-wine_84443-82012.jpg", imageAlt: "Culinary Art" }, @@ -73,7 +69,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description={[ - "SAVOUR is an award-winning fine dining destination that harmonizes traditional French techniques with the vibrant, bold flavors of Indonesia.", "Our mission is to create a symphony of taste on every plate, engaging all senses in a refined atmosphere crafted for true culinary enthusiasts."]} + "SAVOUR is an award-winning fine dining destination that harmonizes traditional French techniques with the vibrant, bold flavors of Indonesia.", "Our mission is to create a symphony of taste on every plate, engaging all senses in a refined atmosphere crafted for true culinary enthusiasts." + ]} /> @@ -83,21 +80,29 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Flame, - title: "AI Menu Intelligence", description: "Personalized menu recommendations tailored to your unique palate profile."}, - { - icon: Calendar, - title: "Real-time Reservations", description: "Seamless, instant booking experience at your fingertips, anytime."}, - { - icon: Layers, - title: "Immersive Experience", description: "Atmospheric 3D dining environments with dynamic ambiance adjustments."}, + { icon: Flame, title: "AI Menu Intelligence", description: "Personalized menu recommendations tailored to your unique palate profile." }, + { icon: Calendar, title: "Real-time Reservations", description: "Seamless, instant booking experience at your fingertips, anytime." }, + { icon: Layers, title: "Immersive Experience", description: "Atmospheric 3D dining environments with dynamic ambiance adjustments." }, ]} title="The Future of Dining" description="Innovative technology meets traditional culinary craft to elevate your dining experience to new heights." /> +
+ +
+ -
- -
- -
- -
-
@@ -192,26 +136,8 @@ export default function LandingPage() {