Merge version_1 into main #2
154
src/app/page.tsx
154
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elegance Salon"
|
||||
/>
|
||||
@@ -55,35 +47,21 @@ export default function LandingPage() {
|
||||
description="Indulge in a premium beauty experience where artistry meets relaxation. Our expert stylists are dedicated to bringing out your unique glow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-palettes-table_23-2147783933.jpg",
|
||||
imageAlt: "Luxurious salon station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-palettes-table_23-2147783933.jpg", imageAlt: "Luxurious salon station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-their-nail-care-routine-together_23-2149297963.jpg",
|
||||
imageAlt: "Hair styling professional",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-their-nail-care-routine-together_23-2149297963.jpg", imageAlt: "Hair styling professional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-two-black-ceramical-hair-sinks-standing-beaty-salon_651396-960.jpg",
|
||||
imageAlt: "Relaxing spa area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-two-black-ceramical-hair-sinks-standing-beaty-salon_651396-960.jpg", imageAlt: "Relaxing spa area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg",
|
||||
imageAlt: "Salon design interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg", imageAlt: "Salon design interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-template-design_23-2150743639.jpg",
|
||||
imageAlt: "Hair wash station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-template-design_23-2150743639.jpg", imageAlt: "Hair wash station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-model-black-dress-heels_132075-12584.jpg",
|
||||
imageAlt: "Salon tools details",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-model-black-dress-heels_132075-12584.jpg", imageAlt: "Salon tools details"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,17 +74,11 @@ export default function LandingPage() {
|
||||
description="At Elegance Salon, we believe your hair is your best accessory. We combine advanced techniques with high-quality products to ensure you leave looking and feeling your absolute best."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Stylists",
|
||||
description: "Years of professional experience in hair styling.",
|
||||
},
|
||||
title: "Expert Stylists", description: "Years of professional experience in hair styling."},
|
||||
{
|
||||
title: "Luxury Products",
|
||||
description: "Exclusive brands for the best care.",
|
||||
},
|
||||
title: "Luxury Products", description: "Exclusive brands for the best care."},
|
||||
{
|
||||
title: "Personalized Approach",
|
||||
description: "Styles tailored specifically to you.",
|
||||
},
|
||||
title: "Personalized Approach", description: "Styles tailored specifically to you."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fuzzy-room-with-armchairs_1203-958.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -121,25 +93,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Haircut & Styling",
|
||||
description: "Bespoke cuts to suit your face shape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg",
|
||||
imageAlt: "Professional haircut",
|
||||
},
|
||||
title: "Haircut & Styling", description: "Bespoke cuts to suit your face shape.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-trimmer-dressing-table_107420-94802.jpg", imageAlt: "Professional haircut"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Coloring Services",
|
||||
description: "From balayage to highlights, we do it all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-coloring-hair-client_23-2147769784.jpg",
|
||||
imageAlt: "Hair coloring",
|
||||
},
|
||||
title: "Coloring Services", description: "From balayage to highlights, we do it all.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-coloring-hair-client_23-2147769784.jpg", imageAlt: "Hair coloring"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Nail Spa",
|
||||
description: "Full manicure and pedicure experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manicure-process_1385-276.jpg",
|
||||
imageAlt: "Nail spa service",
|
||||
},
|
||||
title: "Nail Spa", description: "Full manicure and pedicure experiences.", imageSrc: "http://img.b2bpic.net/free-photo/manicure-process_1385-276.jpg", imageAlt: "Nail spa service"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive beauty treatments designed to revitalize your look."
|
||||
@@ -153,40 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
role: "Fashion Designer",
|
||||
testimonial: "Amazing results, always! My go-to spot for everything beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Jane Doe", role: "Fashion Designer", testimonial: "Amazing results, always! My go-to spot for everything beauty.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Smith",
|
||||
role: "Business Owner",
|
||||
testimonial: "Professional and so friendly. I felt pampered the whole time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-young-interracial-girls-good-mood-wear-nightgowns-pajama-party-leisure-lifestyle-beauty-concept_197531-31732.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Smith", role: "Business Owner", testimonial: "Professional and so friendly. I felt pampered the whole time.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-young-interracial-girls-good-mood-wear-nightgowns-pajama-party-leisure-lifestyle-beauty-concept_197531-31732.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily White",
|
||||
role: "Teacher",
|
||||
testimonial: "The best balayage I've ever had. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-calm-happy-pretty-woman-with-bright-evening-makeup-wearing-summer-yellow-dress-sea-shell-necklace_343596-3831.jpg",
|
||||
},
|
||||
id: "3", name: "Emily White", role: "Teacher", testimonial: "The best balayage I've ever had. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-calm-happy-pretty-woman-with-bright-evening-makeup-wearing-summer-yellow-dress-sea-shell-necklace_343596-3831.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anna Brown",
|
||||
role: "Marketing Consultant",
|
||||
testimonial: "The atmosphere is unmatched. Truly a relaxing salon experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
|
||||
},
|
||||
id: "4", name: "Anna Brown", role: "Marketing Consultant", testimonial: "The atmosphere is unmatched. Truly a relaxing salon experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Reed",
|
||||
role: "Professional Model",
|
||||
testimonial: "Precision and style at every turn. Exceptional service every time I visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Michael Reed", role: "Professional Model", testimonial: "Precision and style at every turn. Exceptional service every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-amazing-girl-with-tanned-skin-laughing-portrait-glad-caucasian-lady-pink-dress_197531-9046.jpg"},
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="Hear what our wonderful clients have to say."
|
||||
@@ -195,10 +130,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Book Your Visit"
|
||||
description="Ready for a transformation? Send us a message and we'll reach out to schedule your appointment."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business_23-2148006299.jpg"
|
||||
@@ -212,50 +147,31 @@ export default function LandingPage() {
|
||||
logoText="Elegance Salon"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Haircuts",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Haircuts", href: "#services"},
|
||||
{
|
||||
label: "Coloring",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Coloring", href: "#services"},
|
||||
{
|
||||
label: "Nail Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Nail Care", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Salon",
|
||||
items: [
|
||||
title: "Salon", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user