diff --git a/src/app/page.tsx b/src/app/page.tsx index be3a1ea..02a488b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { imageAlt="Professional barber crafting the perfect fade" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} buttons={[ { text: "Book Now", href: "#contact" }, { text: "Our Services", href: "#services" }, @@ -132,13 +133,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Local Resident", company: "Regular Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2"}, + id: "1", name: "Marcus Johnson", role: "Local Resident", company: "Regular Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2"}, { - id: "2", name: "David Rodriguez", role: "Business Owner", company: "Professional Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2"}, + id: "2", name: "David Rodriguez", role: "Business Owner", company: "Professional Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2"}, { - id: "3", name: "James Chen", role: "Regular Customer", company: "5-Year Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2"}, + id: "3", name: "James Chen", role: "Regular Customer", company: "5-Year Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2"}, { - id: "4", name: "Anthony Torres", role: "Long-Time Client", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"}, + id: "4", name: "Anthony Torres", role: "Long-Time Client", company: "Loyal Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"}, ]} kpiItems={[ { value: "25+", label: "Years of Excellence" },