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() {