diff --git a/src/app/make-it/page.tsx b/src/app/make-it/page.tsx index 0566b5a..ee43b43 100644 --- a/src/app/make-it/page.tsx +++ b/src/app/make-it/page.tsx @@ -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 ( @@ -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() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 9967bdc..d9f0801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -177,24 +88,13 @@ export default function LandingPage() { @@ -202,18 +102,11 @@ export default function LandingPage() {
@@ -221,57 +114,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file