Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 09:20:43 +00:00
parent fb121424fd
commit decfaaf98f

View File

@@ -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() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Shop Now",
href: "/products",
}}
text: "Shop Now", href: "/products"}}
brandName="Powsopee"
/>
</div>
@@ -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"