From e267fffadb2b96c0d2bb73d86469f6dc15088233 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 21:04:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7feede..7bd52db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -163,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1