Merge version_1 into main #3
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.", handle: "@alex", testimonial: "Bradyn made the home buying process seamless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", imageAlt: "luxury real estate home architecture"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=1", imageAlt: "luxury real estate home architecture"
|
||||
},
|
||||
{
|
||||
name: "Sarah K.", handle: "@sarah", testimonial: "Professional, fast, and incredibly knowledgeable.", rating: 5,
|
||||
@@ -55,18 +55,18 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
name: "Mike J.", handle: "@mike", testimonial: "The best luxury agent in the market today.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", imageAlt: "luxury real estate home architecture"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=1", imageAlt: "luxury real estate home architecture"
|
||||
},
|
||||
{
|
||||
name: "Elena D.", handle: "@elena", testimonial: "Exceeded all our expectations on our sale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", imageAlt: "luxury real estate home architecture"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=1", imageAlt: "luxury real estate home architecture"
|
||||
},
|
||||
{
|
||||
name: "Chris T.", handle: "@chris", testimonial: "Incredible communication throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg", imageAlt: "luxury real estate home architecture"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg?_wi=1", imageAlt: "luxury real estate home architecture"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064822.jpg", alt: "Client 2" },
|
||||
@@ -110,9 +110,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", role: "Home Buyer", testimonial: "Bradyn made the whole process seamless and easy.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg" },
|
||||
{ id: "2", name: "Sarah K.", role: "Home Seller", testimonial: "His strategy resulted in a record sale for our street.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg" },
|
||||
{ id: "3", name: "Mike J.", role: "Investor", testimonial: "Professional, fast, and incredible knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg" },
|
||||
{ id: "1", name: "Alex R.", role: "Home Buyer", testimonial: "Bradyn made the whole process seamless and easy.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=2" },
|
||||
{ id: "2", name: "Sarah K.", role: "Home Seller", testimonial: "His strategy resulted in a record sale for our street.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2" },
|
||||
{ id: "3", name: "Mike J.", role: "Investor", testimonial: "Professional, fast, and incredible knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg?_wi=2" },
|
||||
{ id: "4", name: "Elena D.", role: "Home Buyer", testimonial: "Always available, proactive, and very kind.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
|
||||
{ id: "5", name: "Chris T.", role: "Home Seller", testimonial: "Bradyn is the best in the luxury sector.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user