Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:56:32 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Studio09 is Houston's premier destination for refined grooming. Experience precision cuts, expert styling, and unmatched hospitality in our sophisticated space. Walk-ins welcome."
tag="Established & Trusted"
tagIcon={Sparkles}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg"
imageAlt="Premium barbershop interior"
buttons={[
@@ -134,12 +134,12 @@ export default function LandingPage() {
description="Real feedback from our valued customers who trust Studio09 for their grooming needs"
gridVariant="uniform-all-items-equal"
testimonials={[
{ id: "1", name: "Marcus Johnson", role: "Business Professional", company: "Houston Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" },
{ id: "1", name: "Marcus Johnson", role: "Business Professional", company: "Houston Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "2", name: "David Chen", role: "Creative Director", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg" },
{ id: "3", name: "James Rodriguez", role: "Family Father", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-positive-outgoing-male-friend-casual-shirt_176420-24245.jpg" },
{ id: "4", name: "Michael Thompson", role: "Regular Client", company: "Studio09 Loyal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" },
{ id: "5", name: "Anthony Garcia", role: "Corporate Manager", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" },
{ id: "6", name: "Robert Williams", role: "Entrepreneur", company: "Houston Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" }
{ id: "4", name: "Michael Thompson", role: "Regular Client", company: "Studio09 Loyal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "5", name: "Anthony Garcia", role: "Corporate Manager", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "6", name: "Robert Williams", role: "Entrepreneur", company: "Houston Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }
]}
carouselMode="buttons"
animationType="slide-up"