From 1a5d7e1fd09c9b8c85ee79a5b0afba78f1bc75db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:23:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 101 +++++++++++++++++++++++++++-------------------- 1 file changed, 58 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a589ef..87cee21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Award, ChefHat, Heart, Star, Utensils } from "lucide-react"; +import { Award, ChefHat, Heart, Star, Utensils, MapPin, Phone, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -28,33 +28,33 @@ export default function LandingPage() { >
@@ -64,31 +64,46 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" - title="Bringing Italy to Life Since 2010" + title="Baking with Passion Since 2015" useInvertedBackground={false} />
@@ -96,14 +111,14 @@ export default function LandingPage() {