Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eeabad177c | |||
| ab04254ec0 | |||
| 1c2407704b | |||
| d6e627d04c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user