diff --git a/src/app/page.tsx b/src/app/page.tsx index 684c5b4..0b86cbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -119,29 +88,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Hoodie", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-stop-gesture-oversized-hoodie-pants-looking-serious-front-view_176474-58565.jpg", - imageAlt: "Signature Hoodie", - }, + id: "p1", name: "Stussy World Tour Hoodie", price: "$145", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Stussy Hoodie"}, { - id: "p2", - name: "Midnight Essence", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", - imageAlt: "Midnight Essence Perfume", - }, + id: "p2", name: "Sp5der Pink Web Hoodie", price: "$280", imageSrc: "https://images.unsplash.com/photo-1556821840-3a63f95609a7?q=80&w=600", imageAlt: "Sp5der Hoodie"}, { - id: "p3", - name: "Urban Runner", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583930.jpg", - imageAlt: "Urban Runner Sneaker", - }, + id: "p3", name: "Denim Tears Cotton Wreath Jean", price: "$350", imageSrc: "https://images.unsplash.com/photo-1542272604-787c3835535d?q=80&w=600", imageAlt: "Denim Tears Jean"}, ]} title="Core Collection" - description="Curated essentials for your daily rotation." + description="Curated essentials for your daily rotation featuring world-class streetwear icons." /> @@ -151,45 +105,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - title: "Game Changer", - quote: "The perfume scent lasts forever, and the quality is insane.", - name: "Alex R.", - role: "Creative", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashionable-model-with-natural-blond-hair-posing-red-background-close-up-studio-shot-silk-cocktail-dress_639032-829.jpg?_wi=1", - }, + id: "t1", title: "Game Changer", quote: "The perfume scent lasts forever, and the quality is insane.", name: "Alex R.", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashionable-model-with-natural-blond-hair-posing-red-background-close-up-studio-shot-silk-cocktail-dress_639032-829.jpg?_wi=1"}, { - id: "t2", - title: "Stunning Design", - quote: "Finally, streetwear that feels as good as it looks.", - name: "Jordan P.", - role: "Photographer", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884576.jpg", - }, + id: "t2", title: "Stunning Design", quote: "Finally, streetwear that feels as good as it looks.", name: "Jordan P.", role: "Photographer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-black-dress_23-2149884576.jpg"}, { - id: "t3", - title: "Essential Gear", - quote: "My go-to brand for everything urban.", - name: "Sam M.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148921693.jpg", - }, + id: "t3", title: "Essential Gear", quote: "My go-to brand for everything urban.", name: "Sam M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148921693.jpg"}, { - id: "t4", - title: "Unique Vibe", - quote: "Haven't found better quality gear anywhere else.", - name: "Taylor D.", - role: "Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg", - }, + id: "t4", title: "Unique Vibe", quote: "Haven't found better quality gear anywhere else.", name: "Taylor D.", role: "Stylist", imageSrc: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7036.jpg"}, { - id: "t5", - title: "Absolute Quality", - quote: "The detail on every piece is just incredible. Top tier.", - name: "Casey W.", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashionable-model-with-natural-blond-hair-posing-red-background-close-up-studio-shot-silk-cocktail-dress_639032-829.jpg?_wi=2", - }, + id: "t5", title: "Absolute Quality", quote: "The detail on every piece is just incredible. Top tier.", name: "Casey W.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashionable-model-with-natural-blond-hair-posing-red-background-close-up-studio-shot-silk-cocktail-dress_639032-829.jpg?_wi=2"}, ]} title="Iconic Reviews" description="What our community says." @@ -200,8 +124,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..2e636a8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #000000; --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #535353; + --background-accent: #535353; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);