Merge version_2 into main #3
@@ -31,16 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Urban Barbershop"
|
||||
/>
|
||||
@@ -50,10 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="URBAN BARBERSHOP"
|
||||
description="Where tradition meets modern style. We provide premium grooming services in an atmosphere that makes you feel at home. Experience the difference of a professional cut tailored just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6351.jpg", imageAlt: "Barbershop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Barber chair detail" },
|
||||
@@ -163,21 +155,19 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Visit Us"
|
||||
title="Book Your Seat"
|
||||
description="Ready for a fresh look? Schedule your visit today and let our experts handle the rest."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-looking-shop-window_23-2147688737.jpg"
|
||||
imageAlt="Barbershop storefront"
|
||||
tag="Contact Us"
|
||||
title="Location: Tallinn, Estonia"
|
||||
description="Visit us at Pärnu mnt 15, Tallinn. We are open Tue-Sat: 10:00 - 19:00. Call us at +372 5555 1234 or email hello@urbanbarbers.ee"
|
||||
imageSrc="https://img.freepik.com/free-vector/map-placeholder_1284-46328.jpg"
|
||||
imageAlt="Map of location in Estonia"
|
||||
mediaAnimation="blur-reveal"
|
||||
inputPlaceholder="Enter your email for appointment reminders"
|
||||
buttonText="Schedule Now"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Urban Barbershop"
|
||||
copyrightText="© 2025 | Urban Barbershop"
|
||||
copyrightText="© 2025 | Urban Barbershop. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
@@ -187,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user