Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b8b2095d6 | |||
| d09e85cf6f |
125
src/app/page.tsx
125
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "New Arrivals",
|
||||
id: "#new-arrivals",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "New Arrivals", id: "#new-arrivals" },
|
||||
{ name: "Collections", id: "#collections" },
|
||||
{ name: "Shop", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="SR Stores"
|
||||
/>
|
||||
@@ -52,17 +40,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Redefining Luxury Fashion"
|
||||
description="SR Stores presents the next generation of modern, high-end apparel for the bold and refined."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Shop Collections", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-makeup-with-red-lips-with-perfect-clean-skin-black-cloth_158538-9675.jpg"
|
||||
imageAlt="Luxury high-fashion editorial"
|
||||
/>
|
||||
@@ -75,42 +56,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Urban Leather Satchel",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveler-sitting-bench_23-2148328900.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Silk Minimalist Blouse",
|
||||
price: "$420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Monochrome Designer Kicks",
|
||||
price: "$590",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Metallic Frame Shades",
|
||||
price: "$280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-beautiful-young-woman-with-sunglasses_158538-4176.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Classic Steel Watch",
|
||||
price: "$1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Charcoal Trench Coat",
|
||||
price: "$950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275095.jpg",
|
||||
},
|
||||
{ id: "1", name: "Urban Leather Satchel", price: "$920", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveler-sitting-bench_23-2148328900.jpg" },
|
||||
{ id: "2", name: "Silk Minimalist Blouse", price: "$495", imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg" },
|
||||
{ id: "3", name: "Monochrome Designer Kicks", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg" },
|
||||
{ id: "4", name: "Signature Wool Scarf", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-beautiful-young-woman-with-sunglasses_158538-4176.jpg" },
|
||||
{ id: "5", name: "Heritage Steel Timepiece", price: "$1450", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg" },
|
||||
{ id: "6", name: "Velvet Trench Coat", price: "$1100", imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275095.jpg" },
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Curated selection of our latest high-end pieces."
|
||||
@@ -136,46 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional",
|
||||
quote: "Truly a premium shopping experience.",
|
||||
name: "Elena V.",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium",
|
||||
quote: "The quality is simply unmatched.",
|
||||
name: "Marcus T.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Elegant",
|
||||
quote: "My go-to store for refined fashion.",
|
||||
name: "Sophia L.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Modern",
|
||||
quote: "Fast service and incredible pieces.",
|
||||
name: "Julian H.",
|
||||
role: "Executive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19265.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Luxury",
|
||||
quote: "Unbeatable aesthetic and taste.",
|
||||
name: "Nina P.",
|
||||
role: "Artist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg",
|
||||
},
|
||||
{ id: "1", title: "Exceptional", quote: "Truly a premium shopping experience.", name: "Elena V.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg" },
|
||||
{ id: "2", title: "Premium", quote: "The quality is simply unmatched.", name: "Marcus T.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg" },
|
||||
{ id: "3", title: "Elegant", quote: "My go-to store for refined fashion.", name: "Sophia L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg" },
|
||||
{ id: "4", title: "Modern", quote: "Fast service and incredible pieces.", name: "Julian H.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19265.jpg" },
|
||||
{ id: "5", title: "Luxury", quote: "Unbeatable aesthetic and taste.", name: "Nina P.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg" },
|
||||
]}
|
||||
title="Client Reflections"
|
||||
description="What our clients say about SR Stores."
|
||||
@@ -185,9 +101,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Join the Elite"
|
||||
title="Stay Connected"
|
||||
description="Subscribe to our newsletter for exclusive releases."
|
||||
@@ -197,10 +111,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="SR Stores"
|
||||
logoSrc="https://img.b2bpic.net/free-photo/luxury-fashion-store-logo-emblem_158538-1200.jpg"
|
||||
copyrightText="© 2025 SR Stores. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user