diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index fd43dca..cbe5a70 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -62,7 +62,7 @@ export default function BlogPage() { 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" }] }, + { title: "Company", items: [] }, { title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] } ]} logoText="NoteGenius AI" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c32adc..01a21d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; + import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -57,18 +57,7 @@ export default function LandingPage() { buttonAnimation="slide-up" /> -
- -
+