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"