6 Commits

Author SHA1 Message Date
3416caf742 Update src/app/page.tsx 2026-06-12 08:24:17 +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
3 changed files with 22 additions and 25 deletions

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';
@@ -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,28 +275,25 @@ 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>

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);