Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-21 06:18:30 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Call Us Now", href: "tel:+919876543210" },
{ text: "Call Us Now", href: "tel:+917406929088" },
{ text: "Send a Message", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -89,7 +89,7 @@ export default function LandingPage() {
tag="Our Expertise"
tagIcon={Award}
tagAnimation="slide-up"
buttons={[{ text: "Schedule a Call", href: "tel:+919876543210" }]}
buttons={[{ text: "Schedule a Call", href: "tel:+917406929088" }]}
buttonAnimation="slide-up"
accordionItems={[
{
@@ -206,13 +206,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to Transform Your Web Presence?\n\nLet's Create Something Amazing Together\n\nCall us today or drop us a message. Our team responds within 24 hours."
text="Ready to Transform Your Web Presence?\n\nLet's Create Something Amazing Together\n\nCall us today or drop us a message. Our team responds within 24 hours.\n\nPhone: +91 740-692-9088"
animationType="entrance-slide"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "📞 Call: +91 987-654-3210", href: "tel:+919876543210" },
{ text: "💬 WhatsApp: Message Us", href: "https://wa.me/919876543210" },
{ text: "📞 Call: +91 740-692-9088", href: "tel:+917406929088" },
{ text: "💬 WhatsApp: Message Us", href: "https://wa.me/917406929088" },
{ text: "✉️ Email: hello@webdevstudio.in", href: "mailto:hello@webdevstudio.in" }
]}
/>
@@ -248,7 +248,7 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "Call: +91 987-654-3210", href: "tel:+919876543210" },
{ label: "Call: +91 740-692-9088", href: "tel:+917406929088" },
{ label: "Email: hello@webdevstudio.in", href: "mailto:hello@webdevstudio.in" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" }