diff --git a/src/app/page.tsx b/src/app/page.tsx index 05c2e69..3e78930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { @@ -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."]} /> @@ -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." /> @@ -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() { ); -} +} \ No newline at end of file