3 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

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
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."
buttons={[
{ text: "Explore Products", href: "#products" },
{ text: "Start Shopping", href: "#products" },
{ text: "Learn Our Story", href: "#about" },
]}
background={{ variant: "sparkles-gradient" }}
@@ -53,8 +53,6 @@ export default function LandingPage() {
imageAlt="Beautiful custom lamp display"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
buttonContainerClassName="flex gap-4 justify-center"
/>
</div>