6 Commits

Author SHA1 Message Date
a824e74bb6 Merge version_3 into main
Merge version_3 into main
2026-06-11 05:24:55 +00:00
ae25d8004a Update src/app/page.tsx 2026-06-11 05:24:52 +00:00
bc05dd58db Merge version_3 into main
Merge version_3 into main
2026-06-11 05:24:22 +00:00
15c31a7d42 Update src/app/page.tsx 2026-06-11 05:24:19 +00:00
37d2af62c2 Merge version_3 into main
Merge version_3 into main
2026-06-11 05:21:29 +00:00
c45fedb72a Update src/app/page.tsx 2026-06-11 05:21:23 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -22,10 +22,10 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles" sizing="mediumSizeLargeTitles"
background="circleGradient" background="aurora"
cardStyle="layered-gradient" cardStyle="glass-elevated"
primaryButtonStyle="double-inset" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
@@ -58,7 +58,7 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "plain"}} variant: "sparkles-gradient"}}
title="Unleash Your Beauty at KENYUN SALON" title="Unleash Your Beauty at KENYUN SALON"
description="Experience premium hair care, styling, and beauty treatments designed to make you look and feel your absolute best. Your journey to radiant confidence starts here." description="Experience premium hair care, styling, and beauty treatments designed to make you look and feel your absolute best. Your journey to radiant confidence starts here."
leftCarouselItems={[ leftCarouselItems={[
@@ -150,7 +150,7 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyFive <FeatureCardTwentyFive
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
@@ -189,7 +189,7 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardTwo
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
@@ -220,7 +220,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardFive <PricingCardFive
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
@@ -279,7 +279,7 @@ export default function LandingPage() {
text: "Read All Reviews", href: "#testimonials"}, text: "Read All Reviews", href: "#testimonials"},
]} ]}
buttonAnimation="none" buttonAnimation="none"
cardAnimation="slide-up" cardAnimation="blur-reveal"
/> />
</div> </div>
@@ -309,7 +309,7 @@ export default function LandingPage() {
text: "Contact Us Directly", href: "#contact"}, text: "Contact Us Directly", href: "#contact"},
]} ]}
buttonAnimation="none" buttonAnimation="none"
faqsAnimation="slide-up" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -317,7 +317,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain"}} variant: "canvas-reveal"}}
text="Ready for a transformation? Visit KENYUN SALON today or book your appointment easily through our contact details below. We look forward to seeing you!" text="Ready for a transformation? Visit KENYUN SALON today or book your appointment easily through our contact details below. We look forward to seeing you!"
buttons={[ buttons={[
{ {
@@ -329,7 +329,7 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBase
logoText="KENYUN SALON" logoText="KENYUN SALON"
columns={[ columns={[
{ {