3 Commits

Author SHA1 Message Date
f4020901cf Merge version_2 into main
Merge version_2 into main
2026-03-27 10:20:28 +00:00
c12a3d6e1e Update src/app/page.tsx 2026-03-27 10:20:22 +00:00
ee6b99c8d9 Merge version_1 into main
Merge version_1 into main
2026-03-27 10:18:29 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
background={{ variant: "gradient-bars" }}
logoText="Sweet Crust Bakery"
description="Authentic, artisanal breads and pastries baked fresh daily. Order your favorites from 200rs to 20,000rs."
description="Authentic, artisanal breads and pastries baked fresh daily. Order management system active: Minimum order 200rs, Maximum order 20,000rs."
buttons={[{ text: "Browse Menu", href: "#products" }]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/mid-section-male-baker-holding-paper-bag-with-breads_23-2147883355.jpg"
@@ -61,7 +61,7 @@ export default function LandingPage() {
{ id: "3", name: "Brownie Box", price: "500rs", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335592.jpg" },
]}
title="Fresh Daily Bakes"
description="From sourdough loaves to decadent croissants, we bring the best of the bakery to your table."
description="From sourdough loaves to decadent croissants, we bring the best of the bakery to your table. Orders accepted between 200rs and 20,000rs."
/>
</div>
@@ -70,7 +70,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Baking"
description={[
"Every recipe is a labor of love, crafted with traditional techniques and high-quality local ingredients.", "We pride ourselves on providing the freshest quality for our community."]}
"Every recipe is a labor of love, crafted with traditional techniques and high-quality local ingredients.", "We pride ourselves on providing the freshest quality for our community. Minimum order amount: 200rs, Maximum order amount: 20,000rs."]}
/>
</div>
@@ -91,7 +91,7 @@ export default function LandingPage() {
{ value: "10+", label: "Years Baking" },
]}
title="Community Love"
description="Hear what our loyal customers have to say about our bakes."
description="Hear what our loyal customers have to say about our bakes. We manage all orders between 200rs and 20,000rs."
/>
</div>
@@ -106,7 +106,7 @@ export default function LandingPage() {
},
{
title: "Support", items: [
{ label: "Order Limits", href: "#" },
{ label: "Order Limits (200rs-20,000rs)", href: "#" },
{ label: "Contact", href: "#" },
],
},
@@ -117,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}