Update src/app/contact/page.tsx

This commit is contained in:
2026-03-12 13:39:46 +00:00
parent c76f364c56
commit c308706501

View File

@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -33,9 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now",
href: "tel:+919876543210",
}}
text: "Call Now", href: "tel:+919876543210"}}
/>
</div>
@@ -47,32 +45,21 @@ export default function ContactPage() {
tagIcon={MapPin}
tagAnimation="slide-up"
background={{
variant: "noiseDiagonalGradient",
}}
variant: "radial-gradient"}}
buttons={[
{
text: "Call Now",
href: "tel:+919876543210",
},
text: "Call Now", href: "tel:+919876543210"},
{
text: "WhatsApp Us",
href: "https://wa.me/919876543210",
},
text: "WhatsApp Us", href: "https://wa.me/919876543210"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=8",
imageAlt: "Latest smartphones on display",
},
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones on display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=3",
imageAlt: "Professional phone repair service",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=4",
imageAlt: "Wide range of mobile accessories",
},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Wide range of mobile accessories"},
]}
mediaAnimation="slide-up"
/>
@@ -83,44 +70,24 @@ export default function ContactPage() {
ctaTitle="Ready to Visit or Get Support?"
ctaDescription="Contact us today for phone sales, repairs, or inquiries. We're here to help!"
ctaButton={{
text: "Call +91-9876-543-210",
href: "tel:+919876543210",
}}
text: "Call +91-9876-543-210", href: "tel:+919876543210"}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
accordionAnimationType="smooth"
faqs={[
{
id: "1",
title: "What are your store hours?",
content: "We're open daily from 10:00 AM to 10:00 PM, including weekends and holidays. Visit us anytime for phone sales, repairs, or accessories.",
},
id: "1", title: "What are your store hours?", content: "We're open daily from 10:00 AM to 10:00 PM, including weekends and holidays. Visit us anytime for phone sales, repairs, or accessories."},
{
id: "2",
title: "Do you provide same-day repair service?",
content: "Yes! For screen replacements and battery changes, we offer same-day service. Just call ahead to book your appointment. Other repairs may take 1-2 days depending on the issue.",
},
id: "2", title: "Do you provide same-day repair service?", content: "Yes! For screen replacements and battery changes, we offer same-day service. Just call ahead to book your appointment. Other repairs may take 1-2 days depending on the issue."},
{
id: "3",
title: "Are all products genuine?",
content: "Absolutely. We only sell genuine smartphones and accessories with proper manufacturer warranty. We're authorized dealers for major brands like Samsung, Vivo, OPPO, Redmi, and more.",
},
id: "3", title: "Are all products genuine?", content: "Absolutely. We only sell genuine smartphones and accessories with proper manufacturer warranty. We're authorized dealers for major brands like Samsung, Vivo, OPPO, Redmi, and more."},
{
id: "4",
title: "Do you offer EMI options?",
content: "Yes, we provide EMI options for phones. Contact us for details on available financing options and schemes for both credit and debit cards.",
},
id: "4", title: "Do you offer EMI options?", content: "Yes, we provide EMI options for phones. Contact us for details on available financing options and schemes for both credit and debit cards."},
{
id: "5",
title: "How do I reach your store?",
content: "We're located at Vijaya Complex, F2, Kurnool Road, Venkateswara Nagar, Ongole, Andhra Pradesh 523001. Call us for exact directions or visit our location on Google Maps.",
},
id: "5", title: "How do I reach your store?", content: "We're located at Vijaya Complex, F2, Kurnool Road, Venkateswara Nagar, Ongole, Andhra Pradesh 523001. Call us for exact directions or visit our location on Google Maps."},
{
id: "6",
title: "Do you provide home delivery?",
content: "Yes! We offer local delivery within Ongole for phone purchases and accessories. Call or WhatsApp us to arrange delivery at your convenience.",
},
id: "6", title: "Do you provide home delivery?", content: "Yes! We offer local delivery within Ongole for phone purchases and accessories. Call or WhatsApp us to arrange delivery at your convenience."},
]}
/>
</div>
@@ -131,66 +98,39 @@ export default function ContactPage() {
copyrightText="© 2025 City Cellworld. All rights reserved. Your trusted mobile store in Ongole."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Products",
href: "/products",
},
label: "Products", href: "/products"},
{
label: "Repairs",
href: "/repairs",
},
label: "Repairs", href: "/repairs"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Phone Sales",
href: "/products",
},
label: "Phone Sales", href: "/products"},
{
label: "Screen Repair",
href: "/repairs",
},
label: "Screen Repair", href: "/repairs"},
{
label: "Battery Service",
href: "/repairs",
},
label: "Battery Service", href: "/repairs"},
{
label: "Accessories",
href: "/products",
},
label: "Accessories", href: "/products"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: +91-9876-543-210",
href: "tel:+919876543210",
},
label: "Call: +91-9876-543-210", href: "tel:+919876543210"},
{
label: "WhatsApp: Chat Now",
href: "https://wa.me/919876543210",
},
label: "WhatsApp: Chat Now", href: "https://wa.me/919876543210"},
{
label: "Email: info@citycellworld.com",
href: "mailto:info@citycellworld.com",
},
label: "Email: info@citycellworld.com", href: "mailto:info@citycellworld.com"},
{
label: "Visit Store",
href: "https://maps.google.com/?q=Vijaya+Complex+Kurnool+Road+Ongole",
},
label: "Visit Store", href: "https://maps.google.com/?q=Vijaya+Complex+Kurnool+Road+Ongole"},
],
},
]}