Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-26 14:38:26 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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" }
]}