Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-09 21:53:58 +00:00

View File

@@ -28,28 +28,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio",
id: "#hero",
},
{
name: "Servicios",
id: "#services",
},
{
name: "Trabajos",
id: "#gallery",
},
{
name: "Contacto",
id: "#contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Servicios", id: "services" },
{ name: "Trabajos", id: "gallery" },
{ name: "Contacto", id: "contact" },
]}
brandName="Andrea Rincón"
button={{
text: "Reservar",
href: "#contact",
}}
text: "Reservar", href: "#contact"}}
/>
</div>
@@ -58,70 +44,20 @@ export default function LandingPage() {
title="Book your appointment in seconds"
description="Haircuts, color, and professional care in Zamora. Experience the best styling for your unique look."
testimonials={[
{
name: "Laura G.",
handle: "@laurag",
testimonial: "Andrea makes you feel like a star every time!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg",
},
{
name: "Carlos M.",
handle: "@carlosm",
testimonial: "Excellent service and professionalism.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
},
{
name: "Elena R.",
handle: "@elenar",
testimonial: "Best colorist in Zamora by far.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-white-dress_23-2151936977.jpg",
},
{
name: "Sonia P.",
handle: "@soniap",
testimonial: "Quick, professional, and very friendly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg",
},
{
name: "Juan D.",
handle: "@juand",
testimonial: "Great haircut, definitely coming back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
},
]}
buttons={[
{
text: "Book appointment",
href: "#contact",
},
{ name: "Laura G.", handle: "@laurag", testimonial: "Andrea makes you feel like a star every time!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg" },
{ name: "Carlos M.", handle: "@carlosm", testimonial: "Excellent service and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg" },
{ name: "Elena R.", handle: "@elenar", testimonial: "Best colorist in Zamora by far.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-white-dress_23-2151936977.jpg" },
{ name: "Sonia P.", handle: "@soniap", testimonial: "Quick, professional, and very friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg" },
{ name: "Juan D.", handle: "@juand", testimonial: "Great haircut, definitely coming back.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" },
]}
buttons={[{ text: "Book appointment", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/elegant-woman-white-dress_23-2151936977.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-standing-city_839833-15335.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/elegant-woman-white-dress_23-2151936977.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94689.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Client 5" },
]}
avatarText="Join our 500+ happy clients in Zamora"
/>
@@ -133,56 +69,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "serv-1",
label: "Women",
title: "Women's Haircut",
items: [
"Precision cutting",
"Layering",
"Styling",
],
},
{
id: "serv-2",
label: "Men",
title: "Men's Haircut",
items: [
"Modern fades",
"Classic styles",
"Trimming",
],
},
{
id: "serv-3",
label: "Color",
title: "Color Services",
items: [
"Balayage",
"Highlights",
"Solid color",
],
},
{
id: "serv-4",
label: "Style",
title: "Styling",
items: [
"Brushing",
"Iron styling",
"Updos",
],
},
{
id: "serv-5",
label: "Care",
title: "Treatments",
items: [
"Hydration",
"Repair",
"Scalp care",
],
},
{ id: "serv-1", label: "Women", title: "Women's Haircut", items: ["Precision cutting", "Layering", "Styling"] },
{ id: "serv-2", label: "Men", title: "Men's Haircut", items: ["Modern fades", "Classic styles", "Trimming"] },
{ id: "serv-3", label: "Color", title: "Color Services", items: ["Balayage", "Highlights", "Solid color"] },
{ id: "serv-4", label: "Style", title: "Styling", items: ["Brushing", "Iron styling", "Updos"] },
{ id: "serv-5", label: "Care", title: "Treatments", items: ["Hydration", "Repair", "Scalp care"] },
]}
title="Our Services"
description="Professional hair care tailored to you."
@@ -196,60 +87,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "w1",
brand: "Andrea Rincón",
name: "Balayage Transformation",
price: "Styling",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-sisters-touching-their-forehead_23-2147890512.jpg",
},
{
id: "w2",
brand: "Andrea Rincón",
name: "Classic Fade",
price: "Styling",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/unique-beautiful-women-portrait_23-2149012589.jpg",
},
{
id: "w3",
brand: "Andrea Rincón",
name: "Layered Cut",
price: "Styling",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-putting-face-man-towel_23-2147737014.jpg",
},
{
id: "w4",
brand: "Andrea Rincón",
name: "Vibrant Red",
price: "Styling",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-thinking-pose_23-2149300848.jpg",
},
{
id: "w5",
brand: "Andrea Rincón",
name: "Healthy Shine",
price: "Styling",
rating: 5,
reviewCount: "21",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-stretching-gym-before-workout_169016-47274.jpg",
},
{
id: "w6",
brand: "Andrea Rincón",
name: "Elegant Updo",
price: "Styling",
rating: 5,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/picture-girl-with-artistic-make-up_7502-5716.jpg",
},
{ id: "w1", brand: "Andrea Rincón", name: "Balayage Transformation", price: "Styling", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-sisters-touching-their-forehead_23-2147890512.jpg" },
{ id: "w2", brand: "Andrea Rincón", name: "Classic Fade", price: "Styling", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/unique-beautiful-women-portrait_23-2149012589.jpg" },
{ id: "w3", brand: "Andrea Rincón", name: "Layered Cut", price: "Styling", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-putting-face-man-towel_23-2147737014.jpg" },
{ id: "w4", brand: "Andrea Rincón", name: "Vibrant Red", price: "Styling", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-thinking-pose_23-2149300848.jpg" },
{ id: "w5", brand: "Andrea Rincón", name: "Healthy Shine", price: "Styling", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-stretching-gym-before-workout_169016-47274.jpg" },
{ id: "w6", brand: "Andrea Rincón", name: "Elegant Updo", price: "Styling", rating: 5, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/picture-girl-with-artistic-make-up_7502-5716.jpg" },
]}
title="Our Work"
description="Take a look at some of our favorite transformations."
@@ -261,16 +104,13 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Andrea Rincón Estilista"
tag="Our Story"
description="With over 10 years of experience in the industry, our salon combines professionalism with a close, welcoming atmosphere. We believe hair is an art form and our goal is to help you feel confident in your own skin. Join us in Zamora for a unique salon experience."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Book your appointment"
description="Ready to transform your style? Visit us in Zamora or send us a WhatsApp for quick bookings."
@@ -282,17 +122,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Andrea Rincón Estilista"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Zamora, Spain",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Zamora, Spain", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}