Merge version_1 into main #1
431
src/app/page.tsx
431
src/app/page.tsx
@@ -25,325 +25,130 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Flores Beauty"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Flores Beauty"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Flores Beauty Salon"
|
||||
description="Bloom Beautifully. Gardena's 4.9⭐ Beauty Destination offering expert treatments with floral elegance."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-black-sweater-standing-posing_114579-58758.jpg",
|
||||
imageAlt: "Salon Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blooming-flowers_23-2149316672.jpg",
|
||||
imageAlt: "Glowing Skin",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-daylight_1153-7230.jpg",
|
||||
imageAlt: "Makeup Artistry",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-gold-body-painting_23-2150834500.jpg",
|
||||
imageAlt: "Floral Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-standing-by-window_1303-12894.jpg",
|
||||
imageAlt: "Professional Hair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-red-lips-wavy-hairstyle_158538-10397.jpg",
|
||||
imageAlt: "Happy Client",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275078.jpg",
|
||||
imageAlt: "Lashes Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797653.jpg",
|
||||
imageAlt: "Nail Art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg",
|
||||
imageAlt: "Facial Spa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-confident-model-using-face-cream-beauty-ad_482257-77801.jpg",
|
||||
imageAlt: "Waxing Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg",
|
||||
imageAlt: "Blowout Style",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-corridor_1203-1418.jpg",
|
||||
imageAlt: "Salon Ambiance",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
|
||||
alt: "Stylist 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautifu-smiling-nurse-uniform-happily-looking-camera-white-background_574295-2681.jpg",
|
||||
alt: "Stylist 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg",
|
||||
alt: "Stylist 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206139.jpg",
|
||||
alt: "Stylist 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/collection-hands-holding-tools-makeup-isolated-white_93675-134631.jpg",
|
||||
alt: "Stylist 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Meet our expert team of stylists."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Hair Salon",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Makeup Studio",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spa Treatments",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nail Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lash Boutique",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Flores Beauty Salon"
|
||||
description="Bloom Beautifully. Gardena's 4.9⭐ Beauty Destination offering expert treatments with floral elegance."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-black-sweater-standing-posing_114579-58758.jpg", imageAlt: "Salon Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blooming-flowers_23-2149316672.jpg", imageAlt: "Glowing Skin" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-daylight_1153-7230.jpg", imageAlt: "Makeup Artistry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-gold-body-painting_23-2150834500.jpg", imageAlt: "Floral Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-standing-by-window_1303-12894.jpg", imageAlt: "Professional Hair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-red-lips-wavy-hairstyle_158538-10397.jpg", imageAlt: "Happy Client" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275078.jpg", imageAlt: "Lashes Detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797653.jpg", imageAlt: "Nail Art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", imageAlt: "Facial Spa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-confident-model-using-face-cream-beauty-ad_482257-77801.jpg", imageAlt: "Waxing Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-workplace_23-2148108753.jpg", imageAlt: "Blowout Style" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-corridor_1203-1418.jpg", imageAlt: "Salon Ambiance" }
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg", alt: "Stylist 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautifu-smiling-nurse-uniform-happily-looking-camera-white-background_574295-2681.jpg", alt: "Stylist 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg", alt: "Stylist 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206139.jpg", alt: "Stylist 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/collection-hands-holding-tools-makeup-isolated-white_93675-134631.jpg", alt: "Stylist 5" }
|
||||
]}
|
||||
avatarText="Meet our expert team of stylists."
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Hair Salon" },
|
||||
{ type: "text", text: "Makeup Studio" },
|
||||
{ type: "text", text: "Spa Treatments" },
|
||||
{ type: "text", text: "Nail Care" },
|
||||
{ type: "text", text: "Lash Boutique" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hair",
|
||||
description: "Expert cuts and styling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-latin-woman-getting-her-hair-removed-with-honey-wax-beauty-spa-lots-copy-space_662251-2130.jpg",
|
||||
titleIconSrc: "Scissors",
|
||||
buttonText: "View",
|
||||
},
|
||||
{
|
||||
title: "Makeup",
|
||||
description: "Full glam and natural.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg",
|
||||
titleIconSrc: "Palette",
|
||||
buttonText: "View",
|
||||
},
|
||||
{
|
||||
title: "Nails",
|
||||
description: "Manicures and pedicures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-applying-powder-model_23-2147783875.jpg",
|
||||
titleIconSrc: "Sparkles",
|
||||
buttonText: "View",
|
||||
},
|
||||
{
|
||||
title: "Facials",
|
||||
description: "Rejuvenate your skin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4446.jpg",
|
||||
titleIconSrc: "Sun",
|
||||
buttonText: "View",
|
||||
},
|
||||
{
|
||||
title: "Waxing",
|
||||
description: "Smooth and gentle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-holding-yarn-knitting-close-her-face_171337-14455.jpg",
|
||||
titleIconSrc: "Circle",
|
||||
buttonText: "View",
|
||||
},
|
||||
{
|
||||
title: "Lashes",
|
||||
description: "Enhance your gaze.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-beautiful-nails_23-2149921690.jpg",
|
||||
titleIconSrc: "Eye",
|
||||
buttonText: "View",
|
||||
},
|
||||
]}
|
||||
title="Signature Services"
|
||||
description="Experience our curated list of beauty treatments designed to make you bloom."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Hair", description: "Expert cuts and styling.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-latin-woman-getting-her-hair-removed-with-honey-wax-beauty-spa-lots-copy-space_662251-2130.jpg", titleIconSrc: "Scissors", buttonText: "View" },
|
||||
{ title: "Makeup", description: "Full glam and natural.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg", titleIconSrc: "Palette", buttonText: "View" },
|
||||
{ title: "Nails", description: "Manicures and pedicures.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-applying-powder-model_23-2147783875.jpg", titleIconSrc: "Sparkles", buttonText: "View" },
|
||||
{ title: "Facials", description: "Rejuvenate your skin.", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4446.jpg", titleIconSrc: "Sun", buttonText: "View" },
|
||||
{ title: "Waxing", description: "Smooth and gentle.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-holding-yarn-knitting-close-her-face_171337-14455.jpg", titleIconSrc: "Circle", buttonText: "View" },
|
||||
{ title: "Lashes", description: "Enhance your gaze.", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-beautiful-nails_23-2149921690.jpg", titleIconSrc: "Eye", buttonText: "View" }
|
||||
]}
|
||||
title="Signature Services"
|
||||
description="Experience our curated list of beauty treatments designed to make you bloom."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Best beauty salon in Gardena!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "Exceeded all expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-feminine-young-woman-with-dark-hair-bun-looking-aside-low-lights-isolated-black_171337-838.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "So welcoming and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-white-blouse-showing-okay-sign-positive-gesture-smiling_285396-800.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "My go-to spot for everything.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133067.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe B.",
|
||||
handle: "@chloeb",
|
||||
testimonial: "Absolutely obsessed with my results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Love"
|
||||
description="Rated 4.9⭐ by our wonderful Gardena community."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
showRating={true}
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best beauty salon in Gardena!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg" },
|
||||
{ id: "2", name: "Mike D.", handle: "@miked", testimonial: "Exceeded all expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-feminine-young-woman-with-dark-hair-bun-looking-aside-low-lights-isolated-black_171337-838.jpg" },
|
||||
{ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "So welcoming and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-white-blouse-showing-okay-sign-positive-gesture-smiling_285396-800.jpg" },
|
||||
{ id: "4", name: "David K.", handle: "@davidk", testimonial: "My go-to spot for everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133067.jpg" },
|
||||
{ id: "5", name: "Chloe B.", handle: "@chloeb", testimonial: "Absolutely obsessed with my results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg" }
|
||||
]}
|
||||
title="Client Love"
|
||||
description="Rated 4.9⭐ by our wonderful Gardena community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Common Questions"
|
||||
description="Frequently asked questions about our salon services."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "We recommend booking in advance, but we welcome walk-ins based on availability.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What products do you use?",
|
||||
content: "We use premium, high-quality professional salon products for all our services.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we have free parking available for all clients right in front of the salon.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I request a specific stylist?",
|
||||
content: "Absolutely, please mention your preferred stylist when booking your appointment.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "We require a 24-hour notice for cancellations to avoid a fee.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Common Questions"
|
||||
description="Frequently asked questions about our salon services."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you accept walk-ins?", content: "We recommend booking in advance, but we welcome walk-ins based on availability." },
|
||||
{ id: "f2", title: "What products do you use?", content: "We use premium, high-quality professional salon products for all our services." },
|
||||
{ id: "f3", title: "Is parking available?", content: "Yes, we have free parking available for all clients right in front of the salon." },
|
||||
{ id: "f4", title: "Can I request a specific stylist?", content: "Absolutely, please mention your preferred stylist when booking your appointment." },
|
||||
{ id: "f5", title: "What is your cancellation policy?", content: "We require a 24-hour notice for cancellations to avoid a fee." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
text="Visit us at 14809 S Western Ave, Gardena, CA or call us at (310) 516-9842 to book your glow-up today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+13105169842",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Visit us at 14809 S Western Ave, Gardena, CA or call us at (310) 516-9842 to book your glow-up today!"
|
||||
buttons={[{ text: "Book Now", href: "#" }, { text: "Call Us", href: "tel:+13105169842" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Flores Beauty Salon"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Flores Beauty Salon"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user