From 49582e92edcf67e82bbc6721056748d198de2412 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:47:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73ddb2f..4cd4b82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Award, Brain, Heart, Moon, Shield, Sparkles, Thermometer, Zap, User, TrendingDown, Users } from "lucide-react"; @@ -31,8 +30,7 @@ export default function LandingPage() { navItems={[ { name: "The Problem", id: "problem" }, { name: "The Product", id: "product" }, - { name: "The Science", id: "science" }, - { name: "Testimonials", id: "testimonials" } + { name: "The Science", id: "science" } ]} button={{ text: "Join Waitlist", href: "#waitlist" }} animateOnLoad={true} @@ -160,39 +158,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1