diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 737f14d..7ccc166 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a3cc04e..b5f3260 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,9 @@ export default function LandingPage() { mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} testimonials={[ - { - name: "Marcus Johnson", handle: "Local Customer", testimonial: "Best fade in Torrance. The barbers really know their craft!", rating: 5, + { name: "Marcus Johnson", handle: "Local Customer", testimonial: "Best fade in Torrance. The barbers really know their craft!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg?_wi=1"}, - { - name: "David Chen", handle: "Regular Client", testimonial: "Professional service and attention to detail. Highly recommended!", rating: 5, + { name: "David Chen", handle: "Regular Client", testimonial: "Professional service and attention to detail. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg?_wi=1"}, ]} useInvertedBackground={false} @@ -78,14 +76,10 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" features={[ - { - title: "Precision Haircuts", description: "Classic fades, modern cuts, and timeless styles executed with expert precision.", bentoComponent: "globe"}, - { - title: "Beard Grooming", description: "Professional beard shaping, trimming, and maintenance for the perfect look.", bentoComponent: "animated-bar-chart"}, - { - title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service for ultimate relaxation.", bentoComponent: "line-chart"}, - { - title: "Hair Design", description: "Creative designs, fades with patterns, and personalized hair artistry.", bentoComponent: "map"}, + { title: "Precision Haircuts", description: "Classic fades, modern cuts, and timeless styles executed with expert precision.", bentoComponent: "globe"}, + { title: "Beard Grooming", description: "Professional beard shaping, trimming, and maintenance for the perfect look.", bentoComponent: "animated-bar-chart"}, + { title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service for ultimate relaxation.", bentoComponent: "line-chart"}, + { title: "Hair Design", description: "Creative designs, fades with patterns, and personalized hair artistry.", bentoComponent: "map"}, ]} /> @@ -116,17 +110,13 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" testimonials={[ - { - id: "1", name: "Marcus Johnson", role: "Local Professional", company: "Downtown Torrance", rating: 5, + { id: "1", name: "Marcus Johnson", role: "Local Professional", company: "Downtown Torrance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg?_wi=2"}, - { - id: "2", name: "David Chen", role: "Business Owner", company: "Tech Startup", rating: 5, + { id: "2", name: "David Chen", role: "Business Owner", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg?_wi=2"}, - { - id: "3", name: "James Wilson", role: "College Student", company: "Cal State Long Beach", rating: 5, + { id: "3", name: "James Wilson", role: "College Student", company: "Cal State Long Beach", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg"}, - { - id: "4", name: "Anthony Rodriguez", role: "Sales Manager", company: "Torrance Chamber", rating: 5, + { id: "4", name: "Anthony Rodriguez", role: "Sales Manager", company: "Torrance Chamber", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-caucasian-man-with-beard-dressed-t-shirt-looking-smiling-with-happy-cheerful-expression-sitting-sidewalk-restaurant-sunny-day-waiting-friends_273609-6600.jpg"}, ]} /> @@ -135,7 +125,7 @@ export default function LandingPage() {
@@ -196,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file