From d437d857f7062d23da890d6c4700a23daee42077 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:52:31 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a5d6873..af2900e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -33,10 +33,10 @@ export default function BlogPage() { { 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" }} + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1 From e9c6798cae8f14bc7c3e3de10008756eb4fb0fe7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:52:32 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 070352b..013639e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { CheckCircle, Clock, ShieldCheck, Smile, Sparkles, Users, Workflow } from "lucide-react"; @@ -145,20 +145,20 @@ export default function LandingPage() { />
- console.log("Email submitted:", email)} />