Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a849a6892c | |||
| ebb66e6e1c | |||
| 703f2876d6 | |||
| b9d4376268 | |||
| b9fd24f9fc | |||
| 5cc85f7e2c |
@@ -9,7 +9,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Award, CheckCircle, Heart } from "lucide-react";
|
import { Award, CheckCircle, Heart } from "lucide-react";
|
||||||
|
|
||||||
@@ -32,11 +31,10 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
|
{ name: "Book Now", id: "contact" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Gallery", id: "gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Team", id: "team" },
|
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Book Now", id: "contact" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Diamonds & Pearls"
|
brandName="Diamonds & Pearls"
|
||||||
/>
|
/>
|
||||||
@@ -53,6 +51,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactSplit
|
||||||
|
useInvertedBackground={true}
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
tag="Ready to Transform?"
|
||||||
|
title="Book Your Appointment"
|
||||||
|
description="Love your hair again. Limited spots available this week."
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-shiny-brown-hair-portrait-studio_1150-18451.jpg"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -112,33 +121,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
members={[
|
|
||||||
{ id: "t1", name: "Masie", role: "Colour Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-holding-hair-comb-spray-bottle-looking-front-with-serious-face-standing-green-wall_141793-71788.jpg" },
|
|
||||||
{ id: "t2", name: "Chloe", role: "Extensions Expert", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
|
|
||||||
{ id: "t3", name: "Sarah", role: "Styling Pro", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-black-suit-playing-with-her-hair-while-talking-phone_114579-14175.jpg" },
|
|
||||||
]}
|
|
||||||
title="Meet Your Stylists"
|
|
||||||
description="The dedicated team behind your new look."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactSplit
|
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
tag="Ready to Transform?"
|
|
||||||
title="Book Your Appointment"
|
|
||||||
description="Love your hair again. Limited spots available this week."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736739.jpg"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Diamonds & Pearls"
|
logoText="Diamonds & Pearls"
|
||||||
|
|||||||
Reference in New Issue
Block a user