Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8703ffc2fe | |||
| 91b08ecc01 | |||
| bf9e4353f0 | |||
| 3c59cef77b | |||
| 5928aa1d52 | |||
| eeabad177c | |||
| ab04254ec0 | |||
| 1c2407704b | |||
| d6e627d04c |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
@@ -48,16 +48,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroOverlayTestimonial
|
||||||
logoText="LIFE BEHIND CHAIR"
|
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."
|
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={[
|
tag="Exclusive Salon"
|
||||||
{
|
videoSrc="http://img.b2bpic.net/free-video/hair-salon-process.mp4"
|
||||||
text: "Book Your Transformation", href: "#contact"},
|
buttonContainerClassName="flex gap-4"
|
||||||
]}
|
buttons={[{ text: "Book Your Transformation", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
testimonials={[]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=1"
|
|
||||||
imageAlt="Luxury salon ambiance"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -105,19 +103,19 @@ export default function LandingPage() {
|
|||||||
"Consultation", "Cut & Finish"],
|
"Consultation", "Cut & Finish"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now", href: "#contact"},
|
text: "Book Now", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "salon professional stylist portraits"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||||
{
|
{
|
||||||
id: "p2", title: "Color & Care", price: "₹4,500", period: "from", features: [
|
id: "p2", title: "Color & Care", price: "₹4,500", period: "from", features: [
|
||||||
"Premium Color", "Deep Treatment"],
|
"Premium Color", "Deep Treatment"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now", href: "#contact"},
|
text: "Book Now", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=2", imageAlt: "salon professional stylist portraits"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bath-concept-accessories-with-copy-space_23-2148419396.jpg?_wi=2"},
|
||||||
{
|
{
|
||||||
id: "p3", title: "Bridal Suite", price: "₹15,000", period: "custom", features: [
|
id: "p3", title: "Bridal Suite", price: "₹15,000", period: "custom", features: [
|
||||||
"Full Makeover", "Trial Sessions"],
|
"Full Makeover", "Trial Sessions"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now", href: "#contact"},
|
text: "Book Now", href: "#contact"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=2", imageAlt: "salon professional stylist portraits"},
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=2"},
|
||||||
]}
|
]}
|
||||||
title="Exclusive Appointments"
|
title="Exclusive Appointments"
|
||||||
description="Choose the transformation that fits your vision."
|
description="Choose the transformation that fits your vision."
|
||||||
@@ -233,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user