From 913d0a70ecc6ee22f430ed80aea1beedb044a542 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 19:52:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7b95d8..5c32adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact" } ]} brandName="NoteGenius AI" button={{ text: "Get Started", href: "#contact" }} @@ -49,7 +49,7 @@ export default function LandingPage() { tag="NoteGenius AI" buttons={[ { text: "Start Free Trial", href: "#contact" }, - { text: "Learn More", href: "#features" }, + { text: "Learn More", href: "#features" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771703462804-ycq5fdkz.avif" imageAlt="NoteGenius AI Dashboard Preview" @@ -92,7 +92,7 @@ export default function LandingPage() { metrics={[ { id: "1", icon: Smile, title: "User Satisfaction", value: "98.5%" }, { id: "2", icon: Clock, title: "Time Saved per Week", value: "5+ Hrs" }, - { id: "3", icon: CheckCircle, title: "Decision Accuracy", value: "99.9%" }, + { id: "3", icon: CheckCircle, title: "Decision Accuracy", value: "99.9%" } ]} animationType="depth-3d" textboxLayout="default" @@ -108,7 +108,7 @@ export default function LandingPage() { { id: "1", title: "\"A Game-Changer for Our Sales Team!\"", quote: "NoteGenius AI has revolutionized how our sales team prepares for calls and follows up. The automated summaries are incredibly accurate and save us hours every week. Highly recommended for any B2B organization.", name: "Sarah Johnson", role: "CEO, Innovate Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-sarah-johnson-1771701002847-37f53070.png", imageAlt: "Sarah Johnson, CEO Innovate Solutions" }, { id: "2", title: "\"Enhanced Our Project Management Workflow\"", quote: "Integrating NoteGenius AI into our project meetings has drastically improved our action item tracking and overall team alignment. Decisions are clearer, and projects move faster than ever before.", name: "Michael Chen", role: "CTO, Global Tech Ventures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-michael-chen--1771701003064-abe03de7.png", imageAlt: "Michael Chen, CTO Global Tech Ventures" }, { id: "3", title: "\"The Best Investment for Team Productivity\"", quote: "We've seen a significant boost in our marketing team's productivity since adopting NoteGenius AI. The ability to quickly extract insights from brainstorming sessions is invaluable. It's a must-have tool.", name: "Emily Davis", role: "Marketing Director, Growth Strategies Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-emily-davis-m-1771701002472-0dfdf5d1.png", imageAlt: "Emily Davis, Marketing Director Growth Strategies Inc." }, - { id: "4", title: "\"Seamless Integration and Unmatched Accuracy\"", quote: "NoteGenius AI's seamless integration with our existing tools and its exceptional accuracy in capturing complex discussions have made it an indispensable part of our daily operations. It truly understands our business context.", name: "David Lee", role: "Head of Product, Nexus Innovations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-david-lee-hea-1771701002701-33cc7c47.png", imageAlt: "David Lee, Head of Product Nexus Innovations" }, + { id: "4", title: "\"Seamless Integration and Unmatched Accuracy\"", quote: "NoteGenius AI's seamless integration with our existing tools and its exceptional accuracy in capturing complex discussions have made it an indispensable part of our daily operations. It truly understands our business context.", name: "David Lee", role: "Head of Product, Nexus Innovations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-professional-headshot-of-david-lee-hea-1771701002701-33cc7c47.png", imageAlt: "David Lee, Head of Product Nexus Innovations" } ]} textboxLayout="default" useInvertedBackground={false} @@ -127,7 +127,7 @@ export default function LandingPage() { { id: "3", title: "Can I integrate NoteGenius AI with my existing tools?", content: "Yes, NoteGenius AI offers robust integration capabilities with popular CRM platforms, project management tools, and communication applications. We also provide an API for custom integrations." }, { id: "4", title: "Is there a limit to how long a meeting can be?", content: "Our advanced infrastructure is built to handle meetings of varying lengths. Please refer to our pricing plans for specific details on recording duration limits per plan." }, { id: "5", title: "How accurate are the AI summaries?", content: "NoteGenius AI leverages state-of-the-art natural language processing (NLP) to achieve highly accurate summaries, with ongoing improvements based on user feedback and advanced learning models." }, - { id: "6", title: "Do you offer custom enterprise solutions?", content: "Absolutely. For larger enterprises with unique requirements, we offer tailored solutions and dedicated support. Please contact our sales team to discuss your specific needs." }, + { id: "6", title: "Do you offer custom enterprise solutions?", content: "Absolutely. For larger enterprises with unique requirements, we offer tailored solutions and dedicated support. Please contact our sales team to discuss your specific needs." } ]} faqsAnimation="slide-up" textboxLayout="default" @@ -141,7 +141,7 @@ export default function LandingPage() { description="Connect with our team to discover how NoteGenius AI can empower your business." inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true }, - { name: "email", type: "email", placeholder: "Your Business Email", required: true }, + { name: "email", type: "email", placeholder: "Your Business Email", required: true } ]} textarea={{ name: "message", placeholder: "Tell us about your needs...", rows: 5, required: false }} useInvertedBackground={false} @@ -157,9 +157,9 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=3" imageAlt="NoteGenius AI Dashboard Footer" columns={[ - { title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] }, - { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "/careers" }] }, - { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "#faq" }] }, + { title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] }, + { title: "Company", items: [{ label: "About Us", href: "/#about" }] }, + { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] } ]} logoText="NoteGenius AI" copyrightText="© 2024 NoteGenius AI. All rights reserved."