Merge version_1 into main #1
238
src/app/page.tsx
238
src/app/page.tsx
@@ -12,6 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Star, Truck, Tag, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n6vr3y"
|
||||
logoAlt="Compton Sellz Logo"
|
||||
brandName="Compton Sellz"
|
||||
@@ -73,40 +58,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Compton's Trusted Source for Quality & Value"
|
||||
description="Shop local, save big. Discover authentic products and services from Compton's most reliable sellers. Fast delivery, fair prices, guaranteed satisfaction."
|
||||
tag="Your Local Marketplace"
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Browse Now", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg",
|
||||
imageAlt: "Diverse group of people shopping at a local Compton marketplace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painters-use-colorful-paint-tubes-brushes-create-masterpiece_482257-122836.jpg", imageAlt: "Diverse group of people shopping at a local Compton marketplace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-new-house-buy-apartment-flat-cheerful-couple-packing-boxes-with-books-writing-labels-they-white-room-with-window-wearing-black-top-t-shirt_197531-1623.jpg",
|
||||
imageAlt: "Fast delivery service for local products in Compton",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-guy-browses-website-networking-eats-junk-food-afroamerican-girl-is-using-mobile-phone_273609-18721.jpg",
|
||||
imageAlt: "Bearded hipster guy browses website for networking, eats junk food. Afroamerican girl is using a mobile phone",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-with-happy-couple_23-2147705132.jpg",
|
||||
imageAlt: "Shopping concept with happy couple",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-pointing-smartphone-screen_23-2147615257.jpg",
|
||||
imageAlt: "Boy pointing at smartphone screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-new-house-buy-apartment-flat-cheerful-couple-packing-boxes-with-books-writing-labels-they-white-room-with-window-wearing-black-top-t-shirt_197531-1623.jpg", imageAlt: "Fast delivery service for local products in Compton"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -119,14 +85,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Empowering Compton Through Local Commerce"
|
||||
description={[
|
||||
"Compton Sellz is more than just a marketplace; it's a platform built on authenticity, local trust, and community support. We connect residents with the best products and services right here in our neighborhood, fostering economic growth and celebrating local talent.",
|
||||
"Our mission is to provide a seamless and reliable shopping experience, ensuring every transaction reflects our commitment to quality, fair pricing, and transparency. When you choose Compton Sellz, you're not just buying or selling, you're investing in our vibrant community's future.",
|
||||
]}
|
||||
"Compton Sellz is more than just a marketplace; it's a platform built on authenticity, local trust, and community support. We connect residents with the best products and services right here in our neighborhood, fostering economic growth and celebrating local talent.", "Our mission is to provide a seamless and reliable shopping experience, ensuring every transaction reflects our commitment to quality, fair pricing, and transparency. When you choose Compton Sellz, you're not just buying or selling, you're investing in our vibrant community's future."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
showBorder={false}
|
||||
@@ -139,32 +101,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Unmatched Quality",
|
||||
description: "Every product and service listed on Compton Sellz undergoes a rigorous quality check to ensure it meets our high standards. Shop with confidence, knowing you're getting the best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/operations-director-solar-panel-factory-monitoring-efficiency-metrics_482257-126090.jpg",
|
||||
imageAlt: "Quality inspection badge",
|
||||
buttonIcon: "Star",
|
||||
title: "Unmatched Quality", description: "Every product and service listed on Compton Sellz undergoes a rigorous quality check to ensure it meets our high standards. Shop with confidence, knowing you're getting the best.", imageSrc: "http://img.b2bpic.net/free-photo/operations-director-solar-panel-factory-monitoring-efficiency-metrics_482257-126090.jpg", imageAlt: "Quality inspection badge", buttonIcon: Star,
|
||||
},
|
||||
{
|
||||
title: "Prompt Local Delivery",
|
||||
description: "We prioritize fast and efficient local delivery services, bringing your purchases right to your doorstep with convenience and care. Get what you need, when you need it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-man-riding-bicycle-with-cardboard-box_23-2147862221.jpg",
|
||||
imageAlt: "Delivery person with package",
|
||||
buttonIcon: "Truck",
|
||||
title: "Prompt Local Delivery", description: "We prioritize fast and efficient local delivery services, bringing your purchases right to your doorstep with convenience and care. Get what you need, when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-man-riding-bicycle-with-cardboard-box_23-2147862221.jpg", imageAlt: "Delivery person with package", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Fair & Competitive Prices",
|
||||
description: "Discover exceptional value with transparent and competitive pricing across all our offerings. We believe in making quality accessible for everyone in the community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-slavic-student-girl-holds-phone-book_141793-99780.jpg",
|
||||
imageAlt: "Person comparing prices",
|
||||
buttonIcon: "Tag",
|
||||
title: "Fair & Competitive Prices", description: "Discover exceptional value with transparent and competitive pricing across all our offerings. We believe in making quality accessible for everyone in the community.", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-slavic-student-girl-holds-phone-book_141793-99780.jpg", imageAlt: "Person comparing prices", buttonIcon: Tag,
|
||||
},
|
||||
{
|
||||
title: "Guaranteed Satisfaction",
|
||||
description: "Your happiness is our priority. We stand by the reliability of our sellers and guarantee your satisfaction with every product and service from Compton Sellz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheers-with-beer-summer-party-park_53876-127318.jpg",
|
||||
imageAlt: "People collaborating",
|
||||
buttonIcon: "Award",
|
||||
title: "Guaranteed Satisfaction", description: "Your happiness is our priority. We stand by the reliability of our sellers and guarantee your satisfaction with every product and service from Compton Sellz.", imageSrc: "http://img.b2bpic.net/free-photo/cheers-with-beer-summer-party-park_53876-127318.jpg", imageAlt: "People collaborating", buttonIcon: Award,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Compton Sellz?"
|
||||
@@ -180,47 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Handcrafted Artisan Pottery",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-browsing-through-items-yard-sale-looking-bargains_23-2151216789.jpg",
|
||||
imageAlt: "Handcrafted Artisan Pottery",
|
||||
},
|
||||
id: "product-1", name: "Handcrafted Artisan Pottery", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/person-browsing-through-items-yard-sale-looking-bargains_23-2151216789.jpg", imageAlt: "Handcrafted Artisan Pottery"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Fresh Organic Produce Basket",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-composition-cloth-with-basket_23-2147681837.jpg",
|
||||
imageAlt: "Fresh Organic Produce Basket",
|
||||
},
|
||||
id: "product-2", name: "Fresh Organic Produce Basket", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-composition-cloth-with-basket_23-2147681837.jpg", imageAlt: "Fresh Organic Produce Basket"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Vintage Local Apparel",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bag-outside-street_1303-24716.jpg",
|
||||
imageAlt: "Vintage Local Apparel",
|
||||
},
|
||||
id: "product-3", name: "Vintage Local Apparel", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bag-outside-street_1303-24716.jpg", imageAlt: "Vintage Local Apparel"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Gourmet Homemade Baked Goods",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-cake-sliced-whole-delicious-cake-sugar-powdered-with-tea-bright-blue-desk-berry-cake-sweet-bake-dough_140725-32122.jpg",
|
||||
imageAlt: "Gourmet Homemade Baked Goods",
|
||||
},
|
||||
id: "product-4", name: "Gourmet Homemade Baked Goods", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-cake-sliced-whole-delicious-cake-sugar-powdered-with-tea-bright-blue-desk-berry-cake-sweet-bake-dough_140725-32122.jpg", imageAlt: "Gourmet Homemade Baked Goods"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Local Gardening Starter Kit",
|
||||
price: "$50.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384700.jpg",
|
||||
imageAlt: "Local Gardening Starter Kit",
|
||||
},
|
||||
id: "product-5", name: "Local Gardening Starter Kit", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384700.jpg", imageAlt: "Local Gardening Starter Kit"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Reliable Home Repair Service",
|
||||
price: "Starting at $75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-workers-cooperating-shaking-hands_329181-15608.jpg",
|
||||
imageAlt: "Reliable Home Repair Service",
|
||||
},
|
||||
id: "product-6", name: "Reliable Home Repair Service", price: "Starting at $75.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-workers-cooperating-shaking-hands_329181-15608.jpg", imageAlt: "Reliable Home Repair Service"},
|
||||
]}
|
||||
title="Featured Local Products & Services"
|
||||
description="Discover a curated selection of high-quality products and trusted services from talented individuals and businesses in Compton."
|
||||
@@ -232,14 +148,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Compton Community Center",
|
||||
"Compton Chamber of Commerce",
|
||||
"Local Eatery Partners",
|
||||
"Neighborhood Grocery",
|
||||
"Small Business Alliance",
|
||||
"Compton Unified School District",
|
||||
"Compton Health Initiative",
|
||||
]}
|
||||
"Compton Community Center", "Compton Chamber of Commerce", "Local Eatery Partners", "Neighborhood Grocery", "Small Business Alliance", "Compton Unified School District", "Compton Health Initiative"]}
|
||||
title="Our Valued Community Partners"
|
||||
description="We proudly collaborate with leading local organizations and businesses committed to empowering and enriching the Compton community."
|
||||
/>
|
||||
@@ -250,41 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-african-man-isolated_171337-10159.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-african-man-isolated_171337-10159.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-girl-with-pixie-haircut-showing-empty-hands-looking-up-isolated-olive-green-background-with-copy-space_141793-88368.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-girl-with-pixie-haircut-showing-empty-hands-looking-up-isolated-olive-green-background-with-copy-space_141793-88368.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg",
|
||||
imageAlt: "Robert Smith",
|
||||
},
|
||||
id: "6", name: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/man-office-stretching-work-day_23-2150468558.jpg", imageAlt: "Robert Smith"},
|
||||
]}
|
||||
cardTitle="What Our Community Says"
|
||||
cardTag="Trusted Reviews"
|
||||
@@ -298,25 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How does Compton Sellz ensure quality?",
|
||||
content: "We have a dedicated team that vets all sellers and offerings to ensure they meet our strict quality standards before being listed on the platform. Customer feedback also plays a crucial role in maintaining quality.",
|
||||
},
|
||||
id: "faq-1", title: "How does Compton Sellz ensure quality?", content: "We have a dedicated team that vets all sellers and offerings to ensure they meet our strict quality standards before being listed on the platform. Customer feedback also plays a crucial role in maintaining quality."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What are the delivery options available?",
|
||||
content: "Compton Sellz offers various delivery options, including fast local delivery and pickup points, designed for convenience and efficiency within Compton and surrounding areas. Specific options vary by seller.",
|
||||
},
|
||||
id: "faq-2", title: "What are the delivery options available?", content: "Compton Sellz offers various delivery options, including fast local delivery and pickup points, designed for convenience and efficiency within Compton and surrounding areas. Specific options vary by seller."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I return a product if I'm not satisfied?",
|
||||
content: "Yes, we prioritize customer satisfaction. Our return policy ensures a hassle-free process if you're not completely happy with your purchase. Please refer to our detailed return guidelines for more information.",
|
||||
},
|
||||
id: "faq-3", title: "Can I return a product if I'm not satisfied?", content: "Yes, we prioritize customer satisfaction. Our return policy ensures a hassle-free process if you're not completely happy with your purchase. Please refer to our detailed return guidelines for more information."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How can I become a seller on Compton Sellz?",
|
||||
content: "We welcome local businesses and individuals to join our platform. Visit our 'Become a Seller' page for detailed information on requirements, benefits, and how to get started with your application.",
|
||||
},
|
||||
id: "faq-4", title: "How can I become a seller on Compton Sellz?", content: "We welcome local businesses and individuals to join our platform. Visit our 'Become a Seller' page for detailed information on requirements, benefits, and how to get started with your application."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about shopping, selling, and services on Compton Sellz."
|
||||
@@ -328,8 +201,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Have Questions? We're Here to Help."
|
||||
description="Whether you need assistance with an order, have a general inquiry, or want to become a seller, our team is ready to provide support."
|
||||
@@ -351,49 +223,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Mission", href: "#about"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#social-proof",
|
||||
},
|
||||
label: "Community", href: "#social-proof"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop Now", href: "#products"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Services", href: "#products"},
|
||||
{
|
||||
label: "Deals",
|
||||
href: "#",
|
||||
},
|
||||
label: "Deals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Support", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user