4 Commits

Author SHA1 Message Date
e267fffadb Update src/app/page.tsx 2026-04-07 21:04:48 +00:00
487e8a7d12 Merge version_1 into main
Merge version_1 into main
2026-04-07 20:59:26 +00:00
ec01e80c27 Merge version_1 into main
Merge version_1 into main
2026-04-07 20:59:03 +00:00
d124c73030 Merge version_1 into main
Merge version_1 into main
2026-04-07 20:58:32 +00:00

View File

@@ -34,6 +34,8 @@ export default function LandingPage() {
name: "Shop", id: "shop"},
{
name: "Features", id: "features"},
{
name: "Pricing", id: "pricing"},
{
name: "Contact", id: "contact"},
]}
@@ -146,11 +148,13 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
tag="Stay Updated"
title="Sign up for updates"
description="Subscribe for exclusive news and promotions regarding FF Shop."
tag="Get in Touch"
title="Contact Support"
description="Our dedicated support team is available 24/7 to help you with your order or any other questions."
imageSrc="http://img.b2bpic.net/free-photo/creative-monitor-tech-digitally-generated-desk_1134-719.jpg"
mediaAnimation="opacity"
mediaAnimation="slide-up"
mediaPosition="left"
buttonText="Submit Inquiry"
/>
</div>
@@ -163,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}