From fb121424fdb281ba405b65e3afa4daaf132a6818 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:20:42 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9311f55..2353cf0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Products", - items: [ + title: "Products", items: [ { label: "Health & Wellness", href: "/products" }, { label: "Grooming", href: "/products" }, { label: "Lifestyle", href: "/products" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -64,9 +61,7 @@ export default function AboutPage() { @@ -92,26 +87,11 @@ export default function AboutPage() { tag="About Powsopee" features={[ { - id: "01", - title: "Pet Wellness First", - description: "Every product is designed with your pet's health and happiness as our primary concern. We partner with veterinarians to ensure quality.", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=5", - imageAlt: "Pet wellness and care", - }, + id: "01", title: "Pet Wellness First", description: "Every product is designed with your pet's health and happiness as our primary concern. We partner with veterinarians to ensure quality.", imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", imageAlt: "Pet wellness and care"}, { - id: "02", - title: "Quality Assurance", - description: "Rigorous testing and quality control ensure every product meets international standards. Your trust is our responsibility.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=4", - imageAlt: "Quality products", - }, + id: "02", title: "Quality Assurance", description: "Rigorous testing and quality control ensure every product meets international standards. Your trust is our responsibility.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", imageAlt: "Quality products"}, { - id: "03", - title: "Customer Commitment", - description: "We stand behind our products with a 30-day money-back guarantee and dedicated customer support for Indian pet parents.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=4", - imageAlt: "Customer care", - }, + id: "03", title: "Customer Commitment", description: "We stand behind our products with a 30-day money-back guarantee and dedicated customer support for Indian pet parents.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", imageAlt: "Customer care"}, ]} textboxLayout="default" animationType="slide-up"