diff --git a/src/app/page.tsx b/src/app/page.tsx index 886e7d3..79e4cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,8 @@ export default function LandingPage() { name: "Features", id: "features"}, { name: "Plans", id: "products"}, + { + name: "Metrics", id: "metrics"}, { name: "Contact", id: "contact"}, ]} @@ -54,15 +56,6 @@ export default function LandingPage() { { name: "Michael K.", handle: "@mikek", testimonial: "Finally, consistent coverage in every corner of my house. WorldLink is the best.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg"}, - { - name: "Emily R.", handle: "@emilyr", testimonial: "Streaming and gaming at the same time without any lag. Impressive performance.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403968.jpg"}, - { - name: "David L.", handle: "@davidl", testimonial: "Customer service was great during setup. Very happy with the transition to 6G.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/low-angle-elderly-woman-bed-holding-smartphone_23-2148419217.jpg"}, - { - name: "James P.", handle: "@jamesp", testimonial: "The installation was fast and the connection never drops. Highly recommended.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg?_wi=2"}, ]} buttons={[ { @@ -71,30 +64,6 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BmtHO7pPsVdaD5O5vbizRTKXEb/uploaded-1775106152466-x6mer53a.jpg" imageAlt="WorldLink 6G Router" mediaAnimation="slide-up" - avatars={[ - { - src: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg", alt: "User 1"}, - { - src: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg", alt: "User 2"}, - { - src: "https://img.b2bpic.net/free-photo/sad-elder-woman-sofa_23-2149403968.jpg", alt: "User 3"}, - { - src: "https://img.b2bpic.net/free-photo/low-angle-elderly-woman-bed-holding-smartphone_23-2148419217.jpg", alt: "User 4"}, - { - src: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg", alt: "User 5"}, - ]} - marqueeItems={[ - { - type: "text", text: "40% More Coverage"}, - { - type: "text", text: "6G Technology"}, - { - type: "text", text: "Lightning Fast Speed"}, - { - type: "text", text: "Ultra-Low Latency"}, - { - type: "text", text: "24/7 Reliability"}, - ]} /> @@ -164,45 +133,47 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "gradient-bars"}} - tag="Join Us" - title="Ready to upgrade to 6G?" - description="Leave your email below and our team will contact you shortly to get you connected." + tag="Inquiry Form" + title="Get In Touch" + description="We're ready to help you upgrade to 6G. Send us your inquiry and our team will get back to you." + inputPlaceholder="Enter your email" + buttonText="Submit Inquiry" />
); -} +} \ No newline at end of file