Update src/app/page.tsx

This commit is contained in:
2026-03-25 02:16:30 +00:00
parent af3ce2289a
commit 5bcf660364

View File

@@ -34,25 +34,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Services",
id: "services",
href: "/services",
name: "Services", id: "services"
},
{
name: "About Us",
id: "about-us",
href: "/about",
name: "About Us", id: "about-us"
},
{
name: "Appointments",
id: "appointments",
href: "/appointments",
},
name: "Appointments", id: "appointments"
}
]}
brandName="Barberia Argentina"
bottomLeftText="Expert Grooming, Every Visit"
@@ -63,19 +55,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "downward-rays-static",
variant: "downward-rays-static"
}}
logoText="Barberia Argentina"
description="Experience the tradition of classic grooming fused with modern precision. Discover your perfect style with us."
buttons={[
{
text: "Book Now",
href: "/appointments",
text: "Book Now", href: "/appointments"
},
{
text: "Our Services",
href: "/services",
},
text: "Our Services", href: "/services"
}
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg"
@@ -89,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafting Your Look with Passion"
description="At Barberia Argentina, we believe a great haircut is more than just a service it's an experience. Our skilled barbers are dedicated to providing personalized grooming, from classic cuts to contemporary styles, ensuring you leave feeling confident and refreshed."
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"
imageAlt="Barber meticulously cutting a client's hair"
/>
</div>
@@ -102,20 +92,14 @@ export default function LandingPage() {
tag="Services"
accordionItems={[
{
id: "1",
title: "Precision Haircuts",
content: "From timeless classics to modern trends, our barbers deliver impeccable haircuts tailored to your personal style and preferences.",
id: "1", title: "Precision Haircuts", content: "From timeless classics to modern trends, our barbers deliver impeccable haircuts tailored to your personal style and preferences."
},
{
id: "2",
title: "Traditional Hot Shaves",
content: "Indulge in the ultimate shaving experience with a classic hot towel shave, leaving your skin smooth and revitalized.",
id: "2", title: "Traditional Hot Shaves", content: "Indulge in the ultimate shaving experience with a classic hot towel shave, leaving your skin smooth and revitalized."
},
{
id: "3",
title: "Beard Trims & Shaping",
content: "Keep your beard looking its best with our expert trimming and shaping services, ensuring a sharp and well-maintained appearance.",
},
id: "3", title: "Beard Trims & Shaping", content: "Keep your beard looking its best with our expert trimming and shaping services, ensuring a sharp and well-maintained appearance."
}
]}
imageSrc="http://img.b2bpic.net/free-psd/barber-accessory-transparent_7939-3399.jpg"
imageAlt="Barber tools icon representing haircut service"
@@ -128,25 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Diego F.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_176420-29004.jpg?_wi=1",
id: "1", name: "Diego F.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_176420-29004.jpg"
},
{
id: "2",
name: "Martín G.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-handsome-man-barber-shop_23-2148353461.jpg?_wi=1",
id: "2", name: "Martín G.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-handsome-man-barber-shop_23-2148353461.jpg"
},
{
id: "3",
name: "Sofia R.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cheerful-man-look-away_197531-33394.jpg?_wi=1",
id: "3", name: "Sofia R.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cheerful-man-look-away_197531-33394.jpg"
},
{
id: "4",
name: "Lucas P.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=1",
},
id: "4", name: "Lucas P.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg"
}
]}
cardTitle="What Our Clients Say"
cardTag="Happy Customers"
@@ -159,22 +135,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"GroomCo",
"HairEssentials",
"SmoothShave",
"BeardMaster",
"StylingPro",
"FreshCuts",
"GentleCare",
"GroomCo", "HairEssentials", "SmoothShave", "BeardMaster", "StylingPro", "FreshCuts", "GentleCare"
]}
logos={[
"http://img.b2bpic.net/free-vector/retro-hipster-labels_1009-111.jpg",
"http://img.b2bpic.net/free-vector/bourbon-label-font-sample_1284-39612.jpg",
"http://img.b2bpic.net/free-vector/nature-landing-page-with-leaves_23-2148249760.jpg",
"http://img.b2bpic.net/free-vector/luxury-floral-perfume-logo_23-2148466504.jpg",
"http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238280.jpg",
"http://img.b2bpic.net/free-vector/barber-shop-label-font-sample_1284-39587.jpg",
"http://img.b2bpic.net/free-vector/soap-label-collection_23-2148714090.jpg",
"http://img.b2bpic.net/free-vector/retro-hipster-labels_1009-111.jpg", "http://img.b2bpic.net/free-vector/bourbon-label-font-sample_1284-39612.jpg", "http://img.b2bpic.net/free-vector/nature-landing-page-with-leaves_23-2148249760.jpg", "http://img.b2bpic.net/free-vector/luxury-floral-perfume-logo_23-2148466504.jpg", "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238280.jpg", "http://img.b2bpic.net/free-vector/barber-shop-label-font-sample_1284-39587.jpg", "http://img.b2bpic.net/free-vector/soap-label-collection_23-2148714090.jpg"
]}
title="Trusted Brands We Use"
description="We partner with leading grooming product brands to ensure the highest quality for your hair and skin."
@@ -191,45 +155,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Classic",
name: "Signature Haircut",
price: "$15.000 ARS",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg?_wi=1",
imageAlt: "A man getting a precision haircut",
id: "1", brand: "Classic", name: "Signature Haircut", price: "$15.000 ARS", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", imageAlt: "A man getting a precision haircut"
},
{
id: "2",
brand: "Refined",
name: "Beard Trim & Shape",
price: "$8.000 ARS",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-s-face-with-eyes-closed_23-2148176645.jpg?_wi=1",
imageAlt: "A barber meticulously trimming a client's beard",
id: "2", brand: "Refined", name: "Beard Trim & Shape", price: "$8.000 ARS", rating: 5,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-s-face-with-eyes-closed_23-2148176645.jpg", imageAlt: "A barber meticulously trimming a client's beard"
},
{
id: "3",
brand: "Luxury",
name: "Traditional Hot Shave",
price: "$12.000 ARS",
rating: 5,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-lying-surf-board-sea-near-coast_23-2148022364.jpg?_wi=1",
imageAlt: "A barber performing a hot towel shave with a straight razor",
id: "3", brand: "Luxury", name: "Traditional Hot Shave", price: "$12.000 ARS", rating: 5,
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-lying-surf-board-sea-near-coast_23-2148022364.jpg", imageAlt: "A barber performing a hot towel shave with a straight razor"
},
{
id: "4",
brand: "Rejuvenate",
name: "Gentlemen's Facial",
price: "$10.000 ARS",
rating: 5,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-washing-dog_23-2149652692.jpg",
imageAlt: "A man receiving a relaxing facial treatment",
},
id: "4", brand: "Rejuvenate", name: "Gentlemen's Facial", price: "$10.000 ARS", rating: 5,
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-washing-dog_23-2149652692.jpg", imageAlt: "A man receiving a relaxing facial treatment"
}
]}
title="Detailed Services & Pricing"
description="Explore our full range of services, each crafted for your ultimate grooming satisfaction."
@@ -243,27 +183,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do I book an appointment?",
content: "You can easily book an appointment through our website's 'Appointments' page or by calling us directly during business hours.",
id: "1", title: "How do I book an appointment?", content: "You can easily book an appointment through our website's 'Appointments' page or by calling us directly during business hours."
},
{
id: "2",
title: "What are your operating hours?",
content: "We are open Monday to Saturday from 09:00 to 13:00 and from 15:00 to 20:00. We are closed on Sundays.",
id: "2", title: "What are your operating hours?", content: "We are open Monday to Saturday from 09:00 to 13:00 and from 15:00 to 20:00. We are closed on Sundays."
},
{
id: "3",
title: "Do you accept walk-ins?",
content: "While we recommend booking in advance to ensure availability, walk-ins are welcome based on our barbers' schedule.",
id: "3", title: "Do you accept walk-ins?", content: "While we recommend booking in advance to ensure availability, walk-ins are welcome based on our barbers' schedule."
},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept cash, debit cards, and major credit cards for all our services.",
},
id: "4", title: "What payment methods do you accept?", content: "We accept cash, debit cards, and major credit cards for all our services."
}
]}
imageSrc="http://img.b2bpic.net/free-vector/elegant-electrical-maintenance-price-list_742173-7497.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/elegant-electrical-maintenance-price-list_742173-7497.jpg"
imageAlt="Barbershop appointment calendar"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -281,39 +213,21 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "barbers",
groupTitle: "Our Barbers",
members: [
id: "barbers", groupTitle: "Our Barbers", members: [
{
id: "1",
title: "Juan Perez",
subtitle: "Master Barber",
detail: "With over 15 years of experience, Juan is known for his precision fades and classic shaves.",
imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg?_wi=1",
id: "1", title: "Juan Perez", subtitle: "Master Barber", detail: "Con over 15 years of experience, Juan is known for his precision fades and classic shaves.", imageSrc: "http://img.b2bpic.net/free-photo/barber-drying-old-customers-face-after-shaving_23-2148181958.jpg"
},
{
id: "2",
title: "Maria Rodriguez",
subtitle: "Senior Stylist",
detail: "Maria excels in modern styling and beard artistry, bringing a fresh perspective to every cut.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-trimming-clients-hair-barbershop_23-2148181956.jpg?_wi=1",
id: "2", title: "Maria Rodriguez", subtitle: "Senior Stylist", detail: "Maria excels in modern styling and beard artistry, bringing a fresh perspective to every cut.", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-trimming-clients-hair-barbershop_23-2148181956.jpg"
},
{
id: "3",
title: "Carlos Sanchez",
subtitle: "Traditional Groomer",
detail: "Carlos upholds the art of traditional grooming, specializing in hot towel shaves and vintage styles.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-meat_273609-20979.jpg",
id: "3", title: "Carlos Sanchez", subtitle: "Traditional Groomer", detail: "Carlos upholds the art of traditional grooming, specializing in hot towel shaves and vintage styles.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-meat_273609-20979.jpg"
},
{
id: "4",
title: "Ana Garcia",
subtitle: "Stylist",
detail: "Ana brings creativity and a keen eye for detail, ensuring every client leaves with a confident look.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-woman-working-brushing-fur-beautiful-beagle-dog-pet-salon-caucasian-latin-workers-grooming-cute-dog_662251-2407.jpg?_wi=1",
},
],
},
id: "4", title: "Ana Garcia", subtitle: "Stylist", detail: "Ana brings creativity and a keen eye for detail, ensuring every client leaves with a confident look.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-woman-working-brushing-fur-beautiful-beagle-dog-pet-salon-caucasian-latin-workers-grooming-cute-dog_662251-2407.jpg"
}
]
}
]}
title="Meet Our Master Barbers"
description="Our team of experienced barbers is passionate about their craft and dedicated to providing you with the best grooming experience."
@@ -328,26 +242,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "10+",
title: "Years of Experience",
description: "A decade of mastering the art of barbering and grooming.",
imageSrc: "http://img.b2bpic.net/free-vector/modern-set-colorful-planning-elements_23-2147947112.jpg",
id: "1", value: "10+", title: "Years of Experience", description: "A decade of mastering the art of barbering and grooming.", imageSrc: "http://img.b2bpic.net/free-vector/modern-set-colorful-planning-elements_23-2147947112.jpg"
},
{
id: "2",
value: "5K+",
title: "Happy Clients",
description: "Thousands of satisfied customers, one perfect haircut at a time.",
imageSrc: "http://img.b2bpic.net/free-vector/customer-satisfaction-design_23-2147943135.jpg",
id: "2", value: "5K+", title: "Happy Clients", description: "Thousands of satisfied customers, one perfect haircut at a time.", imageSrc: "http://img.b2bpic.net/free-vector/customer-satisfaction-design_23-2147943135.jpg"
},
{
id: "3",
value: "Top Rated",
title: "Award Winning",
description: "Recognized for exceptional service and client satisfaction.",
imageSrc: "http://img.b2bpic.net/free-vector/leaf-green-award-ribbon_78370-1826.jpg",
},
id: "3", value: "Top Rated", title: "Award Winning", description: "Recognized for exceptional service and client satisfaction.", imageSrc: "http://img.b2bpic.net/free-vector/leaf-green-award-ribbon_78370-1826.jpg"
}
]}
title="Our Commitment to Excellence"
description="We are proud of our journey and the trust our clients place in us. Our numbers speak for themselves."
@@ -359,12 +261,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
variant: "plain"
}}
tag="Appointments"
title="Book Your Next Visit"
description="Ready for a fresh cut or a relaxing shave? Schedule your appointment with Barberia Argentina today. We look forward to seeing you!"
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-wearing-protective-face-mask-make-haircut-european-bearded-brutal-man-beauty-salon_343596-4463.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-wearing-protective-face-mask-make-haircut-european-bearded-brutal-man-beauty-salon_343596-4463.jpg"
imageAlt="Interior of a modern barbershop with styling stations"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -379,56 +281,44 @@ export default function LandingPage() {
logoText="Barberia Argentina"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
label: "Home", href: "/"
},
{
label: "Services",
href: "/services",
label: "Services", href: "/services"
},
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Appointments",
href: "/appointments",
},
],
label: "Appointments", href: "/appointments"
}
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Book Now",
href: "/appointments",
label: "Book Now", href: "/appointments"
},
{
label: "Email Us",
href: "mailto:info@barberia.ar",
label: "Email Us", href: "mailto:info@barberia.ar"
},
{
label: "Call Us",
href: "tel:+541112345678",
},
],
label: "Call Us", href: "tel:+541112345678"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"
}
]
}
]}
copyrightText="© 2024 Barberia Argentina. All rights reserved."
/>