diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 41b2638..71c950c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { MapPin, ShieldCheck } from "lucide-react"; +import { MapPin, ShieldCheck, UserCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -28,41 +28,21 @@ export default function LandingPage() { @@ -75,22 +55,16 @@ export default function LandingPage() { description="Marketplace Hub was founded on the belief that local communities thrive when people can easily connect, share, and exchange goods and services. We started with a simple idea: create a platform where buying and selling locally is safe, simple, and truly rewarding." bulletPoints={[ { - title: "Local Focus", - description: "We prioritize local listings, helping you find unique items and reliable buyers/sellers right in your neighborhood.", - icon: MapPin, + title: "Local Focus", description: "We prioritize local listings, helping you find unique items and reliable buyers/sellers right in your neighborhood.", icon: MapPin, }, { - title: "User-Centric Design", - description: "Our platform is built with you in mind, ensuring an intuitive experience from browsing to selling.", - icon: UserCircle, + title: "User-Centric Design", description: "Our platform is built with you in mind, ensuring an intuitive experience from browsing to selling.", icon: UserCircle, }, { - title: "Trust & Safety", - description: "Robust features and dedicated support ensure every transaction is secure and transparent.", - icon: ShieldCheck, + title: "Trust & Safety", description: "Robust features and dedicated support ensure every transaction is secure and transparent.", icon: ShieldCheck, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg" imageAlt="community focused buying and selling" mediaAnimation="blur-reveal" /> @@ -103,19 +77,13 @@ export default function LandingPage() { description="Since our launch, we've fostered a vibrant community and facilitated countless transactions. Our growth is a testament to the trust our users place in us." metrics={[ { - value: "500K+", - title: "Active Users", - }, + value: "500K+", title: "Active Users"}, { - value: "1M+", - title: "Items Listed", - }, + value: "1M+", title: "Items Listed"}, { - value: "4.8/5", - title: "Average Rating", - }, + value: "4.8/5", title: "Average Rating"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg" imageAlt="close up of smartphone with marketplace app" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -129,6 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Our Dedicated Team" description="Behind Marketplace Hub is a passionate group committed to making your local buying and selling experience exceptional. We're innovators, community builders, and problem-solvers." + team={[ + { name: "John Doe", role: "CEO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" }, + { name: "Jane Smith", role: "CTO", imageSrc: "https://generated.vusercontent.net/placeholder.svg" }, + { name: "Peter Jones", role: "Lead Developer", imageSrc: "https://generated.vusercontent.net/placeholder.svg" } + ]} /> @@ -136,50 +109,31 @@ export default function LandingPage() { @@ -70,30 +50,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I list an item for sale?", - content: "Listing an item is easy! Simply click on the 'Sell Item' button, upload photos, add a description, set your price, and choose a category. Your listing will be live in minutes.", - }, + id: "1", title: "How do I list an item for sale?", content: "Listing an item is easy! Simply click on the 'Sell Item' button, upload photos, add a description, set your price, and choose a category. Your listing will be live in minutes."}, { - id: "2", - title: "Is it free to sell on Marketplace Hub?", - content: "Yes, listing items and selling on Marketplace Hub is completely free. We only charge a small fee for optional premium features or boosted listings.", - }, + id: "2", title: "Is it free to sell on Marketplace Hub?", content: "Yes, listing items and selling on Marketplace Hub is completely free. We only charge a small fee for optional premium features or boosted listings."}, { - id: "3", - title: "How do I contact a seller or buyer?", - content: "You can contact sellers or buyers directly through our in-app messaging system. Just navigate to the listing or user profile and send a message.", - }, + id: "3", title: "How do I contact a seller or buyer?", content: "You can contact sellers or buyers directly through our in-app messaging system. Just navigate to the listing or user profile and send a message."}, { - id: "4", - title: "What payment methods are supported?", - content: "We support various secure payment methods including credit/debit cards, PayPal, and local cash on delivery for in-person transactions. Always use our secure platform for payments.", - }, + id: "4", title: "What payment methods are supported?", content: "We support various secure payment methods including credit/debit cards, PayPal, and local cash on delivery for in-person transactions. Always use our secure platform for payments."}, { - id: "5", - title: "What should I do if I have an issue with a transaction?", - content: "If you encounter any problems, please contact our support team immediately. We have a dedicated resolution process to help mediate disputes and ensure fair outcomes.", - }, + id: "5", title: "What should I do if I have an issue with a transaction?", content: "If you encounter any problems, please contact our support team immediately. We have a dedicated resolution process to help mediate disputes and ensure fair outcomes."}, ]} title="Frequently Asked Questions" description="Find quick answers to the most common questions about buying, selling, and using Marketplace Hub. If you can't find what you're looking for, feel free to contact our support team." @@ -105,16 +70,13 @@ export default function LandingPage() { @@ -123,50 +85,31 @@ export default function LandingPage() {
@@ -123,24 +87,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Easy Listing Process", - description: "List your items for sale in minutes with our intuitive interface. Snap photos, add descriptions, and reach local buyers effortlessly.", - buttonIcon: "PlusSquare", + title: "Easy Listing Process", description: "List your items for sale in minutes with our intuitive interface. Snap photos, add descriptions, and reach local buyers effortlessly.", buttonIcon: PlusSquare, }, { - title: "Secure Transactions", - description: "Enjoy peace of mind with our secure payment and transaction methods. Your safety is our top priority.", - buttonIcon: "ShieldCheck", + title: "Secure Transactions", description: "Enjoy peace of mind with our secure payment and transaction methods. Your safety is our top priority.", buttonIcon: ShieldCheck, }, { - title: "Wide Selection", - description: "Explore a vast array of categories from electronics and fashion to home goods and vehicles. There's something for everyone!", - buttonIcon: "Grid", + title: "Wide Selection", description: "Explore a vast array of categories from electronics and fashion to home goods and vehicles. There's something for everyone!", buttonIcon: Grid, }, { - title: "Local Connections", - description: "Connect with buyers and sellers right in your community. Arrange for local pickups or deliveries with ease.", - buttonIcon: "MapPin", + title: "Local Connections", description: "Connect with buyers and sellers right in your community. Arrange for local pickups or deliveries with ease.", buttonIcon: MapPin, }, ]} title="Why Choose Marketplace Hub?" @@ -156,29 +112,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Vintage Film Camera", - price: "$150", - variant: "Used", - imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315217.jpg", - imageAlt: "Vintage film camera", - }, + id: "1", name: "Vintage Film Camera", price: "$150", variant: "Used", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-camera_23-2150315217.jpg", imageAlt: "Vintage film camera"}, { - id: "2", - name: "Smartphone (Latest Model)", - price: "$700", - variant: "Like New", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-smartphone_23-2148205940.jpg", - imageAlt: "Modern smartphone", - }, + id: "2", name: "Smartphone (Latest Model)", price: "$700", variant: "Like New", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-smartphone_23-2148205940.jpg", imageAlt: "Modern smartphone"}, { - id: "3", - name: "Acoustic Guitar", - price: "$250", - variant: "Good Condition", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-with-guitar-red-wall-color-applause-musician-play-band-concert-music-sale_140725-143317.jpg", - imageAlt: "Acoustic guitar", - }, + id: "3", name: "Acoustic Guitar", price: "$250", variant: "Good Condition", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-with-guitar-red-wall-color-applause-musician-play-band-concert-music-sale_140725-143317.jpg", imageAlt: "Acoustic guitar"}, ]} title="Latest Listings Near You" description="Discover a diverse range of products posted by local sellers, from vintage finds to brand new electronics." @@ -189,15 +127,9 @@ export default function LandingPage() { @@ -258,20 +177,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "How do I list an item for sale?", - content: "Listing an item is simple! Click on 'Post Ad', fill in the details, upload photos, and your listing will be live in minutes. You can manage all your listings from your seller dashboard.", - }, + id: "1", title: "How do I list an item for sale?", content: "Listing an item is simple! Click on 'Post Ad', fill in the details, upload photos, and your listing will be live in minutes. You can manage all your listings from your seller dashboard."}, { - id: "2", - title: "Is it safe to make purchases on Marketplace Hub?", - content: "Yes, we prioritize your safety. We offer secure payment options and encourage communication directly through our platform to keep your transactions protected. Always meet in public places for exchanges.", - }, + id: "2", title: "Is it safe to make purchases on Marketplace Hub?", content: "Yes, we prioritize your safety. We offer secure payment options and encourage communication directly through our platform to keep your transactions protected. Always meet in public places for exchanges."}, { - id: "3", - title: "What are the fees for selling items?", - content: "Marketplace Hub offers a free basic listing option. For advanced features or higher visibility, we have premium listing packages available at competitive rates, which are clearly outlined during the listing process.", - }, + id: "3", title: "What are the fees for selling items?", content: "Marketplace Hub offers a free basic listing option. For advanced features or higher visibility, we have premium listing packages available at competitive rates, which are clearly outlined during the listing process."}, ]} sideTitle="Common Questions & Answers" sideDescription="Find quick answers to the most common questions about buying, selling, and using Marketplace Hub." @@ -285,12 +195,11 @@ export default function LandingPage() {