6 Commits

Author SHA1 Message Date
e52cb4b38e Update src/app/page.tsx 2026-03-03 11:53:04 +00:00
f673fd993b Update src/app/page.tsx 2026-03-03 11:41:14 +00:00
ee759fd374 Update src/app/page.tsx 2026-03-03 11:38:12 +00:00
81cc6cf2c7 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:32:25 +00:00
e6fb09d046 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:24:43 +00:00
81fddd8e8d Merge version_1 into main
Merge version_1 into main
2026-03-03 11:24:01 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="re:print" logoText="re:print"
description="Discover stunning handcrafted lamps, custom keychains, and personalized light boxes that bring your imagination to life. Every product is uniquely yours." description="Discover stunning handcrafted lamps, custom keychains, and personalized light boxes that bring your imagination to life. Every product is uniquely yours."
buttons={[ buttons={[
{ text: "Explore Products", href: "#products" }, { text: "Start Shopping", href: "#products" },
{ text: "Learn Our Story", href: "#about" }, { text: "Learn Our Story", href: "#about" },
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -53,8 +53,6 @@ export default function LandingPage() {
imageAlt="Beautiful custom lamp display" imageAlt="Beautiful custom lamp display"
frameStyle="card" frameStyle="card"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonAnimation="slide-up"
buttonContainerClassName="flex gap-4 justify-center"
/> />
</div> </div>