Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-07 16:49:29 +00:00
parent 9bf3a18416
commit cf7ade5752

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "Explore Collection", href: "https://diongue-shopping.myshopify.com" },
{ text: "Shop Now", href: "https://diongue-shopping.myshopify.com" },
{ text: "Learn More", href: "#about" }
]}
/>
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}