3 Commits

Author SHA1 Message Date
9209b42bb6 Merge version_3 into main
Merge version_3 into main
2026-05-15 08:46:29 +00:00
adaf75cb48 Update src/app/page.tsx 2026-05-15 08:46:26 +00:00
a808103f93 Merge version_2 into main
Merge version_2 into main
2026-05-15 08:43:08 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="PrintifyProPOD"
description="Transform your designs into high-quality merchandise with our seamless print-on-demand integration. Scalable, fast, and built for your brand."
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"
imageAlt="Hero product display"
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}