Update src/app/make-it/page.tsx

This commit is contained in:
2026-04-19 02:24:47 +00:00
parent 093563760b
commit 4318ecdb11

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
export default function LandingPage() {
export default function MakeItPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Will I Make It?",
id: "/make-it",
},
{
name: "Business I Guess",
id: "/business",
},
{
name: "No One Like Me",
id: "/isolated",
},
{ name: "Home", id: "/" },
{ name: "Will I Make It?", id: "/make-it" },
{ name: "Business I Guess", id: "/business" },
{ name: "No One Like Me", id: "/isolated" },
]}
brandName="LULU'S WORLD"
/>
@@ -51,24 +39,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Urban Energy",
description: "Glow of the city neon.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3313.jpg",
imageAlt: "City Scene",
},
{
title: "Reflective Storms",
description: "Clouds reflecting on wet streets.",
imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-silhouette-woman_23-2149706974.jpg",
imageAlt: "Street Storm",
},
{
title: "Ambitious Dreams",
description: "Floating typography of future.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors-with-eyes-closed_171337-19396.jpg",
imageAlt: "Ambition",
},
{ title: "Urban Energy", description: "Glow of the city neon.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3313.jpg", imageAlt: "City Scene" },
{ title: "Reflective Storms", description: "Clouds reflecting on wet streets.", imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-silhouette-woman_23-2149706974.jpg", imageAlt: "Street Storm" },
{ title: "Ambitious Dreams", description: "Floating typography of future.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors-with-eyes-closed_171337-19396.jpg", imageAlt: "Ambition" },
]}
title="Will I Make It?"
description="The uncertainty of the night. A cinematic cityscape of ambition, pressure, and hope."
@@ -80,43 +53,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "p1",
name: "City Storm Coat",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg",
},
{
id: "p2",
name: "Neon Reflective Pants",
price: "$850",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478974.jpg",
},
{
id: "p3",
name: "Ambition Blazer",
price: "$1,500",
imageSrc: "http://img.b2bpic.net/free-photo/angry-african-american-guy-wearing-white-tshirt-looking-aggressive-camera-with-white-background_574295-5426.jpg",
},
{
id: "p4",
name: "Night Sky Knit",
price: "$600",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-headphones-notebook-dark-background_185193-163879.jpg",
},
{
id: "p5",
name: "Reflection Boots",
price: "$900",
imageSrc: "http://img.b2bpic.net/free-photo/creative-view-indoors-window-curtains_23-2149657515.jpg",
},
{
id: "p6",
name: "Skyline Hoodie",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-yellow-cloth_23-2148546948.jpg",
},
{ id: "p1", name: "City Storm Coat", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg" },
{ id: "p2", name: "Neon Reflective Pants", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478974.jpg" },
{ id: "p3", name: "Ambition Blazer", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/angry-african-american-guy-wearing-white-tshirt-looking-aggressive-camera-with-white-background_574295-5426.jpg" },
{ id: "p4", name: "Night Sky Knit", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-headphones-notebook-dark-background_185193-163879.jpg" },
{ id: "p5", name: "Reflection Boots", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/creative-view-indoors-window-curtains_23-2149657515.jpg" },
{ id: "p6", name: "Skyline Hoodie", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-yellow-cloth_23-2148546948.jpg" },
]}
title="Collection One"
description="Wear the uncertainty."
@@ -127,57 +71,13 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="LULU'S WORLD"
columns={[
{
title: "Worlds",
items: [
{
label: "Will I Make It?",
href: "/make-it",
},
{
label: "Business I Guess",
href: "/business",
},
{
label: "No One Like Me",
href: "/isolated",
},
],
},
{
title: "Universe",
items: [
{
label: "About Lulu",
href: "#",
},
{
label: "Philosophy",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Worlds", items: [{ label: "Will I Make It?", href: "/make-it" }, { label: "Business I Guess", href: "/business" }, { label: "No One Like Me", href: "/isolated" }] },
{ title: "Universe", items: [{ label: "About Lulu", href: "#" }, { label: "Philosophy", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}