Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 20:47:36 +00:00
parent 37956381fd
commit 9e04c8f1fd

View File

@@ -18,86 +18,49 @@ const AboutPage = () => {
const features = [
{
title: "Fast & Secure Shipping",
description: "Get your orders delivered quickly with full tracking and insurance.",
icon: Truck,
title: "Fast & Secure Shipping", description: "Get your orders delivered quickly with full tracking and insurance.", icon: Truck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=5",
imageAlt: "Fast shipping",
},
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast shipping"},
{
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=6",
imageAlt: "Delivery process",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Delivery process"},
] as [any, any],
},
{
title: "Premium Quality Guarantee",
description: "100% authentic products with our quality assurance seal.",
icon: Shield,
title: "Premium Quality Guarantee", description: "100% authentic products with our quality assurance seal.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=5",
imageAlt: "Quality seal",
},
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Quality seal"},
{
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=6",
imageAlt: "Certification",
},
],
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Certification"},
] as [any, any],
},
{
title: "Secure Payment Options",
description: "Multiple payment methods with bank-level security.",
icon: Lock,
title: "Secure Payment Options", description: "Multiple payment methods with bank-level security.", icon: Lock,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=7",
imageAlt: "Payment security",
},
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Payment security"},
{
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=8",
imageAlt: "Encryption",
},
],
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Encryption"},
] as [any, any],
},
];
const testimonials = [
{
id: "1",
name: "Emily Rodriguez",
handle: "@emily_r",
testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "Emily Rodriguez",
},
id: "1", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "Skicel exceeded my expectations! Premium quality and lightning-fast delivery. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
{
id: "2",
name: "David Kim",
handle: "@david_kim",
testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
imageAlt: "David Kim",
},
id: "2", name: "David Kim", handle: "@david_kim", testimonial: "Best shopping experience I've had online. Great products, amazing prices, and fantastic support team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
{
id: "3",
name: "Jessica Martinez",
handle: "@jess_martinez",
testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
id: "3", name: "Jessica Martinez", handle: "@jess_martinez", testimonial: "I've been a loyal customer for 2 years now. Skicel never disappoints with their quality and service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Jessica Martinez"},
];
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "New Arrivals", href: "/shop?filter=new" },
{ label: "Best Sellers", href: "/shop?filter=bestsellers" },
@@ -105,8 +68,7 @@ const AboutPage = () => {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "/careers" },
@@ -114,8 +76,7 @@ const AboutPage = () => {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "FAQ", href: "/" },
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },