Update src/app/page.tsx

This commit is contained in:
2026-03-25 01:56:42 +00:00
parent 5afa1d228e
commit 2d7aeca0b5

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
handle: "@davidkcuts",
testimonial: "McCully Barber Shop delivers the best haircut I've ever had. Always precise and professional!",
rating: 5,
imageSrc: "https://pixabay.com/get/g8e384b746fafe149452a4e60292b12a82fb09ddde542855487d062110169fca215a8e4d81b788519e6037a075220587ab14a8631c6beb261f938030058aeb170_1280.jpg?_wi=1",
imageSrc: "https://pixabay.com/get/g8e384b746fafe149452a4e60292b12a82fb09ddde542855487d062110169fca215a8e4d81b788519e6037a075220587ab14a8631c6beb261f938030058aeb170_1280.jpg",
imageAlt: "David K.",
},
{
@@ -77,7 +77,7 @@ export default function LandingPage() {
handle: "@marks_style",
testimonial: "The classic shave here is an experience. So relaxing and leaves my skin feeling amazing.",
rating: 5,
imageSrc: "https://pixabay.com/get/g6be6d85d389253ffdc959cb32243458de1d9c86f45a8dd9204193d9e174000afc6ea2b3a75d2626a0d4aef685940bd9d6c7947314408f349ac059235775abdc4_1280.jpg?_wi=1",
imageSrc: "https://pixabay.com/get/g6be6d85d389253ffdc959cb32243458de1d9c86f45a8dd9204193d9e174000afc6ea2b3a75d2626a0d4aef685940bd9d6c7947314408f349ac059235775abdc4_1280.jpg",
imageAlt: "Mark S.",
},
{
@@ -85,7 +85,7 @@ export default function LandingPage() {
handle: "@jason_trims",
testimonial: "I always leave McCully's feeling sharp and confident. They truly master their craft.",
rating: 5,
imageSrc: "https://pixabay.com/get/ga27d48279a32b8fdb0012f296e89cd586b15fddeb0399414c0257544af0ea8b5c3b143645eb96581e5bede042ba95d0e0693f9673e217045dfb6da82aa9d988b_1280.jpg?_wi=1",
imageSrc: "https://pixabay.com/get/ga27d48279a32b8fdb0012f296e89cd586b15fddeb0399414c0257544af0ea8b5c3b143645eb96581e5bede042ba95d0e0693f9673e217045dfb6da82aa9d988b_1280.jpg",
imageAlt: "Jason T.",
},
{
@@ -93,7 +93,7 @@ export default function LandingPage() {
handle: "@chrisbarberfan",
testimonial: "Friendly staff, great atmosphere, and consistently perfect results. My go-to barbershop!",
rating: 5,
imageSrc: "https://pixabay.com/get/g9730d6d07e0833f5d1ef889f8b195a1dd12a0b46d1f18b851fada42faaa6956ed68ec403477e2321517261098ba9782d253b6d7dcf6e9543056b7950bff772fb_1280.jpg?_wi=1",
imageSrc: "https://pixabay.com/get/g9730d6d07e0833f5d1ef889f8b195a1dd12a0b46d1f18b851fada42faaa6956ed68ec403477e2321517261098ba9782d253b6d7dcf6e9543056b7950bff772fb_1280.jpg",
imageAlt: "Chris B.",
},
]}
@@ -256,13 +256,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
carouselMode="auto"
animationType="blur-reveal"
testimonials={[
{
id: "1",
name: "Daniel P.",
role: "Regular Client",
testimonial: "The atmosphere at McCully Barber Shop is always welcoming, and the skill of the barbers is unmatched. I always leave feeling fantastic!",
imageSrc: "https://pixabay.com/get/g8e384b746fafe149452a4e60292b12a82fb09ddde542855487d062110169fca215a8e4d81b788519e6037a075220587ab14a8631c6beb261f938030058aeb170_1280.jpg?_wi=2",
imageSrc: "https://pixabay.com/get/g8e384b746fafe149452a4e60292b12a82fb09ddde542855487d062110169fca215a8e4d81b788519e6037a075220587ab14a8631c6beb261f938030058aeb170_1280.jpg",
imageAlt: "Daniel P.",
},
{
@@ -270,7 +271,7 @@ export default function LandingPage() {
name: "Michael R.",
role: "First-time Visitor",
testimonial: "I tried McCully's on a recommendation, and I'm so glad I did! The attention to detail for my beard trim was incredible. New favorite spot.",
imageSrc: "https://pixabay.com/get/g6be6d85d389253ffdc959cb32243458de1d9c86f45a8dd9204193d9e174000afc6ea2b3a75d2626a0d4aef685940bd9d6c7947314408f349ac059235775abdc4_1280.jpg?_wi=2",
imageSrc: "https://pixabay.com/get/g6be6d85d389253ffdc959cb32243458de1d9c86f45a8dd9204193d9e174000afc6ea2b3a75d2626a0d4aef685940bd9d6c7947314408f349ac059235775abdc4_1280.jpg",
imageAlt: "Michael R.",
},
{
@@ -278,7 +279,7 @@ export default function LandingPage() {
name: "Alex C.",
role: "Loyal Customer",
testimonial: "Years of great service. The barbers here truly understand what you want and deliver consistently. Highly recommend their hot shaves!",
imageSrc: "https://pixabay.com/get/ga27d48279a32b8fdb0012f296e89cd586b15fddeb0399414c0257544af0ea8b5c3b143645eb96581e5bede042ba95d0e0693f9673e217045dfb6da82aa9d988b_1280.jpg?_wi=2",
imageSrc: "https://pixabay.com/get/ga27d48279a32b8fdb0012f296e89cd586b15fddeb0399414c0257544af0ea8b5c3b143645eb96581e5bede042ba95d0e0693f9673e217045dfb6da82aa9d988b_1280.jpg",
imageAlt: "Alex C.",
},
{
@@ -286,7 +287,7 @@ export default function LandingPage() {
name: "Samuel B.",
role: "Businessman",
testimonial: "For a professional look, McCully Barber Shop is the only place I trust. Quick, efficient, and always a perfect cut.",
imageSrc: "https://pixabay.com/get/g9730d6d07e0833f5d1ef889f8b195a1dd12a0b46d1f18b851fada42faaa6956ed68ec403477e2321517261098ba9782d253b6d7dcf6e9543056b7950bff772fb_1280.jpg?_wi=2",
imageSrc: "https://pixabay.com/get/g9730d6d07e0833f5d1ef889f8b195a1dd12a0b46d1f18b851fada42faaa6956ed68ec403477e2321517261098ba9782d253b6d7dcf6e9543056b7950bff772fb_1280.jpg",
imageAlt: "Samuel B.",
},
]}