Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1", name: "James Mitchell", role: "CEO, Trading Corp", testimonial:
|
id: "1", name: "James Mitchell", role: "CEO, Trading Corp", testimonial:
|
||||||
"Elite Services transformed our trading operations. Their expertise and market insights have consistently delivered exceptional returns. Highly recommended.", imageSrc:
|
"Elite Services transformed our trading operations. Their expertise and market insights have consistently delivered exceptional returns. Highly recommended.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"},
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah Chen", role: "Facilities Manager, Tech Solutions", testimonial:
|
id: "2", name: "Sarah Chen", role: "Facilities Manager, Tech Solutions", testimonial:
|
||||||
"The cleaning service is outstanding. Our office has never looked better. Professional, reliable, and attention to detail is impeccable.", imageSrc:
|
"The cleaning service is outstanding. Our office has never looked better. Professional, reliable, and attention to detail is impeccable.", imageSrc:
|
||||||
@@ -52,11 +52,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "3", name: "Michael Rodriguez", role: "Operations Director, Manufacturing", testimonial:
|
id: "3", name: "Michael Rodriguez", role: "Operations Director, Manufacturing", testimonial:
|
||||||
"Our office relocation was seamless thanks to Elite Services. Their moving team was efficient, careful, and professional throughout the entire process.", imageSrc:
|
"Our office relocation was seamless thanks to Elite Services. Their moving team was efficient, careful, and professional throughout the entire process.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"},
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Emily Watson", role: "Business Owner, Retail", testimonial:
|
id: "4", name: "Emily Watson", role: "Business Owner, Retail", testimonial:
|
||||||
"Exceptional service across all areas. They handle trading, keep our spaces pristine, and manage logistics perfectly. A true one-stop solution.", imageSrc:
|
"Exceptional service across all areas. They handle trading, keep our spaces pristine, and manage logistics perfectly. A true one-stop solution.", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"},
|
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Watson"},
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
|||||||
buttons={heroButtons}
|
buttons={heroButtons}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg?_wi=1"
|
||||||
imageAlt="Elite Services Professional Team"
|
imageAlt="Elite Services Professional Team"
|
||||||
frameStyle="browser"
|
frameStyle="browser"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
|||||||
description="Join hundreds of satisfied clients who trust Elite Services for their trading, cleaning, and moving needs. Contact us today for a consultation."
|
description="Join hundreds of satisfied clients who trust Elite Services for their trading, cleaning, and moving needs. Contact us today for a consultation."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/financial-charts-kpi-metrics-displays-office_482257-126638.jpg?_wi=2"
|
||||||
imageAlt="Contact Elite Services"
|
imageAlt="Contact Elite Services"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user