Merge version_10 into main #10
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
@@ -51,45 +51,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Easton Park Tiny Barbershop"
|
||||
description="Experience top-notch fades, comfortable vibes, and friendly conversation. Your local spot for a fresh cut in Austin."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-outdoors-with-copy-space_23-2148612961.jpg", alt: "Happy client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-dark-red-lips-with-perfect-clean-skin_158538-9705.jpg", alt: "Happy client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-smiling-boy-getting-haircut-against-brick-wall_613910-5763.jpg", alt: "Happy client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", alt: "Happy client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Satisfied client profile"},
|
||||
]}
|
||||
avatarText="Loved by the Easton Park community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Fade", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
mediaItems={[
|
||||
{
|
||||
type: "text-icon", text: "Precision Cuts", icon: Scissors,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-outdoors-with-copy-space_23-2148612961.jpg", imageAlt: "Happy client in barbershop"},
|
||||
{
|
||||
type: "text-icon", text: "Clean Environment", icon: Sparkles,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Clean and modern barbershop interior"},
|
||||
{
|
||||
type: "text-icon", text: "Friendly Barbers", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Austin's Best", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Book Online", icon: Calendar,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg", imageAlt: "Barber tools on a clean counter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user