9 Commits

Author SHA1 Message Date
51ec9e6adb Update theme colors 2026-04-15 12:15:44 +00:00
39b459b661 Update theme colors 2026-04-15 12:15:31 +00:00
8b177f7eee Update theme fonts 2026-04-15 12:15:04 +00:00
6a6942b877 Update theme fonts 2026-04-15 12:15:04 +00:00
587c4a90dc Update src/app/page.tsx 2026-04-15 12:13:45 +00:00
0debce517d Merge version_2 into main
Merge version_2 into main
2026-04-15 12:10:41 +00:00
85fa0cf9ac Update src/app/page.tsx 2026-04-15 12:10:35 +00:00
983531b2c6 Merge version_1 into main
Merge version_1 into main
2026-04-15 12:08:09 +00:00
269bf74481 Merge version_1 into main
Merge version_1 into main
2026-04-15 12:07:35 +00:00
4 changed files with 25 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -21,12 +22,14 @@ export const metadata: Metadata = {
},
};
const manrope = Manrope({
variable: "--font-manrope",
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
@@ -38,7 +41,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -91,14 +91,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "g1", title: "Hair Styles", content: "Explore our portfolio of precision cuts, blow-dries, and color transformations." },
{ id: "g2", title: "Nail Art", content: "Check out our latest manicures, pedicures, and creative nail designs." },
{ id: "g3", title: "Skincare Results", content: "See the glow our facials bring to our clients." },
{ id: "g1", title: "Salon Equipment", content: "We use state-of-the-art styling chairs, professional steamers, and sanitizing equipment." },
{ id: "g2", title: "Makeup & Styling", content: "Our collection includes high-quality brushes, palettes, and tools for every look." },
{ id: "g3", title: "Hair Tools", content: "We utilize professional blow dryers, flat irons, and curlers for perfect styling." },
]}
imageSrc="http://img.b2bpic.net/free-photo/brunette-model-red-suit-with-evening-makeup-gray_158538-10870.jpg"
imageSrc="http://img.b2bpic.net/free-photo/makeup-brushes-set-with-cosmetics_23-2148154865.jpg"
mediaAnimation="slide-up"
title="Our Work Highlights"
description="A glimpse of our work—real results, happy clients, and styles we love creating every day."
title="Our Beauty Toolkit"
description="Explore the professional-grade tools and quality equipment we use to deliver exceptional beauty results."
faqsAnimation="slide-up"
/>
</div>
@@ -108,14 +108,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", title: "Great Haircut!", quote: "I loved my haircut and styling! The team really listens to what you want.", name: "Sarah J.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg" },
{ id: "t2", title: "Beautiful Nails", quote: "My nails turned out exactly how I imagined—clean, neat, and beautiful.", name: "Michael C.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg" },
{ id: "t3", title: "Relaxing Facial", quote: "Such a relaxing experience. The facial left my skin glowing!", name: "Emily R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg" },
{ id: "t4", title: "Amazing Makeup", quote: "Loved my look for the event. Highly recommend their makeup service!", name: "David K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg" },
{ id: "t5", title: "Wonderful Experience", quote: "Always a pleasure coming here for my routine beauty care.", name: "Jane D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg" },
{ id: "t1", title: "Absolutely Stunning!", quote: "I visited Dazzle Queens for a full makeover and was blown away! The hairstylist was precise, and the atmosphere was so welcoming. My hair has never looked this healthy and vibrant.", name: "Fatima A.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg" },
{ id: "t2", title: "Perfect Mani-Pedi!", quote: "Best nail salon in Sharjah, hands down. The attention to detail on my nail art was incredible. They really take their time to ensure perfection.", name: "Amira S.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg" },
{ id: "t3", title: "Glow-Up Facial", quote: "I had the most relaxing facial ever. My skin was glowing for days afterward. So professional and clean—highly recommend to anyone in the area!", name: "Huda K.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg" },
{ id: "t4", title: "Event Ready Glam", quote: "They did my makeup for an event and it stayed perfect all night. I got so many compliments! Such talented artists who truly know how to enhance natural beauty.", name: "Zahra M.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg" },
{ id: "t5", title: "My Go-To Salon", quote: "I come here for my routine beauty maintenance and Im always satisfied. The staff is warm, the place is immaculate, and the service is consistent.", name: "Laila R.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg" },
]}
title="What Our Clients Say"
description="We're proud to have happy clients who love our services."
description="We're proud to have happy clients who love our services. Read about their experiences here."
/>
</div>
@@ -157,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-manrope), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -11,9 +11,9 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--card: #000000;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;