Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-05 03:10:36 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -179,8 +179,8 @@ export default function LandingPage() {
title="Ready to Start Shopping?"
description="Join thousands of satisfied customers who trust us for quality products and exceptional service. Visit us today or sign up online to get started with exclusive member benefits."
buttons={[
{ text: "Visit Our Store", href: "#" },
{ text: "Shop Online", href: "#" }
{ text: "Shop Online Now", href: "#" },
{ text: "Download App", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -196,4 +196,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}