@@ -246,46 +131,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "John D.",
- handle: "@johnd",
- testimonial: "Fast, professional, and left the site immaculate. Highly recommend.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ktecgb",
- },
- {
- id: "t2",
- name: "Sarah L.",
- handle: "@sarahl",
- testimonial: "The communication was excellent throughout the entire project.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ex50k4",
- },
- {
- id: "t3",
- name: "Mike P.",
- handle: "@mikep",
- testimonial: "On time, on budget, and the quality is absolutely top-notch.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnfxxu",
- },
- {
- id: "t4",
- name: "Emma W.",
- handle: "@emmaw",
- testimonial: "Simply the best roofing experience we have ever had.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukhcsy",
- },
- {
- id: "t5",
- name: "Alex R.",
- handle: "@alexr",
- testimonial: "Fantastic results. Aztec truly understands premium service.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=azi0ts",
- },
+ { id: "t1", name: "John D.", handle: "@johnd", testimonial: "Fast, professional, and left the site immaculate. Highly recommend.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ktecgb" },
+ { id: "t2", name: "Sarah L.", handle: "@sarahl", testimonial: "The communication was excellent throughout the entire project.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ex50k4" },
+ { id: "t3", name: "Mike P.", handle: "@mikep", testimonial: "On time, on budget, and the quality is absolutely top-notch.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnfxxu" },
+ { id: "t4", name: "Emma W.", handle: "@emmaw", testimonial: "Simply the best roofing experience we have ever had.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukhcsy" },
+ { id: "t5", name: "Alex R.", handle: "@alexr", testimonial: "Fantastic results. Aztec truly understands premium service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=azi0ts" }
]}
showRating={true}
title="What Homeowners Say"
@@ -296,9 +146,7 @@ export default function LandingPage() {