Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-05-07 17:45:00 +00:00
2 changed files with 24 additions and 69 deletions

View File

@@ -5,13 +5,14 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import { Facebook, Instagram, Mail, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -59,31 +60,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop_23-2148877379.jpg?_wi=1"
imageAlt="Luxurious nail salon ambiance"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-man-doing-pedicure-salon-beauty-concept_1301-3371.jpg", alt: "Young man doing pedicure"},
{
src: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-room-beauty-manicure-nails-hand-self-care-lady_140725-65114.jpg", alt: "Nail fixing service"},
{
src: "http://img.b2bpic.net/free-photo/stylish-successful-woman-enjoying-coffee-office_23-2147670335.jpg", alt: "Stylish woman"},
{
src: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-cosmetology-room-beauty-lady-girl-manicure-nails-self-care-health-fashion_140725-65110.jpg", alt: "Cosmetology room"},
{
src: "http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop_23-2148877379.jpg", alt: "Salon ambiance"},
]}
avatarText="Trusted by over 500+ satisfied clients"
marqueeItems={[
{
type: "text", text: "Premium Manicures"},
{
type: "text", text: "Organic Skincare"},
{
type: "text", text: "Spa Pedicures"},
{
type: "text", text: "Relaxing Environment"},
{
type: "text", text: "Expert Technicians"},
]}
/>
</div>
@@ -127,7 +103,7 @@ export default function LandingPage() {
"Nail shaping", "Cuticle work", "Polish application"],
buttons: [
{
text: "Book", href: "#contact"},
text: "Book Appointment", href: "#contact"},
],
},
{
@@ -135,7 +111,7 @@ export default function LandingPage() {
"Foot soak", "Exfoliation", "Massage", "Polish"],
buttons: [
{
text: "Book", href: "#contact"},
text: "Book Appointment", href: "#contact"},
],
},
{
@@ -143,7 +119,7 @@ export default function LandingPage() {
"Manicure", "Facial treatment", "Specialized care"],
buttons: [
{
text: "Book", href: "#contact"},
text: "Book Appointment", href: "#contact"},
],
},
]}
@@ -182,10 +158,6 @@ export default function LandingPage() {
id: "2", name: "Sarah L.", date: "Nov 2023", title: "Highly professional", quote: "I love the nail art options. Elena is amazing!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/stylist-works-woman-hair-salon_1398-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21433.jpg", imageAlt: "happy client portrait salon"},
{
id: "3", name: "Chloe M.", date: "Dec 2023", title: "So pampered", quote: "The pedicure treatment made all the difference.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/bride-getting-makeup-done-medium-shot_23-2149860778.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautician-working-with-client-beauty-salon-applying-color-nail-polish-manicure-procedure-beauty-salon_613910-20279.jpg?_wi=2", imageAlt: "happy client portrait salon"},
{
id: "4", name: "Jessica W.", date: "Jan 2024", title: "Truly premium", quote: "Such a professional and clean studio environment.", tag: "Happy", avatarSrc: "http://img.b2bpic.net/free-photo/excited-young-brunette-girl-with-wrapped-hair-towel-sitting-table-with-makeup-tools-keeping-fists-up_141793-122739.jpg", imageSrc: "http://img.b2bpic.net/free-photo/soothing-foot-massage-with-oil-minimalist-spa-reflexology-relax_169016-69711.jpg?_wi=2", imageAlt: "happy client portrait salon"},
{
id: "5", name: "Emily B.", date: "Feb 2024", title: "Great services", quote: "The facial treatment was so soothing and effective.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-smoking-joint-home_181624-25481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spa-facial-treatment-with-professional_23-2152021575.jpg?_wi=2", imageAlt: "happy client portrait salon"},
]}
title="Client Stories"
description="See why our clients trust us with their beauty needs."
@@ -201,8 +173,6 @@ export default function LandingPage() {
id: "q1", title: "Do I need to book in advance?", content: "Yes, we recommend booking at least a few days ahead to ensure your preferred time."},
{
id: "q2", title: "Are your products eco-friendly?", content: "We prioritize organic and non-toxic products for all our services."},
{
id: "q3", title: "What is your cancellation policy?", content: "Please notify us 24 hours in advance if you need to reschedule or cancel."},
]}
title="Frequently Asked"
description="Have questions? We have answers to help you book your next visit."
@@ -215,43 +185,28 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Visit Us"
tag="Bookings"
title="Schedule Your Glow"
description="Enter your details to get in touch, or book an appointment directly through our contact form."
description="Ready for a premium experience? Contact us to book an appointment or inquire about our services."
imageSrc="http://img.b2bpic.net/free-photo/women-getting-display-window-japanese-hairdressers-ready_23-2149395754.jpg"
mediaAnimation="blur-reveal"
buttonText="Reserve My Appointment"
buttonText="Submit Inquiry"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services", href: "#features"},
{
label: "Pricing", href: "#pricing"},
{
label: "Booking", href: "#contact"},
],
},
{
items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
{
label: "Privacy Policy", href: "#"},
],
},
]}
<FooterCard
logoText="Jéssence"
copyrightText="© 2025 Jéssence Luxury Beauty"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Mail, href: "mailto:hello@jessence.com", ariaLabel: "Email" },
{ icon: Phone, href: "tel:+15551234567", ariaLabel: "Call us" },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--background: #fbfaf8;
--card: #f4f2ef;
--foreground: #1a1a1a;
--primary-cta: #c19a6b;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #e8e4e0;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #d4b483;
--background-accent: #f2eee9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);