Merge version_2 into main #2
@@ -7,7 +7,6 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
@@ -35,7 +34,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Book Now", id: "contact" },
|
||||
@@ -61,9 +59,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Client", testimonial: "Matched my extensions perfectly — I was so happy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-posing-studio-photo_1301-6999.jpg" },
|
||||
{ id: "2", name: "Michael C.", role: "Client", testimonial: "The staff went above and beyond — so friendly and supportive.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478912.jpg" },
|
||||
{ id: "3", name: "Emily R.", role: "Client", testimonial: "My hair looked absolutely stunning — thank you!", imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg" },
|
||||
{ id: "1", name: "Sarah J.", role: "Client", testimonial: "Matched my extensions perfectly — I was so happy." },
|
||||
{ id: "2", name: "Michael C.", role: "Client", testimonial: "The staff went above and beyond — so friendly and supportive." },
|
||||
{ id: "3", name: "Emily R.", role: "Client", testimonial: "My hair looked absolutely stunning — thank you!" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear how we've helped restore confidence and create stunning looks."
|
||||
@@ -97,21 +95,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
title="Our Services & Pricing"
|
||||
description="Clear, transparent pricing for all our premium salon transformations."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", tag: "Colour", price: "$150+", period: "from", description: "Full colour, balayage, or custom correction services.", button: { text: "Book Now" }, featuresTitle: "Includes", features: ["Consultation", "Precision Tone", "Gloss Treatment"] },
|
||||
{ id: "p2", tag: "Extensions", price: "$300+", period: "from", description: "Seamless, high-quality hair extensions.", button: { text: "Book Now" }, featuresTitle: "Includes", features: ["Custom Colour Matching", "Application", "Blending Cut"] },
|
||||
{ id: "p3", tag: "Styling", price: "$80+", period: "from", description: "Signature styling for your everyday look.", button: { text: "Book Now" }, featuresTitle: "Includes", features: ["Wash & Treatment", "Styling", "Finish"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
@@ -148,7 +131,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to Transform?"
|
||||
title="Book Your Appointment"
|
||||
description="Love your hair again. Limited spots available this week."
|
||||
|
||||
Reference in New Issue
Block a user