Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 09:20:42 +00:00
parent d1d55e5559
commit fb121424fd

View File

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