Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adaf75cb48 | |||
| a808103f93 | |||
| d4f251c420 | |||
| d61a0de6c7 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
logoText="PrintifyProPOD"
|
logoText="PrintifyProPOD"
|
||||||
description="Transform your designs into high-quality merchandise with our seamless print-on-demand integration. Scalable, fast, and built for your brand."
|
description="Transform your designs into high-quality merchandise with our seamless print-on-demand integration. Scalable, fast, and built for your brand."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Selling", href: "#products" },
|
{ text: "Build Your Store Today", href: "#products" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/international-people-autumn-city_1157-31487.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/international-people-autumn-city_1157-31487.jpg"
|
||||||
imageAlt="Hero product display"
|
imageAlt="Hero product display"
|
||||||
@@ -80,6 +80,9 @@ export default function LandingPage() {
|
|||||||
{ id: "p5", name: "Phone Case", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-case-abstract-pattern-product-showcase_53876-96812.jpg" },
|
{ id: "p5", name: "Phone Case", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-case-abstract-pattern-product-showcase_53876-96812.jpg" },
|
||||||
{ id: "p6", name: "Tote Bag", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/autumn-journey-elements-arrangement_23-2148634200.jpg" },
|
{ id: "p6", name: "Tote Bag", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/autumn-journey-elements-arrangement_23-2148634200.jpg" },
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Browse Catalog", href: "#products" }
|
||||||
|
]}
|
||||||
title="Premium Merchandise"
|
title="Premium Merchandise"
|
||||||
description="Choose from our catalog of high-quality products ready for your designs."
|
description="Choose from our catalog of high-quality products ready for your designs."
|
||||||
/>
|
/>
|
||||||
@@ -167,4 +170,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user