@@ -31,29 +31,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name:"Home",
id:"hero",
},
name:"Home",id:"hero"},
{
name:"About",
id:"about",
},
name:"About",id:"about"},
{
name:"Services",
id:"services",
},
name:"Services",id:"services"},
{
name:"Reviews",
id:"reviews",
},
name:"Reviews",id:"reviews"},
{
name:"Gallery",
id:"gallery",
},
name:"Gallery",id:"gallery"},
{
name:"Contact",
id:"contact",
},
name:"Contact",id:"contact"},
]}
brandName="The Barber Amna Vatrić"
/>
@@ -62,47 +50,30 @@ export default function LandingPage() {
<divid="hero"data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant:"plain",
}}
variant:"plain"}}
title="Premium Barber Experience in Konjic"
description="Discover unparalleled quality and professionalism at The Barber Amna Vatrić. Step into a modern, welcoming atmosphere designed for the discerning gentleman seeking a truly premium grooming experience."
imageSrc:"http://img.b2bpic.net/free-photo/arrangement-new-barbecue-utensil-set-wooden-surface_23-2148206903.jpg",imageAlt:"Barber performing a beard trim"},
imageSrc:"http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-nail-care-products_23-2148974559.jpg",imageAlt:"Barber's tools on a dark surface"},
imageSrc:"http://img.b2bpic.net/free-photo/young-girlfriends-relaxing-white-bathrobes-drinking-healthy-spa-cocktails-outside-resort-hotel-while-talking-furniture-with-hotel-landscaping-background_657921-1174.jpg",imageAlt:"Client getting a haircut"},
id:"1",name:"Haris Delić",role:"Client",testimonial:"Odlična usluga i prijatno osoblje, sve pohvale.",imageSrc:"http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg",imageAlt:"Haris Delić"},
{
id:"2",
name:"Adnan Hodžić",
role:"Client",
testimonial:"Profesionalnost na nivou, napokon nešto svjetski u gradu! Hvala Amna.",
id:"2",name:"Adnan Hodžić",role:"Client",testimonial:"Profesionalnost na nivou, napokon nešto svjetski u gradu! Hvala Amna.",imageSrc:"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-wearing-casual-shirt-trousers_158538-19375.jpg",imageAlt:"Adnan Hodžić"},
{
id:"3",
name:"Dino Karić",
role:"Client",
testimonial:"Predivan ambijent, osoblje je profesionalno i veoma ljubazno, sve pohvale.",
id:"3",name:"Dino Karić",role:"Client",testimonial:"Predivan ambijent, osoblje je profesionalno i veoma ljubazno, sve pohvale.",imageSrc:"http://img.b2bpic.net/free-photo/portrait-sexy-smiling-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10424.jpg",imageAlt:"Dino Karić"},
imageAlt:"Elegant barber tools with golden accents",
},
id:"tools-1",name:"Golden Tools",price:"",variant:"Tools",imageSrc:"http://img.b2bpic.net/free-photo/comb-scissor-top-view_23-2148352833.jpg",imageAlt:"Elegant barber tools with golden accents"},
imageAlt:"Well-groomed beard with sculpted lines",
},
id:"beard-1",name:"Sculpted Beard",price:"",variant:"Beard Trim",imageSrc:"http://img.b2bpic.net/free-photo/young-hairdresser-shaving-male-customer-s-beard-with-comb-hair-clipper-barbershop_181624-40011.jpg?_wi=2",imageAlt:"Well-groomed beard with sculpted lines"},
]}
title="Our Craft & Space"
description="A visual journey through our precision artistry, the tools of our trade, and the luxurious ambiance of our barbershop."
@@ -291,8 +186,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant:"plain",
}}
variant:"plain"}}
tag="Get in Touch"
title="Visit Us in Konjic"
description="Located in the heart of Konjic, Bosnia and Herzegovina, we are ready to welcome you for your next premium grooming experience. For appointments, please call us directly at:\n\nPhone: 062 304 446"
@@ -305,45 +199,29 @@ export default function LandingPage() {
{
items:[
{
label:"Home",
href:"#hero",
},
label:"Home",href:"#hero"},
{
label:"About",
href:"#about",
},
label:"About",href:"#about"},
{
label:"Services",
href:"#services",
},
label:"Services",href:"#services"},
],
},
{
items:[
{
label:"Reviews",
href:"#reviews",
},
label:"Reviews",href:"#reviews"},
{
label:"Gallery",
href:"#gallery",
},
label:"Gallery",href:"#gallery"},
{
label:"Contact",
href:"#contact",
},
label:"Contact",href:"#contact"},
],
},
{
items:[
{
label:"Privacy Policy",
href:"#",
},
label:"Privacy Policy",href:"#"},
{
label:"Terms of Service",
href:"#",
},
label:"Terms of Service",href:"#"},
],
},
]}
@@ -353,4 +231,4 @@ export default function LandingPage() {
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.