diff --git a/src/app/page.tsx b/src/app/page.tsx index 9317aaf..e0b6214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,34 +30,13 @@ export default function LandingPage() { @@ -214,30 +108,13 @@ export default function LandingPage() { @@ -247,53 +124,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "Great Service!", - quote: "The team at Pineville helped me find the perfect fishing setup.", - name: "John Doe", - role: "Bass Pro", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jc72z8", - imageAlt: "happy customer fishing", - }, - { - id: "t2", - title: "Family Fun", - quote: "Our new pontoon is the highlight of every weekend.", - name: "Jane Smith", - role: "Mother", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c362zl", - imageAlt: "family boat owner", - }, - { - id: "t3", - title: "Reliable Rides", - quote: "My ATV runs better than new after a service check.", - name: "Mike Ross", - role: "Adventurer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k52ayk", - imageAlt: "atv enthusiast portrait", - }, - { - id: "t4", - title: "Top Notch", - quote: "Expert staff and transparent pricing. Highly recommend.", - name: "Sara Miller", - role: "Boat Owner", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59jiqa", - imageAlt: "professional boat buyer", - }, - { - id: "t5", - title: "Expertise", - quote: "Best marine service in the region. Hands down.", - name: "Dave Wilson", - role: "Enthusiast", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g9nbrh", - imageAlt: "senior fisherman smiling", - }, + { id: "t1", title: "Great Service!", quote: "The team at Pineville helped me find the perfect fishing setup.", name: "John Doe", role: "Bass Pro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jc72z8", imageAlt: "happy customer fishing" }, + { id: "t2", title: "Family Fun", quote: "Our new pontoon is the highlight of every weekend.", name: "Jane Smith", role: "Mother", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c362zl", imageAlt: "family boat owner" }, + { id: "t3", title: "Reliable Rides", quote: "My ATV runs better than new after a service check.", name: "Mike Ross", role: "Adventurer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k52ayk", imageAlt: "atv enthusiast portrait" }, + { id: "t4", title: "Top Notch", quote: "Expert staff and transparent pricing. Highly recommend.", name: "Sara Miller", role: "Boat Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=59jiqa", imageAlt: "professional boat buyer" }, + { id: "t5", title: "Expertise", quote: "Best marine service in the region. Hands down.", name: "Dave Wilson", role: "Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g9nbrh", imageAlt: "senior fisherman smiling" }, ]} title="What Our Adventurers Say" + description="Our customers share their experiences with our products and service." /> @@ -301,30 +139,18 @@ export default function LandingPage() {
@@ -332,54 +158,24 @@ export default function LandingPage() {