Merge version_1 into main #2

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

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="TURKISH\nBARBERS"
description="Premium Turkish barbering tradition meets modern craftsmanship. Experience authentic grooming excellence in Westbury."
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#about" }
@@ -88,7 +88,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Beard Grooming & Shaping", description: "Expert beard trimming, shaping, and conditioning using traditional Turkish methods and premium products.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" },
id: "2", title: "Beard Grooming & Shaping", description: "Expert beard trimming, shaping, and conditioning using traditional Turkish methods and premium products.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg" },
items: [
{ icon: CheckCircle, text: "Expert beard sculpting" },
{ icon: CheckCircle, text: "Therapeutic beard oil treatment" },
@@ -97,7 +97,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment for the ultimate grooming experience and skin rejuvenation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2" },
id: "3", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment for the ultimate grooming experience and skin rejuvenation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg" },
items: [
{ icon: CheckCircle, text: "Traditional straight razor shave" },
{ icon: CheckCircle, text: "Hot towel therapy" },
@@ -121,11 +121,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Mitchell", role: "Professional", company: "Westbury", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "2", name: "Ahmed Hassan", role: "Business Owner", company: "Westbury", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "3", name: "Robert Chen", role: "Student", company: "Westbury", rating: 5,
@@ -133,7 +133,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Marcus Williams", role: "Corporate Executive", company: "Westbury", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
kpiItems={[
@@ -160,7 +160,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "tel:+441373-XXX-XXX" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Turkish+Barbers+Westbury+Wiltshire" }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>