Update src/app/reviews/page.tsx
This commit is contained in:
@@ -51,22 +51,22 @@ export default function ReviewsPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Los Angeles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg", imageAlt: "happy customer homeowner portrait professional headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg?_wi=2", imageAlt: "happy customer homeowner portrait professional headshot"},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Property Manager", company: "Residential Portfolio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "property manager professional portrait headshot confident"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=2", imageAlt: "property manager professional portrait headshot confident"},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", role: "Repeat Customer", company: "25+ Year Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "long-term customer homeowner portrait satisfied repeat business"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2", imageAlt: "long-term customer homeowner portrait satisfied repeat business"},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Business Owner", company: "Commercial Property", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1631.jpg", imageAlt: "business owner professional portrait confident headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1631.jpg?_wi=2", imageAlt: "business owner professional portrait confident headshot"},
|
||||
{
|
||||
id: "5", name: "Lisa Johnson", role: "Insurance Renewal", company: "Recent Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-customer-car-dealership_23-2149117173.jpg", imageAlt: "homeowner insurance renewal satisfied customer portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-customer-car-dealership_23-2149117173.jpg?_wi=2", imageAlt: "homeowner insurance renewal satisfied customer portrait"},
|
||||
{
|
||||
id: "6", name: "Robert Williams", role: "Family Home", company: "South Gate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064995.jpg", imageAlt: "South Gate Los Angeles homeowner customer portrait satisfied"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064995.jpg?_wi=2", imageAlt: "South Gate Los Angeles homeowner customer portrait satisfied"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@ export default function ReviewsPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/palm-trees-line_23-2148106935.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/palm-trees-line_23-2148106935.jpg?_wi=3"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="you@example.com"
|
||||
buttonText="Schedule My Free Estimate"
|
||||
|
||||
Reference in New Issue
Block a user