From 04e3cb7724bb8bd3b36c9874365eb08202e3b6c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 14:38:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bd8306..e9cc70b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Mail, Github, Twitter, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -37,7 +36,6 @@ export default function LandingPage() { { name: "About", id: "#about" }, ]} brandName="Stalkr" - button={{ text: "Order Now", href: "#contact" }} /> @@ -121,6 +119,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} title="What People Say" + description="See why families trust Stalkr." testimonials={[ { id: "t1", name: "Priya Sharma", role: "Parent", testimonial: "Stalkr feels like the village I never had in this city. It gives me peace of mind every time my kids go out to play.", imageSrc: "http://img.b2bpic.net/free-photo/hands-taking-photos-with-camera_23-2148880347.jpg" } ]} -- 2.49.1