From 72de6096691ac30962d6975616223015c257e21f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:49:34 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 242 +++++++++++++++++++++++++++++------------------ 1 file changed, 149 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6078c2..a846cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,17 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterCard from "@/components/sections/footer/FooterCard"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Utensils } from "lucide-react"; +import { Sparkles, Utensils, MapPin, Instagram, Facebook, Linkedin } from "lucide-react"; export default function FedericoRestaurantPage() { return ( @@ -26,94 +28,148 @@ export default function FedericoRestaurantPage() { headingFontWeight="medium" > - -
- -
-
- -
- -
- -
-
- -
- + + + + + + + +
); -} \ No newline at end of file +}