diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8cdcab1..56cc662 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; -import { Grid, Award, Briefcase } from "lucide-react"; +import { Grid, Award, Briefcase, TrendingUp, ShoppingCart, Heart } from "lucide-react"; export default function AboutPage() { return ( @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "About", id: "/" }, ]} button={{ - text: "Start Shopping", - href: "/", - }} + text: "Start Shopping", href: "/"}} animateOnLoad={true} /> @@ -49,29 +47,18 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Wide Product Selection", - description: "Browse millions of items across hundreds of categories with trusted sellers and verified products", - imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=6", - }, + id: 1, + title: "Wide Product Selection", description: "Browse millions of items across hundreds of categories with trusted sellers and verified products", imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg"}, { - id: "2", - title: "Fast & Reliable Shipping", - description: "Get your orders delivered quickly with our efficient logistics network and tracking systems", - imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148954936.jpg?_wi=5", - }, + id: 2, + title: "Fast & Reliable Shipping", description: "Get your orders delivered quickly with our efficient logistics network and tracking systems", imageSrc: "http://img.b2bpic.net/free-vector/flat-furniture-sale-instagram-story-collection_23-2148954936.jpg"}, { - id: "3", - title: "Exceptional Customer Support", - description: "Our dedicated support team is available 24/7 to help with any questions or concerns", - imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150229756.jpg?_wi=5", - }, + id: 3, + title: "Exceptional Customer Support", description: "Our dedicated support team is available 24/7 to help with any questions or concerns", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150229756.jpg"}, ]} buttons={[ { - text: "Learn More", - href: "/", - }, + text: "Learn More", href: "/"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -88,29 +75,14 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Happy Customer", - company: "Verified Buyer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg?_wi=2", - }, + id: "1", name: "Sarah Johnson", role: "Happy Customer", company: "Verified Buyer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg"}, { - id: "2", - name: "Michael Chen", - role: "Regular Shopper", - company: "Verified Buyer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2", - }, + id: "2", name: "Michael Chen", role: "Regular Shopper", company: "Verified Buyer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"}, { - id: "3", - name: "Emily Rodriguez", - role: "Premium Member", - company: "Verified Buyer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businesswoman-with-arms-crossed-looking-forward-future_1163-4333.jpg?_wi=2", - }, + id: "3", name: "Emily Rodriguez", role: "Premium Member", company: "Verified Buyer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businesswoman-with-arms-crossed-looking-forward-future_1163-4333.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -129,23 +101,9 @@ export default function AboutPage() { tagIcon={Briefcase} tagAnimation="slide-up" names={[ - "Amazon", - "eBay", - "Shopify", - "Stripe", - "PayPal", - "Mastercard", - "Visa", - ]} + "Amazon", "eBay", "Shopify", "Stripe", "PayPal", "Mastercard", "Visa"]} logos={[ - "http://img.b2bpic.net/free-photo/woman-sitting-floor-with-her-laptop-her-lap_23-2148674969.jpg", - "http://img.b2bpic.net/free-vector/gradient-e-commerce-logo-collection_23-2148962201.jpg", - "http://img.b2bpic.net/free-photo/laptop-with-toy-supermarket-cart-sale-tablet_23-2147955521.jpg", - "http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8661.jpg", - "http://img.b2bpic.net/free-vector/gradient-colored-p-logos-set_23-2148924056.jpg", - "http://img.b2bpic.net/free-vector/logo-template-design_1289-84.jpg", - "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934177.jpg", - ]} + "http://img.b2bpic.net/free-photo/woman-sitting-floor-with-her-laptop-her-lap_23-2148674969.jpg", "http://img.b2bpic.net/free-vector/gradient-e-commerce-logo-collection_23-2148962201.jpg", "http://img.b2bpic.net/free-photo/laptop-with-toy-supermarket-cart-sale-tablet_23-2147955521.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo_52683-8661.jpg", "http://img.b2bpic.net/free-vector/gradient-colored-p-logos-set_23-2148924056.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-84.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934177.jpg"]} textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -158,13 +116,9 @@ export default function AboutPage() {