Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a6fcc1195 | |||
| fc74dc435d | |||
| 9129278f00 | |||
| d95b85b6e0 | |||
| 660ee544c6 |
@@ -7,7 +7,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
@@ -33,8 +32,6 @@ export default function LandingPage() {
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
@@ -120,28 +117,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Meet the Masters."
|
||||
tag="Our Crew"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "sam", name: "Sam", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-isolated-handsome-fashionable-tattooed-man-with-fuzzy-beard-shaved-head-posing-indoors-with-arms-folded-having-confident-facial-expression_343059-1711.jpg"},
|
||||
{
|
||||
id: "hadi", name: "Hadi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg"},
|
||||
{
|
||||
id: "anmar", name: "Anmar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg"},
|
||||
{
|
||||
id: "laith", name: "Laith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg"},
|
||||
{
|
||||
id: "omar", name: "Omar", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
@@ -175,7 +150,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to look like royalty? Walk-ins are always welcome, or call us directly to book your preferred barber. 📞 +61 000 000 000"
|
||||
text="Ready to look like royalty? Walk-ins are always welcome, or call us at +61 000 000 000. For guaranteed service, book your appointment online."
|
||||
buttons={[
|
||||
{ text: "Book your appointment online", href: "#booking" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user