Update src/app/page.tsx
This commit is contained in:
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Margaret Chen", role: "Interior Designer", company: "Chen & Associates Design", rating: 5,
|
id: "1", name: "Margaret Chen", role: "Interior Designer", company: "Chen & Associates Design", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg", imageAlt: "Margaret Chen in luxury home interior"
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg?_wi=1", imageAlt: "Margaret Chen in luxury home interior"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Jonathan Ashford", role: "Homeowner", company: "Pacific Heights", rating: 5,
|
id: "2", name: "Jonathan Ashford", role: "Homeowner", company: "Pacific Heights", rating: 5,
|
||||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Victoria Moorehead", role: "Event Stylist", company: "Moorehead Celebrations", rating: 5,
|
id: "3", name: "Victoria Moorehead", role: "Event Stylist", company: "Moorehead Celebrations", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg", imageAlt: "Victoria Moorehead at luxury event"
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg?_wi=2", imageAlt: "Victoria Moorehead at luxury event"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Richard Sullivan", role: "Architect", company: "Sullivan & Partners", rating: 5,
|
id: "4", name: "Richard Sullivan", role: "Architect", company: "Sullivan & Partners", rating: 5,
|
||||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Catherine Whitmore", role: "Collector", company: "Art & Design Enthusiast", rating: 5,
|
id: "5", name: "Catherine Whitmore", role: "Collector", company: "Art & Design Enthusiast", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg", imageAlt: "Catherine Whitmore in luxury setting"
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-beautiful-dress-sits-waits-christmas-dinner_132075-11471.jpg?_wi=3", imageAlt: "Catherine Whitmore in luxury setting"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Alexander Pembroke", role: "CEO", company: "Pembroke Estates", rating: 5,
|
id: "6", name: "Alexander Pembroke", role: "CEO", company: "Pembroke Estates", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user