From decfaaf98f8eaeed683905c8553b45e565f98c24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:20:43 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 49 +++++++++++----------------------------- 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a859f1..b2e943a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Products", - items: [ + title: "Products", items: [ { label: "Health & Wellness", href: "/products" }, { label: "Grooming", href: "/products" }, { label: "Lifestyle", href: "/products" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -63,9 +60,7 @@ export default function ContactPage() { @@ -75,9 +70,9 @@ export default function ContactPage() { tag="Newsletter" title="Pet Care Tips & Exclusive Offers" description="Get weekly dog care tips, product recommendations, and exclusive discounts delivered to your inbox." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg" imageAlt="Dog care newsletter signup" mediaPosition="right" mediaAnimation="slide-up" @@ -94,35 +89,17 @@ export default function ContactPage() { tag="Help & Support" faqs={[ { - id: "1", - title: "Are all products India-suitable for Indian dog breeds?", - content: "Yes! All our products are specifically formulated for Indian climatic conditions and dog breeds. We test extensively with Indian veterinarians.", - }, + id: "1", title: "Are all products India-suitable for Indian dog breeds?", content: "Yes! All our products are specifically formulated for Indian climatic conditions and dog breeds. We test extensively with Indian veterinarians."}, { - id: "2", - title: "What's your return policy?", - content: "We offer a 30-day money-back guarantee on all products. If your pet doesn't love it, we'll refund you completely.", - }, + id: "2", title: "What's your return policy?", content: "We offer a 30-day money-back guarantee on all products. If your pet doesn't love it, we'll refund you completely."}, { - id: "3", - title: "How quickly do you deliver?", - content: "We deliver within 2-3 business days across India. Express delivery available for metro areas.", - }, + id: "3", title: "How quickly do you deliver?", content: "We deliver within 2-3 business days across India. Express delivery available for metro areas."}, { - id: "4", - title: "Are your products vet-approved?", - content: "Yes, all our health and nutrition products are formulated with veterinary guidance and testing.", - }, + id: "4", title: "Are your products vet-approved?", content: "Yes, all our health and nutrition products are formulated with veterinary guidance and testing."}, { - id: "5", - title: "Do you offer bulk discounts?", - content: "Absolutely! Contact our team for bulk orders and special pricing for shelters and pet care facilities.", - }, + id: "5", title: "Do you offer bulk discounts?", content: "Absolutely! Contact our team for bulk orders and special pricing for shelters and pet care facilities."}, { - id: "6", - title: "Can I consult with a vet?", - content: "Yes! We offer free vet consultation with every health product purchase. Book your slot through our app or website.", - }, + id: "6", title: "Can I consult with a vet?", content: "Yes! We offer free vet consultation with every health product purchase. Book your slot through our app or website."}, ]} textboxLayout="default" faqsAnimation="slide-up"