Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:48:27 +00:00
parent 42eff4ddf5
commit 6895f21120

View File

@@ -214,12 +214,12 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Get in touch"
title="Order Your Masterpiece"
description="Order via WhatsApp. We accept UPI, GPay, PhonePe, and major credit cards across India."
tag="Celebrate with Us"
title="Let's Make Your Day Sparkle"
description="Whether it's a birthday, wedding, or spontaneous treat, our premium creations bring joy to every occasion. We are ready to help you plan the perfect surprise—reach out today via WhatsApp for custom orders, bulk inquiries, or just to say hello!"
buttons={[
{
text: "Message us on WhatsApp", href: "https://wa.me/919999999999"},
text: "Chat on WhatsApp", href: "https://wa.me/919999999999"},
]}
/>
</div>
@@ -232,35 +232,35 @@ export default function LandingPage() {
{
title: "Our Services", items: [
{
label: "Custom Cake Designs", href: "#products"},
label: "Premium Custom Cakes", href: "#products"},
{
label: "Corporate Gifting", href: "#"},
label: "Corporate Celebration Gifting", href: "#"},
{
label: "Event Catering", href: "#"},
label: "Event Catering Services", href: "#"},
],
},
{
title: "Customer Care", items: [
title: "Celebration Support", items: [
{
label: "Help & Support", href: "#"},
label: "Order Assistance", href: "#"},
{
label: "Delivery Coverage (PAN India)", href: "#"},
label: "Pan-India Shipping Details", href: "#"},
{
label: "Payment Options", href: "#"},
label: "Premium Payment Methods", href: "#"},
],
},
{
title: "Connect with Us", items: [
title: "Join the Celebration", items: [
{
label: "Instagram", href: "#"},
label: "Follow on Instagram", href: "#"},
{
label: "WhatsApp Support", href: "#"},
label: "WhatsApp Customer Service", href: "#"},
{
label: "Visit Our Studio", href: "#"},
label: "Visit Our Experience Studio", href: "#"},
],
},
]}
copyrightText="© 2025 | The Cake Shop India | All rights reserved"
copyrightText="© 2025 | The Cake Shop India | Celebrating Life Every Day"
/>
</div>
</ReactLenis>