4 Commits

Author SHA1 Message Date
58f464449a Merge version_2 into main
Merge version_2 into main
2026-03-11 14:03:27 +00:00
0bd09ac1db Update src/app/page.tsx 2026-03-11 14:03:23 +00:00
af73ce8b43 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:02:10 +00:00
cfa179a626 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:01:42 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Visit Store", href: "contact"
text: "Shop Now", href: "contact"
}}
/>
</div>
@@ -50,7 +50,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Visit Store", href: "contact" },
{ text: "Shop Now", href: "contact" },
{ text: "Contact Us", href: "contact" }
]}
buttonAnimation="blur-reveal"