diff --git a/src/app/page.tsx b/src/app/page.tsx index 568fbb9..a136e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Regular Customer", testimonial: "The best barber experience I've had. Attention to detail is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg" }, { name: "David Chen", handle: "Client Since 2018", testimonial: "Professional, friendly, and always delivers perfect results. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg" } ]} buttons={[ @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -152,10 +152,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Outstanding Service Quality", quote: "I've been coming to OTT for five years now. The barbers always deliver exactly what I ask for with incredible precision. Worth every penny!", name: "Robert Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2" + id: "1", title: "Outstanding Service Quality", quote: "I've been coming to OTT for five years now. The barbers always deliver exactly what I ask for with incredible precision. Worth every penny!", name: "Robert Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg" }, { - id: "2", title: "Best Barber Shop in Town", quote: "The atmosphere is welcoming, the barbers are friendly and skilled. My son even looks forward to getting his hair cut here!", name: "Michael Santos", role: "Family Man", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg?_wi=2" + id: "2", title: "Best Barber Shop in Town", quote: "The atmosphere is welcoming, the barbers are friendly and skilled. My son even looks forward to getting his hair cut here!", name: "Michael Santos", role: "Family Man", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg" }, { id: "3", title: "Professional Excellence", quote: "From the moment I walk in to the moment I leave, I feel like I'm getting premium service. Highly recommend OTT Barbershop!", name: "Christopher Lee", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg" @@ -185,7 +185,7 @@ export default function LandingPage() { { text: "Book Online", href: "https://calendly.com" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} />