2 Commits

Author SHA1 Message Date
b37c3ab079 Merge version_2 into main
Merge version_2 into main
2026-05-20 16:42:23 +00:00
ce9ab65c55 Update src/app/page.tsx 2026-05-20 16:42:20 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Gallery",
id: "#gallery",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Gallery", id: "#gallery" },
{ name: "Contact", id: "#contact" },
]}
brandName="Classique Looks By Soumya"
/>
@@ -58,103 +43,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Luxury Bridal Makeup & Beauty Studio in Shalimar Bagh"
description="Transform your look with premium makeup, hair styling, nail art & skin services."
testimonials={[
{
name: "Priya Sharma",
handle: "@priya.sharma",
testimonial: "Amazing service and cooperative staff. Truly the best experience!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
},
{
name: "Ananya Gupta",
handle: "@ananya.g",
testimonial: "Loved the bridal makeup and hairstyle. Felt like a princess.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
},
{
name: "Riya Kapoor",
handle: "@riya.k",
testimonial: "Beautiful nail art and friendly atmosphere. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
},
{
name: "Deepika",
handle: "@deepika.d",
testimonial: "Professional services, felt very welcomed and comfortable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
},
{
name: "Sneha",
handle: "@sneha.s",
testimonial: "Excellent makeup artist, the finish was flawless and natural.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036919.jpg",
},
{ name: "Priya Sharma", handle: "@priya.sharma", testimonial: "Amazing service and cooperative staff. Truly the best experience!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
{ name: "Ananya Gupta", handle: "@ananya.g", testimonial: "Loved the bridal makeup and hairstyle. Felt like a princess.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" },
{ name: "Riya Kapoor", handle: "@riya.k", testimonial: "Beautiful nail art and friendly atmosphere. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" },
{ name: "Deepika", handle: "@deepika.d", testimonial: "Professional services, felt very welcomed and comfortable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" },
{ name: "Sneha", handle: "@sneha.s", testimonial: "Excellent makeup artist, the finish was flawless and natural.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036919.jpg" },
]}
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
{
text: "Call Now",
href: "tel:+918287218056",
},
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Now", href: "tel:+918287218056" },
]}
imageSrc="http://img.b2bpic.net/free-photo/attractive-brunette-caucasian-bride-is-looking-luxury-mirror-indoor-wedding-day_8353-11066.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-goth-girls-posing-studio_23-2150501532.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-making-silly-faces_23-2148282265.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-looking-camera_23-2148282263.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/female-friendship-home-party-concept_1157-37604.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860789.jpg",
alt: "Client 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Bridal Special",
},
{
type: "text",
text: "Hair Styling",
},
{
type: "text",
text: "Nail Art",
},
{
type: "text",
text: "Skin Glow",
},
{
type: "text",
text: "Professional",
},
]}
/>
</div>
@@ -162,12 +65,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Welcome to Classique Looks By Soumya"
buttons={[
{
text: "Learn More",
href: "#about-more",
},
]}
buttons={[{ text: "Learn More", href: "#about-more" }]}
/>
</div>
@@ -177,24 +75,11 @@ export default function LandingPage() {
title="Our Premium Beauty Services"
description="Expert services tailored to your specific needs."
accordionItems={[
{
id: "s1",
title: "Bridal & Party Makeup",
content: "Professional bridal and event makeup artistry for your big day.",
},
{
id: "s2",
title: "Hair Care & Styling",
content: "Advanced treatments including Keratin, Smoothening, and Hair Spa.",
},
{
id: "s3",
title: "Skin & Nails",
content: "Relaxing manicures, pedicures, facials, and creative nail art.",
},
{ id: "s1", title: "Bridal & Party Makeup", content: "Professional bridal and event makeup artistry for your big day." },
{ id: "s2", title: "Hair Care & Styling", content: "Advanced treatments including Keratin, Smoothening, and Hair Spa." },
{ id: "s3", title: "Skin & Nails", content: "Relaxing manicures, pedicures, facials, and creative nail art." },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-drying-wet-hair-blonde_23-2147769809.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -204,27 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "100%",
title: "Hygiene",
description: "Professional and clean products.",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-wearing-masks-elbow-bump-each-other_23-2148694566.jpg",
},
{
id: "m2",
value: "4.4",
title: "Rating",
description: "Trusted by hundreds in Delhi.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102207.jpg",
},
{
id: "m3",
value: "Luxury",
title: "Experience",
description: "Affordable luxury beauty studio.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg",
},
{ id: "m1", value: "100%", title: "Hygiene", description: "Professional and clean products.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-wearing-masks-elbow-bump-each-other_23-2148694566.jpg" },
{ id: "m2", value: "4.4", title: "Rating", description: "Trusted by hundreds in Delhi.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102207.jpg" },
{ id: "m3", value: "Luxury", title: "Experience", description: "Affordable luxury beauty studio.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg" },
]}
title="Why Choose Classique Looks"
description="Luxury experience, trusted by local clients."
@@ -235,31 +102,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Priya",
imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg",
},
{
id: "t2",
name: "Ananya",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-girls-with-gen-z-makeup_52683-86506.jpg",
},
{
id: "t3",
name: "Riya",
imageSrc: "http://img.b2bpic.net/free-photo/model-is-sitting-high-chair-professional-make-up-procedure_231208-3562.jpg",
},
{
id: "t4",
name: "Deepika",
imageSrc: "http://img.b2bpic.net/free-photo/stylist-applying-cosmetic-lovely-woman_23-2147783870.jpg",
},
{
id: "t5",
name: "Sneha",
imageSrc: "http://img.b2bpic.net/free-photo/bride-preparing-her-wedding_1303-11606.jpg",
},
{ id: "t1", name: "Priya", imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg" },
{ id: "t2", name: "Ananya", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-girls-with-gen-z-makeup_52683-86506.jpg" },
{ id: "t3", name: "Riya", imageSrc: "http://img.b2bpic.net/free-photo/model-is-sitting-high-chair-professional-make-up-procedure_231208-3562.jpg" },
{ id: "t4", name: "Deepika", imageSrc: "http://img.b2bpic.net/free-photo/stylist-applying-cosmetic-lovely-woman_23-2147783870.jpg" },
{ id: "t5", name: "Sneha", imageSrc: "http://img.b2bpic.net/free-photo/bride-preparing-her-wedding_1303-11606.jpg" },
]}
cardTitle="Client Reviews"
cardTag="Testimonials"
@@ -274,42 +121,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "g1",
name: "Bridal Makeup",
price: "Studio Special",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-girl-white-interested-woman-posing-golden_197531-14002.jpg",
},
{
id: "g2",
name: "Hair Art",
price: "Professional",
imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916471.jpg",
},
{
id: "g3",
name: "Nail Design",
price: "Creative",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-gold-butterflys-decor-isolated-grey-background_613910-10774.jpg",
},
{
id: "g4",
name: "Interior",
price: "Salon",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-bride-getting-ready_1153-9831.jpg",
},
{
id: "g5",
name: "Transformation",
price: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-s-hair-tied-up_8353-6092.jpg",
},
{
id: "g6",
name: "Facial",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/photo-two-black-ceramical-hair-sinks-standing-beaty-salon_651396-960.jpg",
},
{ id: "g1", name: "Bridal Makeup", price: "Studio Special", imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-girl-white-interested-woman-posing-golden_197531-14002.jpg" },
{ id: "g2", name: "Hair Art", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916471.jpg" },
{ id: "g3", name: "Nail Design", price: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-gold-butterflys-decor-isolated-grey-background_613910-10774.jpg" },
{ id: "g4", name: "Interior", price: "Salon", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-caucasian-bride-getting-ready_1153-9831.jpg" },
{ id: "g5", name: "Transformation", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/wedding-bride-s-hair-tied-up_8353-6092.jpg" },
{ id: "g6", name: "Facial", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/photo-two-black-ceramical-hair-sinks-standing-beaty-salon_651396-960.jpg" },
]}
title="Gallery"
description="A glimpse of our expert transformations."
@@ -320,15 +137,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Bridal",
"Party",
"Festive",
"Grooming",
"Skin",
"Hair",
"Nail",
]}
names={["Bridal", "Party", "Festive", "Grooming", "Skin", "Hair", "Nail"]}
title="Book Your Bridal Package Today"
description="Exclusive beauty packages and seasonal festival offers available."
/>
@@ -340,16 +149,8 @@ export default function LandingPage() {
title="Contact Us"
description="Visit Shop no-61, AL Market, Shalimar Bagh, Delhi."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
]}
imageSrc="http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059673.jpg"
/>
@@ -359,28 +160,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Classique Looks By Soumya"
columns={[
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Contact",
items: [
{
label: "Call +91 82872 18056",
href: "tel:+918287218056",
},
],
},
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Contact", items: [{ label: "Call +91 82872 18056", href: "tel:+918287218056" }] },
]}
copyrightText="© 2025 Classique Looks. Confidence begins with great beauty."
/>