Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfeb7aaf9f | |||
| 67a642f6c1 | |||
| 469140906c | |||
| bdc0b3d77e | |||
| 25bfb3744c | |||
| b42317de28 | |||
| e1e5961211 |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
description="Experience San Diego's most luxurious destination for exquisite hair design and sophisticated beauty services."
|
description="Experience San Diego's most luxurious destination for exquisite hair design and sophisticated beauty services."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Appointment", href: "#contact"},
|
text: "Schedule Your Session", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg?_wi=1"
|
||||||
imageAlt="elegant luxury salon interior"
|
imageAlt="elegant luxury salon interior"
|
||||||
@@ -100,21 +100,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "g1", name: "Signature Balayage", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167372.jpg" },
|
||||||
id: "g1", name: "Reception Area", price: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg"},
|
{ id: "g2", name: "Modern Cut", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg" },
|
||||||
{
|
{ id: "g3", name: "Elegant Blowout", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=1" },
|
||||||
id: "g2", name: "Styling Station", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg"},
|
{ id: "g4", name: "Custom Styling", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg" },
|
||||||
{
|
{ id: "g5", name: "Bridal Design", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" },
|
||||||
id: "g3", name: "Luminous Lighting", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/flowers-near-fuchsia-eggs_23-2147754680.jpg"},
|
{ id: "g6", name: "Salon Interior", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg" }
|
||||||
{
|
|
||||||
id: "g4", name: "Treatment Suite", price: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg"},
|
|
||||||
{
|
|
||||||
id: "g5", name: "Hair Studio", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/close-up-graphic-pencils-stand-standing-table-creativity-school-studio-background-diverse-team-drawing-vase-sketch-canvas-working-sketching-technique-new-years-resolutions_482257-38999.jpg"},
|
|
||||||
{
|
|
||||||
id: "g6", name: "Beauty Bar", price: "Sophistication", imageSrc: "http://img.b2bpic.net/free-photo/details-decoration-modern-beauty-parlor-table-mirror-flowerpot-lamp-stylish-decor-concept_197531-31477.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Studio Gallery"
|
title="Our Studio Gallery"
|
||||||
description="A glimpse into our luxurious San Diego space."
|
description="Explore the artistry of our San Diego studio."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,20 +116,11 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={Array(7).fill(0).map((_, i) => ({
|
||||||
{
|
id: String(i + 1),
|
||||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Incredible Service", quote: "The best balayage I've ever had in San Diego.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg?_wi=2", imageAlt: "portrait elegant happy customer"},
|
name: "Valued Client", date: "2024", title: "5.0 Rating", quote: "Absolute perfection! This is the most luxurious salon experience in San Diego. Highly recommend!", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=2"}))}
|
||||||
{
|
|
||||||
id: "2", name: "Michael K.", date: "Sep 2023", title: "Top-tier Style", quote: "Polished, professional, and luxurious experience.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg", imageAlt: "portrait elegant happy customer"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily R.", date: "Aug 2023", title: "My Favorite Salon", quote: "A true sanctuary. My hair has never felt healthier.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-nail-care-products_23-2148974559.jpg?_wi=2", imageAlt: "portrait elegant happy customer"},
|
|
||||||
{
|
|
||||||
id: "4", name: "David M.", date: "Jul 2023", title: "Exquisite Precision", quote: "Precision cuts and amazing customer service.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167372.jpg?_wi=2", imageAlt: "portrait elegant happy customer"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Jessica L.", date: "Jun 2023", title: "So Relaxing!", quote: "I leave here feeling refreshed and beautiful.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=2", imageAlt: "portrait elegant happy customer"},
|
|
||||||
]}
|
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Excellence defined by those who visit us."
|
description="Rated 5.0 out of 5 stars based on 7 reviews."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -163,12 +148,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Visit Us"
|
tag="Contact Us"
|
||||||
title="Begin Your Transformation"
|
title="Begin Your Transformation"
|
||||||
description="Secure your spot at San Diego's premier beauty studio today."
|
description="Open Daily: 12:00 PM – 3:00 PM. Contact us to book your premium session today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Book Now", href: "#" },
|
||||||
text: "Book Now", href: "#"},
|
{ text: "Call Now", href: "tel:+15551234567" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -179,26 +164,20 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{
|
{ label: "Haircuts", href: "#services" },
|
||||||
label: "Haircuts", href: "#services"},
|
{ label: "Coloring", href: "#services" },
|
||||||
{
|
{ label: "Styling", href: "#services" },
|
||||||
label: "Coloring", href: "#services"},
|
|
||||||
{
|
|
||||||
label: "Styling", href: "#services"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Contact", items: [
|
||||||
{
|
{ label: "123 San Diego Ave", href: "#" },
|
||||||
label: "About Us", href: "#about"},
|
{ label: "(555) 123-4567", href: "tel:+15551234567" },
|
||||||
{
|
{ label: "Open: 12PM-3PM", href: "#" },
|
||||||
label: "Reviews", href: "#testimonials"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 The Parlour Salon. All rights reserved."
|
copyrightText="© 2024 The Parlour. Mobile-friendly beauty."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user