Merge version_2 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shelton Sneakers"
|
||||
/>
|
||||
@@ -58,13 +50,9 @@ export default function LandingPage() {
|
||||
description="Your go-to sneaker plug in Durban – Nationwide delivery across South Africa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Collection", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg?_wi=1"
|
||||
@@ -77,10 +65,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Shelton Sneakers"
|
||||
description={[
|
||||
"Shelton Sneakers is a Durban-based sneaker store offering trendy, affordable, and high-quality footwear.",
|
||||
"We specialize in the biggest brands including Nike, Adidas, New Balance, and Timberland.",
|
||||
"From the latest drops to everyday classics, we ensure you stay ahead of the game with fast, nationwide delivery across South Africa.",
|
||||
]}
|
||||
"Shelton Sneakers is a Durban-based sneaker store offering trendy, affordable, and high-quality footwear.", "We specialize in the biggest brands including Nike, Adidas, New Balance, and Timberland.", "From the latest drops to everyday classics, we ensure you stay ahead of the game with fast, nationwide delivery across South Africa."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,47 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Air Jordan 1 Retro",
|
||||
price: "R 3,500",
|
||||
variant: "Nike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583924.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Air Jordan 1 Retro", price: "R 3,500", variant: "Nike", imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583924.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ultraboost Light",
|
||||
price: "R 2,800",
|
||||
variant: "Adidas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-tying-shoelaces_23-2148267173.jpg",
|
||||
},
|
||||
id: "p2", name: "Ultraboost Light", price: "R 2,800", variant: "Adidas", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-tying-shoelaces_23-2148267173.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "New Balance 550",
|
||||
price: "R 2,200",
|
||||
variant: "New Balance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-stylish-men-s-shoes_169016-5564.jpg",
|
||||
},
|
||||
id: "p3", name: "New Balance 550", price: "R 2,200", variant: "New Balance", imageSrc: "http://img.b2bpic.net/free-photo/classic-stylish-men-s-shoes_169016-5564.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "6-Inch Premium Boot",
|
||||
price: "R 3,200",
|
||||
variant: "Timberland",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-shoes-man-nature_23-2148192720.jpg",
|
||||
},
|
||||
id: "p4", name: "6-Inch Premium Boot", price: "R 3,200", variant: "Timberland", imageSrc: "http://img.b2bpic.net/free-photo/view-shoes-man-nature_23-2148192720.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Air Max 90",
|
||||
price: "R 2,600",
|
||||
variant: "Nike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg",
|
||||
},
|
||||
id: "p5", name: "Air Max 90", price: "R 2,600", variant: "Nike", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Superstar OG",
|
||||
price: "R 1,800",
|
||||
variant: "Adidas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005704.jpg",
|
||||
},
|
||||
id: "p6", name: "Superstar OG", price: "R 1,800", variant: "Adidas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005704.jpg"},
|
||||
]}
|
||||
title="Latest Drops"
|
||||
description="Explore our curated selection of top-tier footwear."
|
||||
@@ -146,32 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "100% Authentic",
|
||||
descriptions: [
|
||||
"Guaranteed genuine products from top brands.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-posing-with-their-roller-skates-skateboard-outside-park_23-2149295794.jpg",
|
||||
imageAlt: "Durban city skyline sunset",
|
||||
},
|
||||
id: "f1", title: "100% Authentic", descriptions: [
|
||||
"Guaranteed genuine products from top brands."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-posing-with-their-roller-skates-skateboard-outside-park_23-2149295794.jpg", imageAlt: "Durban city skyline sunset"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast Nationwide Delivery",
|
||||
descriptions: [
|
||||
"Shipping directly from Durban to your door anywhere in SA.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg?_wi=2",
|
||||
imageAlt: "Durban city skyline sunset",
|
||||
},
|
||||
id: "f2", title: "Fast Nationwide Delivery", descriptions: [
|
||||
"Shipping directly from Durban to your door anywhere in SA."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg?_wi=2", imageAlt: "Durban city skyline sunset"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Trendy Drops",
|
||||
descriptions: [
|
||||
"Latest styles as soon as they hit the market.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583924.jpg?_wi=2",
|
||||
imageAlt: "Durban city skyline sunset",
|
||||
},
|
||||
id: "f3", title: "Trendy Drops", descriptions: [
|
||||
"Latest styles as soon as they hit the market."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583924.jpg?_wi=2", imageAlt: "Durban city skyline sunset"},
|
||||
]}
|
||||
title="Why Choose Shelton Sneakers"
|
||||
description="We prioritize authenticity, speed, and style for all our customers."
|
||||
@@ -185,45 +125,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_style",
|
||||
testimonial: "The best sneaker plug in Durban! Fast delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_style", testimonial: "The best sneaker plug in Durban! Fast delivery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "Authentic pair, arrived in perfect condition.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-sunglasses_197531-33303.jpg",
|
||||
},
|
||||
id: "2", name: "Mike D.", handle: "@miked", testimonial: "Authentic pair, arrived in perfect condition.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-sunglasses_197531-33303.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tanya L.",
|
||||
handle: "@tanyal",
|
||||
testimonial: "Love the latest drops! Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2788.jpg",
|
||||
},
|
||||
id: "3", name: "Tanya L.", handle: "@tanyal", testimonial: "Love the latest drops! Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2788.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kwanele M.",
|
||||
handle: "@kwam",
|
||||
testimonial: "Amazing service and great prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884390.jpg",
|
||||
},
|
||||
id: "4", name: "Kwanele M.", handle: "@kwam", testimonial: "Amazing service and great prices.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884390.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zane S.",
|
||||
handle: "@zanes",
|
||||
testimonial: "My go-to spot for kicks nationwide.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg",
|
||||
},
|
||||
id: "5", name: "Zane S.", handle: "@zanes", testimonial: "My go-to spot for kicks nationwide.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932934.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
@@ -236,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Delivery Nationwide",
|
||||
"100% Authentic",
|
||||
"Trendy Drops",
|
||||
"Affordable Prices",
|
||||
"Durban Based",
|
||||
"Customer Focused",
|
||||
"Fast Service",
|
||||
]}
|
||||
"Delivery Nationwide", "100% Authentic", "Trendy Drops", "Affordable Prices", "Durban Based", "Customer Focused", "Fast Service"]}
|
||||
title="Trusted Nationwide"
|
||||
description="Providing quality footwear across South Africa."
|
||||
/>
|
||||
@@ -255,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver nationwide?",
|
||||
content: "Yes, we ship to all provinces across South Africa.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver nationwide?", content: "Yes, we ship to all provinces across South Africa."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are these sneakers authentic?",
|
||||
content: "We only sell 100% authentic streetwear styles.",
|
||||
},
|
||||
id: "q2", title: "Are these sneakers authentic?", content: "We only sell 100% authentic streetwear styles."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I order?",
|
||||
content: "You can order directly through our website or click the WhatsApp button to chat with us.",
|
||||
},
|
||||
id: "q3", title: "How can I order?", content: "You can order directly through our website or click the WhatsApp button to chat with us."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our sneakers or shipping?"
|
||||
@@ -280,18 +179,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
text="Ready to step up? Contact us on WhatsApp: 079 193 2641"
|
||||
variant: "canvas-reveal"}}
|
||||
text="Ready to upgrade your collection? Order via our shop or click below for instant support on WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0791932641",
|
||||
},
|
||||
text: "Call Now", href: "tel:0791932641"},
|
||||
{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/27791932641",
|
||||
},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/27791932641"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -301,54 +195,33 @@ export default function LandingPage() {
|
||||
logoText="Shelton Sneakers"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Brands",
|
||||
items: [
|
||||
title: "Brands", items: [
|
||||
{
|
||||
label: "Nike",
|
||||
href: "#",
|
||||
},
|
||||
label: "Nike", href: "#"},
|
||||
{
|
||||
label: "Adidas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Adidas", href: "#"},
|
||||
{
|
||||
label: "New Balance",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Balance", href: "#"},
|
||||
{
|
||||
label: "Timberland",
|
||||
href: "#",
|
||||
},
|
||||
label: "Timberland", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/27791932641",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/27791932641"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:0791932641",
|
||||
},
|
||||
label: "Phone", href: "tel:0791932641"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -357,4 +230,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user