From 76fca65ebf73cfedb307327222b99bc5f9d15065 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:48:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b10366e..e6913ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1