1 Commits

Author SHA1 Message Date
5679218287 Update src/app/page.tsx 2026-04-17 02:41:42 +00:00

View File

@@ -50,8 +50,6 @@ export default function LandingPage() {
buttons={[
{
text: "Shop Now", href: "#products"},
{
text: "Learn More", href: "#about"},
]}
slides={[
{
@@ -171,6 +169,7 @@ export default function LandingPage() {
description="Sign up for 10% off your first order."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg"
mediaAnimation="slide-up"
termsText="By clicking Sign Up, you agree to our Terms and Conditions. We respect your privacy and will never share your email address."
/>
</div>
@@ -200,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}