diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2dd0e1c..2e741c7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,6 +86,7 @@ export default function AboutPage() { { text: "Learn More", href: "/contact" }, ]} buttonAnimation="slide-up" + bulletPoints={[]} /> @@ -115,6 +116,7 @@ export default function AboutPage() { mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + bulletPoints={[]} /> @@ -136,6 +138,7 @@ export default function AboutPage() { { id: "6", name: "Thomas Bennett", role: "Homeowner", testimonial: "Looking for a landscaping company you can trust? Look no further. Sierra & Sons consistently exceeds expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5zfgex&_wi=1", imageAlt: "Thomas Bennett testimonial"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} tag="5-Star Rating with 21 Reviews" diff --git a/src/app/page.tsx b/src/app/page.tsx index 44ab117..5e57c03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,6 +225,7 @@ export default function HomePage() { { id: "6", name: "Thomas Bennett", role: "Homeowner", testimonial: "Outstanding results! The crew was efficient, respectful of our property, and left everything clean. This is what professional landscaping should look like.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5zfgex&_wi=1", imageAlt: "Thomas Bennett testimonial"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} tag="5-Star Rating with 21 Reviews" diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 2dbe19c..931454f 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -142,6 +142,7 @@ export default function ReviewsPage() { title="All 21 Customer Reviews" description="Real reviews from real customers who have experienced our professional landscaping services. Every review reflects our commitment to excellence and customer satisfaction." testimonials={allReviews} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} tag="Verified 5-Star Reviews"