Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-12 06:45:15 +00:00

View File

@@ -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"