Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 14:03:27 +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"