Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:12:26 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="blurBottom"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -46,26 +46,26 @@ export default function LandingPage() {
tag="Since 1995"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "animated-grid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=1", imageAlt: "Professional haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Professional haircut service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=1", imageAlt: "Hair coloring treatment"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Hair coloring treatment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=1", imageAlt: "Professional hair styling"},
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Professional hair styling"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=1", imageAlt: "Salon interior"},
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg", imageAlt: "Salon interior"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=2", imageAlt: "Modern salon workspace"},
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg", imageAlt: "Modern salon workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=2", imageAlt: "Styling expertise"},
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Styling expertise"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=2", imageAlt: "Color services"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Color services"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=2", imageAlt: "Haircut expertise"},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Haircut expertise"},
]}
buttons={[
{ text: "Book Appointment", href: "tel:+39-081-8278988" },
@@ -84,13 +84,13 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Men's Haircuts & Styling", tags: ["Classic", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg?_wi=3", imageAlt: "Men's haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-27165.jpg", imageAlt: "Men's haircut service"},
{
id: "2", title: "Hair Coloring & Treatments", tags: ["Natural", "Fashion Colors"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg?_wi=3", imageAlt: "Hair coloring service"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-washing-off-dye_23-2147769786.jpg", imageAlt: "Hair coloring service"},
{
id: "3", title: "Professional Styling", tags: ["Events", "Special Occasions"],
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg?_wi=3", imageAlt: "Professional styling service"},
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-doing-make-up-woman_23-2148332500.jpg", imageAlt: "Professional styling service"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -106,7 +106,7 @@ export default function LandingPage() {
description="Nando Parrucchiere"
subdescription="Via Roma 2, Ottaviano, Naples, Italy"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791080.jpg"
imageAlt="Nando Parrucchiere salon interior"
mediaAnimation="slide-up"
useInvertedBackground={true}