Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-18 15:32:33 +00:00

View File

@@ -31,74 +31,45 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Team",
id: "team",
},
name: "Team", id: "team"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Beauty Salon by Jeje"
button={{
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Unrivaled Elegance at Beauty Salon by Jeje"
description="Experience top-tier hair care, impeccable manicures, and sophisticated styling in the heart of Amman. Madam Jeje and her team ensure every visit is a luxurious retreat."
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
text: "Book Appointment", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-flower-straw-marble_23-2148143834.jpg",
imageAlt: "Salon Interior",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-flower-straw-marble_23-2148143834.jpg", imageAlt: "Salon Interior"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-hair-equipment_23-2148352872.jpg",
imageAlt: "Salon Equipment",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/laptop-hair-equipment_23-2148352872.jpg", imageAlt: "Salon Equipment"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-shop-instruments_23-2149319797.jpg",
imageAlt: "Styling Experience",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-shop-instruments_23-2149319797.jpg", imageAlt: "Styling Experience"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-with-white-coat-hospital_1157-36763.jpg",
imageAlt: "Reception Area",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-with-white-coat-hospital_1157-36763.jpg", imageAlt: "Reception Area"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg",
imageAlt: "Hair Treatment",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16730.jpg", imageAlt: "Hair Treatment"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-armchairs_1203-958.jpg",
imageAlt: "Salon Atmosphere",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-armchairs_1203-958.jpg", imageAlt: "Salon Atmosphere"},
]}
/>
</div>
@@ -120,23 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Expert Manicures",
description: "Precision nail care with artistic, trendy, and sophisticated finishes.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-black-mask-doing-manicure-blue_140725-24256.jpg",
imageAlt: "Manicure",
},
title: "Expert Manicures", description: "Precision nail care with artistic, trendy, and sophisticated finishes.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-black-mask-doing-manicure-blue_140725-24256.jpg", imageAlt: "Manicure"},
{
title: "Magical Hair Coloring",
description: "Stunning dye techniques and vibrant, long-lasting colors curated for you.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg",
imageAlt: "Hair Coloring",
},
title: "Magical Hair Coloring", description: "Stunning dye techniques and vibrant, long-lasting colors curated for you.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg", imageAlt: "Hair Coloring"},
{
title: "Precision Haircuts",
description: "Expert styling that brings out your best features with a professional touch.",
imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg",
imageAlt: "Haircut",
},
title: "Precision Haircuts", description: "Expert styling that brings out your best features with a professional touch.", imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", imageAlt: "Haircut"},
]}
title="Our Signature Services"
description="Specialized treatments delivered by talented artists who care about your look."
@@ -151,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
id: "t1",
name: "Madam Jeje",
role: "Lead Artist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
},
id: "t1", name: "Madam Jeje", role: "Lead Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
{
id: "t2",
name: "Sarah R.",
role: "Senior Stylist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-white-shirt_53876-108633.jpg",
},
id: "t2", name: "Sarah R.", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-white-shirt_53876-108633.jpg"},
{
id: "t3",
name: "Lana K.",
role: "Nail Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg",
},
id: "t3", name: "Lana K.", role: "Nail Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg"},
]}
title="Our Talented Artists"
description="The creative minds behind your perfect look."
@@ -180,55 +127,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Esraa Albtoosh",
date: "6 months ago",
title: "Fantastic experience",
quote: "The customer service is wonderful and sophisticated. Highly recommend!",
tag: "Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-smiling_273609-12421.jpg",
},
id: "1", name: "Esraa Albtoosh", date: "6 months ago", title: "Fantastic experience", quote: "The customer service is wonderful and sophisticated. Highly recommend!", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-smiling_273609-12421.jpg"},
{
id: "2",
name: "Tahani Rm",
date: "2 months ago",
title: "Classy and tidy",
quote: "Madam Jeje is very classy. The salon is extremely clean and professional.",
tag: "Classy",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3501.jpg",
},
id: "2", name: "Tahani Rm", date: "2 months ago", title: "Classy and tidy", quote: "Madam Jeje is very classy. The salon is extremely clean and professional.", tag: "Classy", avatarSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-indoor_624325-3501.jpg"},
{
id: "3",
name: "Hadeel Alsharab",
date: "6 months ago",
title: "Magical touch",
quote: "The work is stunning and the hair dye colors are truly fantastic.",
tag: "Artist",
avatarSrc: "http://img.b2bpic.net/free-photo/wonderful-tanned-girl-summer-pink-outfit-touching-her-face-portrait-slim-laughing-young-woman-with-bronze-skin_197531-9032.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-home-bed_1157-31051.jpg",
},
id: "3", name: "Hadeel Alsharab", date: "6 months ago", title: "Magical touch", quote: "The work is stunning and the hair dye colors are truly fantastic.", tag: "Artist", avatarSrc: "http://img.b2bpic.net/free-photo/wonderful-tanned-girl-summer-pink-outfit-touching-her-face-portrait-slim-laughing-young-woman-with-bronze-skin_197531-9032.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-home-bed_1157-31051.jpg"},
{
id: "4",
name: "Nour H.",
date: "1 month ago",
title: "Wonderful",
quote: "My favorite place for a makeover. Everyone is talented.",
tag: "Talent",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-women-with-motorcycle-helmets_23-2147771901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg",
},
id: "4", name: "Nour H.", date: "1 month ago", title: "Wonderful", quote: "My favorite place for a makeover. Everyone is talented.", tag: "Talent", avatarSrc: "http://img.b2bpic.net/free-photo/charming-women-with-motorcycle-helmets_23-2147771901.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg"},
{
id: "5",
name: "Amira M.",
date: "3 months ago",
title: "Excellent service",
quote: "Top tier salon experience in Amman. Friendly and skilled.",
tag: "Skill",
avatarSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-shaving-her-legs_23-2150162901.jpg",
},
id: "5", name: "Amira M.", date: "3 months ago", title: "Excellent service", quote: "Top tier salon experience in Amman. Friendly and skilled.", tag: "Skill", avatarSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-shaving-her-legs_23-2150162901.jpg"},
]}
title="Voices of Our Clients"
description="See why our customers rate us 5 stars."
@@ -241,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do I need an appointment?",
content: "Yes, we recommend booking an appointment to ensure you receive our full dedicated attention.",
},
id: "f1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment to ensure you receive our full dedicated attention."},
{
id: "f2",
title: "What are your operating hours?",
content: "We are open from 9 AM to 7 PM, Tuesday through Sunday.",
},
id: "f2", title: "What are your operating hours?", content: "We are open from 9 AM to 7 PM, Tuesday through Sunday."},
{
id: "f3",
title: "How can I contact you?",
content: "You can reach us at 07 9159 0414 for bookings or inquiries.",
},
id: "f3", title: "How can I contact you?", content: "You can reach us at 07 9159 0414 for bookings or inquiries."},
]}
imageSrc="http://img.b2bpic.net/free-photo/makeup-essentials-placed-vacant-table_482257-121998.jpg"
mediaAnimation="slide-up"
@@ -268,18 +166,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
text="Ready to transform your style? Visit us in Amman or call to book your session today."
buttons={[
{
text: "Call 07 9159 0414",
href: "tel:0791590414",
},
text: "Call 07 9159 0414", href: "tel:0791590414"},
{
text: "Get Directions",
href: "https://www.google.com/maps/search/?api=1&query=2VRR+2R4+Amman",
},
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=2VRR+2R4+Amman"},
]}
/>
</div>
@@ -289,33 +182,21 @@ export default function LandingPage() {
logoText="Beauty Salon by Jeje"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call Us",
href: "tel:0791590414",
},
label: "Call Us", href: "tel:0791590414"},
{
label: "Location",
href: "https://www.google.com/maps/search/?api=1&query=2VRR+2R4+Amman",
},
label: "Location", href: "https://www.google.com/maps/search/?api=1&query=2VRR+2R4+Amman"},
],
},
]}