From 8e40a2fed366a1a34383d559115c87924a4b0b78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:22:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5496d2..781c876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Cake, Bread, PieChart, Sunrise, Wheat } from "lucide-react"; +import { Cake, PieChart, Sunrise, Wheat } from "lucide-react"; export default function Page() { return ( @@ -44,7 +44,7 @@ export default function Page() { @@ -86,7 +85,7 @@ export default function Page() { description="Discover the delightful range of treats at Xelapan, where every item is a testament to our dedication to fresh ingredients and traditional baking methods." features={[ { icon: Cake, title: "Custom Celebration Cakes", description: "Birthdays, anniversaries, graduations, and special events deserve a cake that everyone remembers. Custom designs, fresh ingredients, multiple flavors and fillings, large event and sheet cakes available." }, - { icon: Bread, title: "Fresh Bread Baked Daily", description: "Wake up to the aroma of freshly baked bread. Pan dulce, conchas, sweet breads, traditional pastries, and fresh daily batches are available. Arrive early for the freshest selection!" }, + { icon: Wheat, title: "Fresh Bread Baked Daily", description: "Wake up to the aroma of freshly baked bread. Pan dulce, conchas, sweet breads, traditional pastries, and fresh daily batches are available. Arrive early for the freshest selection!" }, { icon: PieChart, title: "Traditional Pastries", description: "Authentic flavors inspired by Latin American baking traditions. Enjoy our fruit pies, chocolate pastries, seasonal specialties, and weekend favorites." } ]} animationType="slide-up" @@ -154,7 +153,7 @@ export default function Page() { { text: "Request a Custom Cake", href: "#" }, { text: "View Our Menu", href: "#menu" } ]} - background={{"variant":"circleGradient"}} + background={{"variant":"plain"}} useInvertedBackground={false} /> @@ -168,7 +167,6 @@ export default function Page() { { title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "TikTok", href: "#" }] } ]} copyrightText="© 2024 Xelapan Bakery | Authentic Baking. Fresh Every Day." - useInvertedBackground={true} /> -- 2.49.1