Update src/app/page.tsx
This commit is contained in:
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Luxury Downtown Condo", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg" },
|
||||
{ id: "1", name: "Luxury Downtown Condo", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg?_wi=1" },
|
||||
{ id: "2", name: "Suburban Family Home", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/old-rural-house-with-canopy-entrance_1268-15654.jpg" },
|
||||
{ id: "3", name: "Modern Beach Villa", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg" },
|
||||
{ id: "4", name: "Cozy Mountain Cabin", price: "$550,000", imageSrc: "http://img.b2bpic.net/free-photo/cold-mountain-landscape-with-cabin_23-2151914200.jpg" },
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Bob Johnson", date: "Feb 2024", title: "Investor", quote: "The best network for serious real estate investment.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" },
|
||||
{ id: "3", name: "Carol White", date: "Mar 2024", title: "Seller", quote: "Sold my property in record time. Professional service.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" },
|
||||
{ id: "4", name: "David Brown", date: "Apr 2024", title: "Homeowner", quote: "Outstanding expertise in the local market.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg" },
|
||||
{ id: "5", name: "Eva Green", date: "May 2024", title: "Buyer", quote: "Found the perfect vacation spot. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg" },
|
||||
{ id: "5", name: "Eva Green", date: "May 2024", title: "Buyer", quote: "Found the perfect vacation spot. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-water-swimming-resort-hotel_1203-4648.jpg?_wi=2" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Read success stories from those who found their dream homes with us."
|
||||
|
||||
Reference in New Issue
Block a user