4 Commits

Author SHA1 Message Date
eeabad177c Update src/app/page.tsx 2026-05-08 07:10:53 +00:00
ab04254ec0 Merge version_1 into main
Merge version_1 into main
2026-05-08 06:33:54 +00:00
1c2407704b Merge version_1 into main
Merge version_1 into main
2026-05-08 06:33:30 +00:00
d6e627d04c Merge version_1 into main
Merge version_1 into main
2026-05-08 06:33:03 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroSignup from '@/components/sections/hero/HeroSignup';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -48,16 +48,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="LIFE BEHIND CHAIR"
<HeroSignup
title="LIFE BEHIND CHAIR"
description="Where artistry meets elegance. Discover transformative styling, premium treatments, and world-class service in Kerala's most celebrated salon—trusted by 140+ happy clients."
buttons={[
{
text: "Book Your Transformation", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=1"
imageAlt="Luxury salon ambiance"
tag="Exclusive Salon"
background={{
variant: "glowing-orb-sparkles"}}
buttonText="Book Your Transformation"
onSubmit={(email) => console.log(email)}
/>
</div>
@@ -233,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}