Merge version_1 into main #2
@@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Users, ShoppingBag, DollarSign, Star } from "lucide-react";
|
||||
import { Users, ShoppingBag, DollarSign, Star, Heart, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -85,7 +85,7 @@ export default function AboutPage() {
|
||||
title="Our Story & Mission"
|
||||
description="SwapMarket was founded on a simple belief: neighbors should be able to buy and sell items locally with trust, transparency, and ease. We're building the future of peer-to-peer commerce."
|
||||
tag="About SwapMarket"
|
||||
tagIcon="Heart"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
content: "By enabling the resale of used items, SwapMarket helps reduce waste and promotes a more sustainable lifestyle. Every transaction on our platform is a step toward a circular economy.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/reviews-concept-landing-page_52683-20089.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/reviews-concept-landing-page_52683-20089.jpg"
|
||||
imageAlt="SwapMarket community and trust"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -122,7 +122,7 @@ export default function AboutPage() {
|
||||
title="Making an Impact"
|
||||
description="SwapMarket has grown into a thriving community of trusted buyers and sellers transforming how neighbors trade."
|
||||
tag="Our Growth"
|
||||
tagIcon="TrendingUp"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -172,7 +172,7 @@ export default function AboutPage() {
|
||||
quote: "SwapMarket has completely changed how I think about shopping. I find amazing deals locally and feel good knowing I'm helping reduce waste. The community is genuine and trustworthy.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Active Buyer & Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -180,7 +180,7 @@ export default function AboutPage() {
|
||||
quote: "What impressed me most is how transparent SwapMarket is. No hidden fees, clear pricing, and straightforward policies. It's refreshing to use a platform that actually respects its users.",
|
||||
name: "Michael Chen",
|
||||
role: "Power Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -188,7 +188,7 @@ export default function AboutPage() {
|
||||
quote: "I love supporting my local community through SwapMarket. Every transaction keeps money in our neighborhood and strengthens community bonds. Plus, the environmental impact of buying used is huge.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Community Advocate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-black-notebook_1149-481.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-worker-with-black-notebook_1149-481.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -196,7 +196,7 @@ export default function AboutPage() {
|
||||
quote: "The rating system and buyer protection give me confidence in every transaction. I've never had an issue, and knowing I have support if something goes wrong is priceless.",
|
||||
name: "David Kim",
|
||||
role: "Satisfied Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4722.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4722.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user