From e275fcc84f43f45a01c21d743a6575371f6e7468 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:17:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 ++++++++++++++++++++--------------------------- 1 file changed, 100 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cf7f9f..7d55acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,15 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import TextAbout from "@/components/sections/about/TextAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles } from "lucide-react"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Sparkles, SquareSplit, CheckCircle, Trophy } from "lucide-react"; export default function ItalianRestaurantPage() { return ( @@ -32,14 +33,12 @@ export default function ItalianRestaurantPage() { @@ -55,166 +54,125 @@ export default function ItalianRestaurantPage() { imageAlt="Elegant Italian restaurant dining room" buttons={[ { text: "Reserve Now", href: "contact" }, - { text: "View Menu", href: "menu" } + { text: "View Pricing", href: "pricing" } + ]} + /> + + +
-
- - -
-
-
- + -
- -
- +
+ +
+
- alert(`Reservation request for ${email} received!`)} useInvertedBackground={false} />
- + +