diff --git a/src/app/page.tsx b/src/app/page.tsx index 418b71b..48ab985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -101,12 +70,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", name: "Elite Performance Shorts", price: "$85", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-wers-green-merino-wool-baselayer-thermal-suite-winter-time-posing-front-white-wall_346278-1226.jpg"}, - { - id: "p2", name: "Tech Signature Tee", price: "$55", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-holding-shopping-bags_23-2148316138.jpg"}, - { - id: "p3", name: "Performance Zip Hoodie", price: "$125", variant: "Obsidian", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-beach_23-2148023812.jpg"}, + { id: "p1", name: "Elite Performance Shorts", price: "$85", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-wers-green-merino-wool-baselayer-thermal-suite-winter-time-posing-front-white-wall_346278-1226.jpg" }, + { id: "p2", name: "Tech Signature Tee", price: "$55", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-holding-shopping-bags_23-2148316138.jpg" }, + { id: "p3", name: "Performance Zip Hoodie", price: "$125", variant: "Obsidian", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-beach_23-2148023812.jpg" }, ]} title="Signature Collection" description="Essential pieces for the modern man who refuses to compromise on quality or style." @@ -117,16 +83,9 @@ export default function LandingPage() { @@ -195,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file