Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-05 21:48:42 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Building2, MapPin, ShieldCheck, Sparkles, Users, Zap, UserCheck, FileCheck, BarChart3 } from "lucide-react";
import { Building2, MapPin, ShieldCheck, Sparkles, Users, Zap, UserCheck, FileCheck, BarChart3, Star, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -145,11 +145,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ananya P.", handle: "@ananyap", testimonial: "Found my dream home in Bengaluru within a week!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-excited-handsome-man-looking-home-showing-house-thumbup-recommending-real-esta_1258-145410.jpg" },
{ id: "2", name: "Rohan M.", handle: "@rohanm", testimonial: "The AI recommendations were spot on and super helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-coat-red-scarf-moving-up-stairs_1262-15212.jpg" },
{ id: "3", name: "Sarah K.", handle: "@sarahk", testimonial: "Verified listings made me feel secure throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-receiving-keys_23-2149986640.jpg" },
{ id: "4", name: "Vikram S.", handle: "@vikrams", testimonial: "Professional, transparent, and absolutely seamless journey.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-holding-house-plans_23-2148895458.jpg" },
{ id: "5", name: "Divya R.", handle: "@divyar", testimonial: "Best platform for property searching in India today.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg" }
{ id: "1", name: "Ananya P.", handle: "@ananyap", testimonial: "Found my dream home in Bengaluru within a week!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-excited-handsome-man-looking-home-showing-house-thumbup-recommending-real-esta_1258-145410.jpg", icon: Star },
{ id: "2", name: "Rohan M.", handle: "@rohanm", testimonial: "The AI recommendations were spot on and super helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-coat-red-scarf-moving-up-stairs_1262-15212.jpg", icon: Star },
{ id: "3", name: "Sarah K.", handle: "@sarahk", testimonial: "Verified listings made me feel secure throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-receiving-keys_23-2149986640.jpg", icon: Star },
{ id: "4", name: "Vikram S.", handle: "@vikrams", testimonial: "Professional, transparent, and absolutely seamless journey.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-holding-house-plans_23-2148895458.jpg", icon: Star },
{ id: "5", name: "Divya R.", handle: "@divyar", testimonial: "Best platform for property searching in India today.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", icon: Star }
]}
title="Voices of Trust"
description="What our users say about their experience with EstateVerse India."
@@ -191,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}