Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 21:04:52 +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>
);
}
}