4 Commits

Author SHA1 Message Date
883b51e61d Update src/app/page.tsx 2026-03-12 06:28:23 +00:00
0e8ff61f01 Merge version_2 into main
Merge version_2 into main
2026-03-12 06:26:47 +00:00
f5ef7b38cb Update src/app/page.tsx 2026-03-12 06:26:43 +00:00
6490a9a082 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:25:23 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Crafted with passion, elegance, and the finest ingredients. Every cake is a celebration of taste, texture, and visual perfection designed for your most special moments."
title="15 Years of Excellence: Handcrafted with passion, elegance, and the finest ingredients. Every cake is a celebration of taste, texture, and visual perfection designed for your most special moments."
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
@@ -204,13 +204,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How far in advance should I order?", content: "We recommend ordering at least 2 weeks in advance for custom designs. For special occasions or larger orders, 4 weeks is ideal to ensure we capture every detail of your vision."
id: "1", title: "How far in advance should I order?", content: "Order 2 weeks in advance for custom designs, 4 weeks for special occasions."
},
{
id: "2", title: "Do you offer delivery?", content: "Yes! We provide professional delivery within a 30-mile radius. Our team ensures your cake arrives in pristine condition with careful handling and climate control."
id: "2", title: "Do you offer delivery?", content: "Yes! Professional delivery within 30 miles with climate control for pristine condition."
},
{
id: "3", title: "Can I customize the flavors and design?", content: "Absolutely. Our master bakers create custom designs and flavor combinations tailored to your preferences. Consultations are complimentary and help us understand your vision perfectly."
id: "3", title: "Can I customize the flavors and design?", content: "Absolutely. Complimentary consultations help us capture your vision perfectly."
},
{
id: "4", title: "What ingredients do you use?", content: "We use only premium ingredients including imported Belgian chocolate, organic eggs, fresh cream, and locally-sourced fruits and botanicals. All cakes are made fresh to order."
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}