Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 17:55:18 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Cake, Heart, Sparkles, Star, Quote } from 'lucide-react';
import { Cake, Heart, Sparkles, Star, Quote, MessageCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -49,7 +49,7 @@ export default function LandingPage() {
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "Order Your Cake", href: "https://wa.me/91" },
{ text: "Order Your Cake", href: "https://wa.me/919792283210" },
{ text: "Explore Products", href: "products" }
]}
/>
@@ -92,7 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View All Products", href: "https://wa.me/91" }
{ text: "View All Products", href: "https://wa.me/919792283210" }
]}
/>
</div>
@@ -149,9 +149,9 @@ export default function LandingPage() {
tag="Ready to Order?"
tagIcon={Cake}
title="Order Your Perfect Cake Today"
description="Contact us via WhatsApp for personalized consultations, custom designs, and quick orders. Our team is here to make your celebration special."
description="Contact us via WhatsApp at +91 9792283210 for personalized consultations, custom designs, and quick orders. Our team is here to make your celebration special."
buttons={[
{ text: "Order on WhatsApp", href: "https://wa.me/91" },
{ text: "Order on WhatsApp", href: "https://wa.me/919792283210" },
{ text: "Email Us", href: "mailto:contact@iprbakingub.com" }
]}
background={{ variant: "radial-gradient" }}
@@ -163,7 +163,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="IPR Baking Hub by Reena"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact", href: "https://wa.me/91" }}
rightLink={{ text: "Contact WhatsApp: +91 9792283210", href: "https://wa.me/919792283210" }}
/>
</div>
</ThemeProvider>