From 04791b19e122f83f46a76b23e96933e9109f2535 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d7948f..b7c8790 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users } from "lucide-react"; +import { CheckCircle, Clock, Smile } from "lucide-react"; export default function LandingPage() { return (
@@ -49,8 +50,8 @@ export default function LandingPage() { background={{ variant: 'downward-rays-animated-grid' }} tag="NoteGenius AI" buttons={[ - { text: "Start Free Trial", href: "#contact" }, - { text: "Learn More", href: "#features" } + { text: "Start Free Trial", href: "/#contact" }, + { 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" @@ -163,7 +164,7 @@ 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: "Product", items: [{ label: "Features", href: "/#features" }] }, { title: "Company", items: [] }, { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] } ]} @@ -174,4 +175,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}