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