Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:04:05 +00:00

View File

@@ -67,16 +67,16 @@ export default function HomePage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Real Estate Dreams helped us find our perfect home within weeks. Professional and caring!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
name: "James Richardson", handle: "Investor", testimonial: "Exceptional service and market knowledge. Best real estate partner we've worked with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"},
{
name: "Emma Johnson", handle: "Property Buyer", testimonial: "The team's expertise and dedication made our property search seamless and enjoyable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Johnson"},
{
name: "David Chen", handle: "Real Estate Investor", testimonial: "Outstanding portfolio of properties and excellent guidance throughout the entire process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"},
]}
buttons={[
{ text: "Explore Properties", href: "/properties" },