From a588cabf1df082884532eee469c5fb6038cb8e15 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:46:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 92 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ce346..f6078c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,15 @@ "use client"; import ReactLenis from "lenis/react"; -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 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 NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Utensils, MapPin, Instagram, Facebook, Linkedin } from "lucide-react"; +import { Utensils } from "lucide-react"; export default function FedericoRestaurantPage() { return ( @@ -28,39 +26,92 @@ export default function FedericoRestaurantPage() { headingFontWeight="medium" > - - - + + +
+ +
+
+ +
+ +
+ +
+
+ +
+