Update src/app/page.tsx
This commit is contained in:
@@ -62,12 +62,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "The Kynetik Flask", price: "$75", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817643.jpg" },
|
||||
{ id: "p2", name: "Signature Case", price: "$45", variant: "Satin Silver", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tin-can-with-food-kitchen-towel_23-2148785215.jpg" },
|
||||
{ id: "p3", name: "Pro Accessory Kit", price: "$120", variant: "Custom Engraved", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg" },
|
||||
{ id: "p4", name: "Everyday Carry Flask", price: "$65", variant: "Space Gray", imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817643.jpg" },
|
||||
{ id: "p5", name: "Elite Container", price: "$90", variant: "Gunmetal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tin-can-with-food-kitchen-towel_23-2148785215.jpg" },
|
||||
{ id: "p6", name: "Standard Slim Flask", price: "$55", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg" },
|
||||
{ id: "p1", name: "The Kynetik Flask", price: "$75", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817643.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Signature Case", price: "$45", variant: "Satin Silver", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tin-can-with-food-kitchen-towel_23-2148785215.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Pro Accessory Kit", price: "$120", variant: "Custom Engraved", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg?_wi=1" },
|
||||
{ id: "p4", name: "Everyday Carry Flask", price: "$65", variant: "Space Gray", imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817643.jpg?_wi=2" },
|
||||
{ id: "p5", name: "Elite Container", price: "$90", variant: "Gunmetal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tin-can-with-food-kitchen-towel_23-2148785215.jpg?_wi=2" },
|
||||
{ id: "p6", name: "Standard Slim Flask", price: "$55", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg?_wi=2" },
|
||||
]}
|
||||
title="Premium Collection"
|
||||
description="Crafted from aerospace-grade aluminum and laser-engraved for life."
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
tag="Join Now"
|
||||
title="Ready to Start?"
|
||||
description="Sign up for early access to our limited runs and exclusive customization options."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user