Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-28 04:55:04 +00:00
2 changed files with 55 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import { Facebook, Instagram, Twitter } from "lucide-react";
export default function LandingPage() {
@@ -38,6 +39,8 @@ export default function LandingPage() {
name: "About", id: "#about"},
{
name: "Services", id: "#services"},
{
name: "Makeup Studio", id: "#makeup-studio"},
{
name: "Products", id: "#products"},
{
@@ -55,8 +58,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Unleash Your Radiance at LB Hair & Beauty"
description="Premium Hair and Beauty Services, Professional Academy, and Stunning Makeup Studio for Ladies & Gents."
title="Experience Opulence at LB Hair & Beauty Salon"
description="Discover transformative hair artistry, exquisite beauty treatments, a world-class academy, and our luxurious makeup studio."
testimonials={[
{
name: "Sarah J.", handle: "@GlamGirl", testimonial: "My hair has never looked this good! LB Hair & Beauty truly transformed my look. Amazing service and skilled stylists!", rating: 5,
@@ -103,11 +106,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text", content: "Your Ultimate Destination for "},
type: "text", content: "Your Premier Destination for "},
{
type: "image", src: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", alt: "Salon Interior"},
{
type: "text", content: "Hair, Beauty & Education"},
type: "text", content: "Exquisite Hair, Beauty & Education"},
]}
buttons={[
{
@@ -131,10 +134,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hands-hair_1301-91.jpg", imageAlt: "Woman getting hair styled"}
},
{
title: "Professional Makeup Studio", description: "Whether it's for a special occasion, bridal glamour, or a fashion photoshoot, our makeup artists create flawless looks tailored to you.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305169.jpg", imageAlt: "Makeup artist applying makeup"},
title: "Professional Beauty Treatments", description: "Indulge in luxurious facials, relaxing massages, precise nail care, and rejuvenating skin therapies tailored for your ultimate well-being.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-clean-fresh-skin-touching-her-face_176420-1376.jpg", imageAlt: "Woman receiving facial treatment"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/artist-applying-make-up-model_23-2148328796.jpg", imageAlt: "Woman after makeup application"}
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-spa-treatment-her-hand_23-2148119028.jpg", imageAlt: "Manicure treatment"}
},
{
title: "Beauty & Hair Academy", description: "Unlock your potential with our comprehensive courses in hairdressing, makeup artistry, and beauty therapy. Learn from industry leaders.", phoneOne: {
@@ -149,6 +152,42 @@ export default function LandingPage() {
/>
</div>
<div id="makeup-studio" data-section="makeup-studio">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Exquisite Makeup Studio"
description="Step into a world of glamour and artistry. Our professional makeup artists offer personalized services for every occasion."
features={[
{
id: "1", title: "Bridal Makeup", descriptions: [
"Flawless and long-lasting looks for your special day.", "Personalized consultation and trial included."
],
imageSrc: "http://img.b2bpic.net/free-photo/bride-making-make-up_23-2148259664.jpg", imageAlt: "Bridal makeup"}
,
{
id: "2", title: "Event & Party Makeup", descriptions: [
"Stunning looks tailored for galas, parties, and social gatherings.", "Enhance your features to shine brightly."
],
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-with-glamorous-makeup_23-2147773229.jpg", imageAlt: "Event makeup"}
,
{
id: "3", title: "Photoshoot & Editorial", descriptions: [
"Professional makeup for photoshoots, editorials, and media appearances.", "Achieve camera-ready perfection with our expert artists."
],
imageSrc: "http://img.b2bpic.net/free-photo/makeup-artist-applying-eyeshadow-model_23-2148286938.jpg", imageAlt: "Photoshoot makeup"}
,
{
id: "4", title: "Personalized Makeup Lessons", descriptions: [
"Learn the secrets of professional makeup application with one-on-one sessions.", "Master techniques for your unique features and style."
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-learns-do-makeup-master-class_23-2148301726.jpg", imageAlt: "Makeup lessons"}
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #fdf6f7;
--card: #f9f0f1;
--foreground: #2d1e1e;
--primary-cta: #b8860b;
--primary-cta-text: #ffffff;
--secondary-cta: #e8a8c3;
--secondary-cta-text: #2d1e1e;
--accent: #ffdf7d;
--background-accent: #f5d4d9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);