Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 01:38:01 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -44,14 +44,14 @@ export default function LandingPage() {
<HeroBillboard
title="Premium Barbershop Experience"
description="Discover the art of grooming at Barber Studio. Expert barbers, premium services, and timeless style await you."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Est. 2015"
tagIcon={Scissors}
buttons={[
{ text: "Book Now", href: "contact" },
{ text: "Our Services", href: "services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-haircut_23-2148242786.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-haircut_23-2148242786.jpg"
imageAlt="Professional barbershop interior with premium styling chairs"
mediaAnimation="slide-up"
/>
@@ -106,16 +106,16 @@ export default function LandingPage() {
tagIcon={Users}
members={[
{
id: "1", name: "Marcus Johnson", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=1", imageAlt: "Marcus Johnson, Head Barber"
id: "1", name: "Marcus Johnson", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Marcus Johnson, Head Barber"
},
{
id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=2", imageAlt: "David Chen, Senior Barber"
id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "David Chen, Senior Barber"
},
{
id: "3", name: "James Mitchell", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=3", imageAlt: "James Mitchell, Master Barber"
id: "3", name: "James Mitchell", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "James Mitchell, Master Barber"
},
{
id: "4", name: "Carlos Rodriguez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=4", imageAlt: "Carlos Rodriguez, Specialist Barber"
id: "4", name: "Carlos Rodriguez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Carlos Rodriguez, Specialist Barber"
}
]}
gridVariant="uniform-all-items-equal"
@@ -134,19 +134,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Robert Williams", role: "Business Owner", company: "Tech Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "2", name: "Michael Thompson", role: "Executive", company: "Finance Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "3", name: "James Anderson", role: "Creative Director", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "4", name: "David Parker", role: "Entrepreneur", company: "StartUp Labs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
}
]}
kpiItems={[
@@ -203,7 +203,7 @@ export default function LandingPage() {
tagIcon={Phone}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-haircut_23-2148242786.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-haircut_23-2148242786.jpg"
imageAlt="Barber Studio interior"
mediaAnimation="slide-up"
mediaPosition="right"