Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5028d62fe3 | |||
| ee3683ab60 |
233
src/app/page.tsx
233
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Looks Unlimited"
|
||||
/>
|
||||
@@ -56,71 +48,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Salon & Spa Services"
|
||||
description="Friendly, courteous, and talented staff providing top-quality beauty services in Boise. Your journey to wellness starts here."
|
||||
kpis={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "20+", label: "Years Experience"},
|
||||
{
|
||||
value: "300 CFM",
|
||||
label: "Air Ventilation",
|
||||
},
|
||||
value: "300 CFM", label: "Air Ventilation"},
|
||||
{
|
||||
value: "4.5/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.5/5", label: "Client Rating"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serene-spa-room-with-mountain-view_23-2151934190.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg",
|
||||
alt: "Empty wintertime luxury ski resort",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg", alt: "Empty wintertime luxury ski resort"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg",
|
||||
alt: "Luxury modern apartment boasts elegant furniture design generated by AI",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg", alt: "Luxury modern apartment boasts elegant furniture design generated by AI"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg",
|
||||
alt: "Alpine hotel hosting winter sports",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg", alt: "Alpine hotel hosting winter sports"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/massage-table-with-white-sheets_23-2148531278.jpg",
|
||||
alt: "Massage table with white sheets",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/massage-table-with-white-sheets_23-2148531278.jpg", alt: "Massage table with white sheets"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serene-spa-room-with-mountain-view_23-2151934190.jpg",
|
||||
alt: "luxurious beauty salon interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serene-spa-room-with-mountain-view_23-2151934190.jpg", alt: "luxurious beauty salon interior"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Stylists",
|
||||
},
|
||||
type: "text", text: "Expert Stylists"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Products",
|
||||
},
|
||||
type: "text", text: "Premium Products"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Boise Top Rated",
|
||||
},
|
||||
type: "text", text: "Boise Top Rated"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clean Environment",
|
||||
},
|
||||
type: "text", text: "Clean Environment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relaxing Atmosphere",
|
||||
},
|
||||
type: "text", text: "Relaxing Atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,19 +97,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Air Cycle Speed",
|
||||
value: "25x/hr",
|
||||
},
|
||||
label: "Air Cycle Speed", value: "25x/hr"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Sanitizing Standard",
|
||||
value: "Premium",
|
||||
},
|
||||
label: "Sanitizing Standard", value: "Premium"},
|
||||
{
|
||||
icon: Wind,
|
||||
label: "Ventilation Flow",
|
||||
value: "300 CFM",
|
||||
},
|
||||
label: "Ventilation Flow", value: "300 CFM"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -158,23 +117,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hair Services",
|
||||
description: "Expert haircuts, coloring, highlights, and custom styling for all hair types.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1",
|
||||
},
|
||||
title: "Hair Services & Cuts", description: "Precision haircuts ($50+), custom coloring ($120+), balayage ($150+), and deep conditioning treatments ($40+).", imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1"},
|
||||
{
|
||||
title: "Nail Enhancements",
|
||||
description: "Professional manicures, pedicures, and acrylic/gel sets for beautiful nails.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brushes-nail-polishes_23-2147778932.jpg?_wi=1",
|
||||
},
|
||||
title: "Nail & Lash Enhancements", description: "Full lash extensions ($150+), fills ($60+), luxury manicures ($35+), and spa pedicures ($50+).", imageSrc: "http://img.b2bpic.net/free-photo/brushes-nail-polishes_23-2147778932.jpg?_wi=1"},
|
||||
{
|
||||
title: "Spa & Facials",
|
||||
description: "Relaxing spa facials, collagen treatments, and skin therapy for pure wellness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-dark-face-roller_23-2149357162.jpg?_wi=1",
|
||||
},
|
||||
title: "Spa & Facial Treatments", description: "Signature facials ($85+), chemical peels ($120+), collagen boosting therapies ($95+), and skin consultations.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-dark-face-roller_23-2149357162.jpg?_wi=1"},
|
||||
]}
|
||||
title="Wide Range of Services"
|
||||
description="From expert haircuts and coloring to soothing facials and manicures, we offer a full suite of beauty solutions."
|
||||
title="Our Professional Services Pricing"
|
||||
description="Transparency in beauty. Explore our detailed list of salon and spa service categories and pricing tiers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,23 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Master Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555153.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555153.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Davis",
|
||||
role: "Lead Colorist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-holding-book-red-wall_114579-56021.jpg",
|
||||
},
|
||||
id: "2", name: "John Davis", role: "Lead Colorist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-holding-book-red-wall_114579-56021.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Smith",
|
||||
role: "Spa Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-doing-her-make-up_23-2148396061.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Smith", role: "Spa Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-doing-her-make-up_23-2148396061.jpg"},
|
||||
]}
|
||||
title="Our Talented Staff"
|
||||
description="Our friendly professionals are committed to providing the best beauty experience."
|
||||
@@ -215,34 +153,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "72",
|
||||
title: "Verified Reviews",
|
||||
items: [
|
||||
"High client satisfaction",
|
||||
"Positive feedback",
|
||||
"Trustworthy service",
|
||||
],
|
||||
id: "m1", value: "72", title: "Verified Reviews", items: [
|
||||
"High client satisfaction", "Positive feedback", "Trustworthy service"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.5",
|
||||
title: "Avg Rating",
|
||||
items: [
|
||||
"Expert results",
|
||||
"Courteous staff",
|
||||
"Quality work",
|
||||
],
|
||||
id: "m2", value: "4.5", title: "Avg Rating", items: [
|
||||
"Expert results", "Courteous staff", "Quality work"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "200",
|
||||
title: "Active Clients",
|
||||
items: [
|
||||
"Loyal customer base",
|
||||
"Regular upkeep",
|
||||
"Beauty community",
|
||||
],
|
||||
id: "m3", value: "200", title: "Active Clients", items: [
|
||||
"Loyal customer base", "Regular upkeep", "Beauty community"],
|
||||
},
|
||||
]}
|
||||
title="Salon Excellence"
|
||||
@@ -256,60 +176,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Oct 2023",
|
||||
title: "Excellent!",
|
||||
quote: "Great people, great conversation, coffee, snacks and soft drinks.",
|
||||
tag: "Satisfied",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-mature-woman-drinking-cup-tea-cafeteria_231208-10725.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-room-with-mountain-view_23-2151934190.jpg?_wi=2",
|
||||
imageAlt: "happy customer salon interior",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "Oct 2023", title: "Excellent!", quote: "Great people, great conversation, coffee, snacks and soft drinks.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-mature-woman-drinking-cup-tea-cafeteria_231208-10725.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serene-spa-room-with-mountain-view_23-2151934190.jpg?_wi=2", imageAlt: "happy customer salon interior"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "Sep 2023",
|
||||
title: "Quality",
|
||||
quote: "His experience definitely shows in the quality of his work.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/enjoying-weekend-with-friends_1098-16908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-with-stay-home-hand-sanitizer-medical-mask_23-2148821825.jpg",
|
||||
imageAlt: "happy customer salon interior",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "Sep 2023", title: "Quality", quote: "His experience definitely shows in the quality of his work.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/enjoying-weekend-with-friends_1098-16908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-with-stay-home-hand-sanitizer-medical-mask_23-2148821825.jpg", imageAlt: "happy customer salon interior"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Aug 2023",
|
||||
title: "Amazing",
|
||||
quote: "I've received loads of compliments on my new style.",
|
||||
tag: "Happy",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=2",
|
||||
imageAlt: "happy customer salon interior",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "Aug 2023", title: "Amazing", quote: "I've received loads of compliments on my new style.", tag: "Happy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg", imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=2", imageAlt: "happy customer salon interior"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "Jul 2023",
|
||||
title: "Relaxing",
|
||||
quote: "The most relaxing salon visit I've had in a long time.",
|
||||
tag: "Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brushes-nail-polishes_23-2147778932.jpg?_wi=2",
|
||||
imageAlt: "happy customer salon interior",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "Jul 2023", title: "Relaxing", quote: "The most relaxing salon visit I've had in a long time.", tag: "Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-face-massaging-with-gua-sha-medium-shot_23-2149349087.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brushes-nail-polishes_23-2147778932.jpg?_wi=2", imageAlt: "happy customer salon interior"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julie Reed",
|
||||
date: "Jun 2023",
|
||||
title: "Top Notch",
|
||||
quote: "Best facial and nail service in Boise. Will be back!",
|
||||
tag: "Returning",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-woman-just-has-taken-shower_329181-7867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-dark-face-roller_23-2149357162.jpg?_wi=2",
|
||||
imageAlt: "happy customer salon interior",
|
||||
},
|
||||
id: "t5", name: "Julie Reed", date: "Jun 2023", title: "Top Notch", quote: "Best facial and nail service in Boise. Will be back!", tag: "Returning", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-woman-just-has-taken-shower_329181-7867.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-dark-face-roller_23-2149357162.jpg?_wi=2", imageAlt: "happy customer salon interior"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear about the friendly experience and quality work from our happy guests."
|
||||
@@ -322,20 +197,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can call us directly at 208-342-2111 to schedule your salon or spa services.",
|
||||
},
|
||||
id: "q1", title: "How can I book an appointment?", content: "You can call us directly at 208-342-2111 to schedule your salon or spa services."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there stylist stations available for lease?",
|
||||
content: "Yes, we currently have semi-private suites available. Call 208-995-6210 for pricing and details.",
|
||||
},
|
||||
id: "q2", title: "Are there stylist stations available for lease?", content: "Yes, we currently have semi-private suites available. Call 208-995-6210 for pricing and details."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide safety measures for guests?",
|
||||
content: "Yes, our ventilation system cycles fresh air 25 times per hour, and we maintain rigorous sanitizing protocols.",
|
||||
},
|
||||
id: "q3", title: "Do you provide safety measures for guests?", content: "Yes, our ventilation system cycles fresh air 25 times per hour, and we maintain rigorous sanitizing protocols."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our services or lease options? We are here to help."
|
||||
@@ -347,8 +213,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Visit Us"
|
||||
title="Ready for a Refresh?"
|
||||
description="Visit us at 4620 W Emerald St, Boise, ID 83706. Friendly service awaits you."
|
||||
@@ -361,16 +226,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Looks Unlimited Salon & Spa"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user