Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 13:44:54 +00:00
parent 760d00544f
commit 01ccf59958

View File

@@ -43,33 +43,17 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "test-1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Sarah Johnson",
},
id: "test-1", name: "Sarah Johnson", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
{
id: "test-2",
name: "Michael Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "Michael Chen",
},
id: "test-2", name: "Michael Chen", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"},
{
id: "test-3",
name: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Emily Rodriguez",
},
id: "test-3", name: "Emily Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
{
id: "test-4",
name: "David Kim",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "David Kim",
},
id: "test-4", name: "David Kim", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
]}
cardTitle="Over 50,000 customers trust us to deliver exceptional shopping experiences"
cardTag="Customer Love"
@@ -90,25 +74,9 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Amazon",
"eBay",
"Shopify",
"Stripe",
"PayPal",
"Square",
"WooCommerce",
"BigCommerce",
]}
"Amazon", "eBay", "Shopify", "Stripe", "PayPal", "Square", "WooCommerce", "BigCommerce"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
"http://img.b2bpic.net/free-photo/laptop-with-toy-supermarket-cart-sale-tablet_23-2147955521.jpg",
"http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613157.jpg",
"http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148865387.jpg",
"http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934174.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1156-837.jpg",
"http://img.b2bpic.net/free-photo/laptop-near-smartphone-labels-tablet-packet_23-2147962055.jpg",
"http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149699536.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-photo/laptop-with-toy-supermarket-cart-sale-tablet_23-2147955521.jpg", "http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613157.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148865387.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934174.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1156-837.jpg", "http://img.b2bpic.net/free-photo/laptop-near-smartphone-labels-tablet-packet_23-2147962055.jpg", "http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-design_23-2149699536.jpg"]}
speed={40}
showCard={true}
ariaLabel="Partner logos section"
@@ -122,8 +90,7 @@ export default function AboutPage() {
copyrightText="© 2025 ShopHub. All rights reserved."
columns={[
{
title: "Shopping",
items: [
title: "Shopping", items: [
{ label: "Browse Products", href: "/products" },
{ label: "Best Sellers", href: "/best-sellers" },
{ label: "New Arrivals", href: "/new" },
@@ -131,8 +98,7 @@ export default function AboutPage() {
],
},
{
title: "Customer Service",
items: [
title: "Customer Service", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
{ label: "Returns", href: "/returns" },
@@ -140,8 +106,7 @@ export default function AboutPage() {
],
},
{
title: "Account",
items: [
title: "Account", items: [
{ label: "My Dashboard", href: "/dashboard" },
{ label: "Order History", href: "/orders" },
{ label: "Wishlist", href: "/wishlist" },
@@ -149,8 +114,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },
@@ -158,8 +122,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },