10 Commits

Author SHA1 Message Date
82d887e421 Update src/app/page.tsx 2026-06-12 08:27:53 +00:00
6838cf3cc6 Update src/app/layout.tsx 2026-06-12 08:27:52 +00:00
67d468b489 Merge version_2 into main
Merge version_2 into main
2026-06-12 08:24:20 +00:00
3416caf742 Update src/app/page.tsx 2026-06-12 08:24:17 +00:00
ffa202c023 Merge version_2 into main
Merge version_2 into main
2026-06-12 08:23:35 +00:00
a3478a04f6 Update src/app/styles/variables.css 2026-06-12 08:23:32 +00:00
de48ec5d30 Update src/app/styles/base.css 2026-06-12 08:23:31 +00:00
df9e8b78db Update src/app/page.tsx 2026-06-12 08:23:31 +00:00
2b659a7a0a Merge version_1 into main
Merge version_1 into main
2026-06-12 08:16:11 +00:00
e55ffe92d5 Merge version_1 into main
Merge version_1 into main
2026-06-12 08:15:26 +00:00
4 changed files with 31 additions and 34 deletions

View File

@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Elegance Salon | Premium Hair, Nail & Spa Services', title: 'Exotic African Hair & Beauty | Premium Hair, Nail & Spa Services',
description: 'Indulge in luxurious hair, nail, and spa treatments at Elegance Salon. Experience expert styling, premium products, and a relaxing atmosphere. Book your appointment today!', description: 'Indulge in luxurious hair, nail, and spa treatments at Exotic African Hair & Beauty. Experience expert styling, premium products, and a relaxing atmosphere. Book your appointment today!',
keywords: ["salon, hair salon, nail salon, spa, beauty, haircuts, styling, coloring, manicures, pedicures, facials, beauty treatments"], keywords: ["salon, hair salon, nail salon, spa, beauty, haircuts, styling, coloring, manicures, pedicures, facials, beauty treatments"],
openGraph: { openGraph: {
"title": "Elegance Salon | Premium Hair, Nail & Spa Services", "title": "Elegance Salon | Premium Hair, Nail & Spa Services",

View File

@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
@@ -52,13 +52,13 @@ export default function LandingPage() {
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
brandName="Elegance Salon" brandName="Exotic African Hair & Beauty"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Elegance Salon" logoText="Exotic African Hair & Beauty"
description="Where beauty meets serenity. Indulge in luxurious hair, nail, and spa treatments tailored just for you." description="Where beauty meets serenity. Indulge in luxurious hair, nail, and spa treatments tailored just for you."
buttons={[ buttons={[
{ {
@@ -67,8 +67,8 @@ export default function LandingPage() {
text: "Explore Services", href: "#services"}, text: "Explore Services", href: "#services"},
]} ]}
buttonAnimation="opacity" buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg" imageSrc="http://img.b2bpic.net/free-photo/afro-woman-cutting-hair-little-child_176420-5627.jpg"
imageAlt="Luxurious salon interior with styling chairs and elegant decor" imageAlt="Professional hairstylist attending to a client in a salon"
showDimOverlay={true} showDimOverlay={true}
/> />
</div> </div>
@@ -263,7 +263,7 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqDouble
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
@@ -275,34 +275,31 @@ export default function LandingPage() {
{ {
id: "q4", title: "Do you offer gift cards?", content: "Absolutely! Gift cards are available for purchase at our salon and can be used for any service or product."}, id: "q4", title: "Do you offer gift cards?", content: "Absolutely! Gift cards are available for purchase at our salon and can be used for any service or product."},
]} ]}
sideTitle="Frequently Asked Questions" title="Frequently Asked Questions"
sideDescription="Have questions about our services, booking, or anything else? Find quick answers here." description="Have questions about our services, booking, or anything else? Find quick answers here."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textboxLayout="default"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
tag="Ready to Transform?" tag="Ready to Transform?"
title="Book Your Appointment Today" title="Book Your Appointment Today"
description="Experience the Elegance difference. Our team is excited to welcome you and help you achieve your beauty goals." description="Experience the Elegance difference. Our team is excited to welcome you and help you achieve your beauty goals."
buttons={[ inputPlaceholder="Enter your email"
{ buttonText="Sign Up for Updates"
text: "Call Us Now", href: "tel:+1234567890"}, termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
{ onSubmit={(email) => console.log("Email submitted:", email)}
text: "Email Us", href: "mailto:info@elegancesalon.com"},
]}
buttonAnimation="opacity"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Elegance Salon" logoText="Exotic African Hair & Beauty"
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
@@ -335,10 +332,10 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2024 Elegance Salon. All rights reserved." copyrightText="© 2024 Exotic African Hair & Beauty. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fbfaff; --background: #ffffff;
--card: #f7f5ff; --card: #f9f9f9;
--foreground: #0f0022; --foreground: #000612e6;
--primary-cta: #8b5cf6; --primary-cta: #106EFB;
--primary-cta-text: #fbfaff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #0f0022; --secondary-cta-text: #000612e6;
--accent: #d8cef5; --accent: #e2e2e2;
--background-accent: #c4a8f9; --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);