From 61b2eb9ab4ba2099156e6a1962b0f0ab26e03982 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:45:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f686e87..5dc4859 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,6 @@ export default function LandingPage() { ]} buttons={[ { text: 'Order on WhatsApp', href: 'https://wa.me/919876543210?text=Hi%20Parwat%20Bakers!%20I%20would%20like%20to%20place%20an%20order.' }, - { text: 'Browse Gallery', href: 'gallery' }, ]} buttonAnimation="slide-up" carouselPosition="right" @@ -319,6 +318,11 @@ export default function LandingPage() { title: 'Can I customize my cake?', content: 'Absolutely! We specialize in custom cakes. You can choose flavors, colors, designs, and even add custom messages or photo prints. Contact us to discuss your vision!', }, + { + id: '6', + title: 'What if I\'m not satisfied with my order?', + content: 'Your satisfaction is our priority. If you\'re not completely happy with your cake, please contact us immediately. We\'ll either remake your order or provide a full refund within 24 hours of delivery.', + }, ]} useInvertedBackground={false} animationType="slide-up" -- 2.49.1