8 Commits

Author SHA1 Message Date
08b9838e08 Update src/app/page.tsx 2026-05-15 12:23:21 +00:00
9565a8eb2e Merge version_3 into main
Merge version_3 into main
2026-05-15 12:21:21 +00:00
6f9182ac30 Update src/app/styles/variables.css 2026-05-15 12:21:15 +00:00
1616875c1f Update src/app/page.tsx 2026-05-15 12:21:15 +00:00
df497a150c Merge version_2 into main
Merge version_2 into main
2026-05-15 12:20:58 +00:00
c0086a5e98 Update src/app/page.tsx 2026-05-15 12:20:55 +00:00
9331e2e147 Add src/app/contact/page.tsx 2026-05-15 12:20:54 +00:00
f447bb0021 Merge version_1 into main
Merge version_1 into main
2026-05-15 12:18:53 +00:00
3 changed files with 88 additions and 31 deletions

52
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,52 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Treatments", id: "/#features" },
{ name: "Contact", id: "/contact" }
]}
brandName="SOUKYA"
button={{ text: "Book Now", href: "/contact" }}
/>
<div className="pt-32 pb-20">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
tag="Get In Touch"
title="Start Your Wellness Journey"
description="Reach out to us to schedule your consultation or ask any questions about our therapy programs."
buttons={[{ text: "Email Us", href: "mailto:booking@soukya.com" }]}
/>
</div>
<FooterLogoReveal
logoText="SOUKYA"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -16,16 +16,16 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="bold"
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -112,6 +112,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
animationType="depth-3d"
cardClassName="border border-accent bg-card p-8 rounded-2xl shadow-inner"
testimonials={[
{ id: "1", name: "Sarah J.", role: "Patient", company: "Global Wellness", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-enjoying-her-time-beach_23-2148992188.jpg" },
{ id: "2", name: "Michael B.", role: "Guest", company: "Wellness Retreat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-white-party_23-2149445618.jpg" },
@@ -134,6 +135,7 @@ export default function LandingPage() {
animationType="scale-rotate"
textboxLayout="split"
useInvertedBackground={false}
cardClassName="border-2 border-accent bg-card rounded-xl p-6"
plans={[
{ id: "basic", badge: "Essential", price: "$1,200", subtitle: "Introductory Wellness", features: ["Consultation", "Daily Spa Treatment", "Natural Meals"], buttons: [{ text: "Book Now", href: "#contact" }] },
{ id: "pro", badge: "Popular", price: "$2,500", subtitle: "Comprehensive Recovery", features: ["Full Consultation", "Daily Multiple Treatments", "Customized Diet", "Yoga & Meditation"], buttons: [{ text: "Book Now", href: "#contact" }] },
@@ -145,7 +147,7 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
<FaqBase
textboxLayout="split"
useInvertedBackground={true}
faqs={[
@@ -156,30 +158,33 @@ export default function LandingPage() {
title="Frequently Asked"
description="Common inquiries about our programs and facilities."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/bunches-sticks-wooden-boxes_23-2147677809.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
tag="Get In Touch"
<ContactSplitForm
title="Start Your Wellness Journey"
description="Reach out to us to schedule your consultation or ask any questions about our therapy programs."
buttons={[{ text: "Contact Us", href: "mailto:booking@soukya.com" }]}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
useInvertedBackground={false}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/close-up-spa-treatment-with-towels-candles-lotus-flowers_23-2148345718.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterLogoEmphasis
logoText="SOUKYA"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
columns={[
{ items: [{ label: "Home", href: "#" }, { label: "About", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #fbfbfb;
--card: #f0ede9;
--foreground: #1a1a1a;
--primary-cta: #1a1a1a;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #e5e2de;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #c5b39a;
--background-accent: #f3f0ec;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);