Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b13dde3d92 |
179
src/app/page.tsx
179
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collections", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Rewear Culture Era"
|
||||
/>
|
||||
@@ -54,12 +46,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Culture Rewear. Style Redefined."
|
||||
description="Your ultimate destination for vintage activewear, football jerseys, and work shoes. Open 24 hours for your convenience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dirt-decorative-old-wallpaper-brush_1194-9595.jpg"
|
||||
imageAlt="Streetwear shop display"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "#products"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,47 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Retro Football Jersey",
|
||||
price: "$39",
|
||||
variant: "Sport",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-football-banners_23-2147556340.jpg",
|
||||
},
|
||||
id: "p1", name: "Retro Football Jersey", price: "$39", variant: "Sport", imageSrc: "http://img.b2bpic.net/free-vector/vintage-american-football-banners_23-2147556340.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro Turf Football Shoes",
|
||||
price: "$85",
|
||||
variant: "Footwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-soccer-cleats-green-field_23-2151982460.jpg",
|
||||
},
|
||||
id: "p2", name: "Pro Turf Football Shoes", price: "$85", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/pair-soccer-cleats-green-field_23-2151982460.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Street Urban Hoodie",
|
||||
price: "$45",
|
||||
variant: "Casual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg",
|
||||
},
|
||||
id: "p3", name: "Street Urban Hoodie", price: "$45", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Vintage Team Jersey",
|
||||
price: "$32",
|
||||
variant: "Sport",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379381.jpg",
|
||||
},
|
||||
id: "p4", name: "Vintage Team Jersey", price: "$32", variant: "Sport", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379381.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Performance Running Shoes",
|
||||
price: "$90",
|
||||
variant: "Footwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-teenage-boy-tying-his-shoe-laces-basketball-court_53876-24933.jpg",
|
||||
},
|
||||
id: "p5", name: "Performance Running Shoes", price: "$90", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/african-american-teenage-boy-tying-his-shoe-laces-basketball-court_53876-24933.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Athletic Joggers",
|
||||
price: "$35",
|
||||
variant: "Casual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-people-warming-up_23-2147755602.jpg",
|
||||
},
|
||||
id: "p6", name: "Athletic Joggers", price: "$35", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-warming-up_23-2147755602.jpg"},
|
||||
]}
|
||||
title="Shop Our Collection"
|
||||
description="Find your next favorite gear from jerseys to footwear."
|
||||
@@ -134,26 +100,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "24/7 Availability",
|
||||
description: "Always open to serve your fashion needs day or night.",
|
||||
tag: "Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-open-sign-still-life_23-2149168998.jpg",
|
||||
},
|
||||
id: "f1", title: "24/7 Availability", description: "Always open to serve your fashion needs day or night.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/red-open-sign-still-life_23-2149168998.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Digital Booking",
|
||||
description: "Seamlessly book appointments online via our platform.",
|
||||
tag: "Convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-stationery-papers-with-smartphone_23-2147965724.jpg",
|
||||
},
|
||||
id: "f2", title: "Digital Booking", description: "Seamlessly book appointments online via our platform.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-stationery-papers-with-smartphone_23-2147965724.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Verified Quality",
|
||||
description: "Every item is vetted for quality and authenticity.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg",
|
||||
},
|
||||
id: "f3", title: "Verified Quality", description: "Every item is vetted for quality and authenticity.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-repair-sale-shop_23-2150746325.jpg"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Providing excellence around the clock."
|
||||
@@ -167,40 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul S.",
|
||||
handle: "@rahul_fit",
|
||||
testimonial: "The best selection of football jerseys in Anupgarh!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-wearing-trench-coat_23-2149729304.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul S.", handle: "@rahul_fit", testimonial: "The best selection of football jerseys in Anupgarh!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-wearing-trench-coat_23-2149729304.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya K.",
|
||||
handle: "@priya_vibes",
|
||||
testimonial: "Amazing thrift quality and affordable prices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-cheerful-stylish-blond-girl-with-shopping-bags-rejoicing-after-shopping-outdoor_574295-2283.jpg",
|
||||
},
|
||||
id: "t2", name: "Priya K.", handle: "@priya_vibes", testimonial: "Amazing thrift quality and affordable prices.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cheerful-stylish-blond-girl-with-shopping-bags-rejoicing-after-shopping-outdoor_574295-2283.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram J.",
|
||||
handle: "@vikram_street",
|
||||
testimonial: "Love the 24 hour accessibility. Super helpful team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-clothes_23-2150082883.jpg",
|
||||
},
|
||||
id: "t3", name: "Vikram J.", handle: "@vikram_street", testimonial: "Love the 24 hour accessibility. Super helpful team.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-clothes_23-2150082883.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Anita M.",
|
||||
handle: "@anita_fashion",
|
||||
testimonial: "Authentic vintage vibes, highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-shopping-packets_23-2147950235.jpg",
|
||||
},
|
||||
id: "t4", name: "Anita M.", handle: "@anita_fashion", testimonial: "Authentic vintage vibes, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-shopping-packets_23-2147950235.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Suresh L.",
|
||||
handle: "@suresh_play",
|
||||
testimonial: "Got my pro shoes here, great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-adjusts-hood-his-stylish-anorak-takes-blank-piece-paper-out-its-front-pocket_346278-951.jpg",
|
||||
},
|
||||
id: "t5", name: "Suresh L.", handle: "@suresh_play", testimonial: "Got my pro shoes here, great service.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-adjusts-hood-his-stylish-anorak-takes-blank-piece-paper-out-its-front-pocket_346278-951.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="What our community is saying about Rewear Culture."
|
||||
@@ -213,20 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where are you located?",
|
||||
content: "Baba Ramdev Mandir Road, Anupgarh, Rajasthan.",
|
||||
},
|
||||
id: "q1", title: "Where are you located?", content: "Baba Ramdev Mandir Road, Anupgarh, Rajasthan."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can I contact support?",
|
||||
content: "You can reach us at 8905980702.",
|
||||
},
|
||||
id: "q2", title: "How can I contact support?", content: "You can reach us at 8905980702."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you really open 24 hours?",
|
||||
content: "Yes, we are open round-the-clock for all our customers.",
|
||||
},
|
||||
id: "q3", title: "Are you really open 24 hours?", content: "Yes, we are open round-the-clock for all our customers."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to help you shop with us."
|
||||
@@ -238,8 +155,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Visit or Reach Us"
|
||||
description="Need help or have questions? Get in touch with our team directly."
|
||||
@@ -253,46 +169,29 @@ export default function LandingPage() {
|
||||
logoText="Rewear Culture Era"
|
||||
columns={[
|
||||
{
|
||||
title: "Pages",
|
||||
items: [
|
||||
title: "Pages", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: 8905980702",
|
||||
href: "tel:8905980702",
|
||||
},
|
||||
label: "Call: 8905980702", href: "tel:8905980702"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Support", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -302,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user