Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5ca4f0b9d | |||
| 10a60401fb |
140
src/app/page.tsx
140
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Roobin Barbershop"
|
||||
/>
|
||||
@@ -60,9 +50,7 @@ export default function LandingPage() {
|
||||
description="Crafting timeless style with precision and passion in Tbilisi. Experience the finest haircuts, shaves, and grooming services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/movember-flyer-poster_23-2147973449.jpg"
|
||||
imageAlt="Classic barbershop interior with empty chairs"
|
||||
@@ -78,17 +66,11 @@ export default function LandingPage() {
|
||||
description="At Roobin Barbershop, we blend traditional techniques with modern trends to give you the perfect look. Our skilled barbers are dedicated to providing a personalized grooming experience in a relaxed and inviting atmosphere."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Barbers",
|
||||
description: "Highly trained professionals passionate about their craft.",
|
||||
},
|
||||
title: "Expert Barbers", description: "Highly trained professionals passionate about their craft."},
|
||||
{
|
||||
title: "Premium Products",
|
||||
description: "Using only the finest grooming products for superior results.",
|
||||
},
|
||||
title: "Premium Products", description: "Using only the finest grooming products for superior results."},
|
||||
{
|
||||
title: "Relaxing Atmosphere",
|
||||
description: "A comfortable space where you can unwind and refresh.",
|
||||
},
|
||||
title: "Relaxing Atmosphere", description: "A comfortable space where you can unwind and refresh."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985727.jpg"
|
||||
imageAlt="Barber giving a classic straight razor shave"
|
||||
@@ -103,37 +85,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "haircuts",
|
||||
label: "Haircuts",
|
||||
title: "Precision Haircuts",
|
||||
items: [
|
||||
"Classic Cuts",
|
||||
"Modern Styles",
|
||||
"Kids Haircuts",
|
||||
"Hair Styling",
|
||||
],
|
||||
id: "haircuts", label: "Haircuts", title: "Precision Haircuts", items: [
|
||||
"Classic Cuts", "Modern Styles", "Kids Haircuts", "Hair Styling"],
|
||||
},
|
||||
{
|
||||
id: "shaves",
|
||||
label: "Shaves",
|
||||
title: "Traditional Shaves",
|
||||
items: [
|
||||
"Hot Towel Shave",
|
||||
"Beard Trims",
|
||||
"Facial Grooming",
|
||||
"Razor Line-ups",
|
||||
],
|
||||
id: "shaves", label: "Shaves", title: "Traditional Shaves", items: [
|
||||
"Hot Towel Shave", "Beard Trims", "Facial Grooming", "Razor Line-ups"],
|
||||
},
|
||||
{
|
||||
id: "treatments",
|
||||
label: "Treatments",
|
||||
title: "Grooming Enhancements",
|
||||
items: [
|
||||
"Facial Treatments",
|
||||
"Scalp Massages",
|
||||
"Hair Coloring",
|
||||
"Product Consultation",
|
||||
],
|
||||
id: "treatments", label: "Treatments", title: "Grooming Enhancements", items: [
|
||||
"Facial Treatments", "Scalp Massages", "Hair Coloring", "Product Consultation"],
|
||||
},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
@@ -149,33 +110,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "john",
|
||||
name: "David",
|
||||
role: "Master Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looks-funny-while-barber-works-him-barber-shop_8353-7093.jpg",
|
||||
imageAlt: "Portrait of Master Barber David",
|
||||
},
|
||||
id: "john", name: "David", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-looks-funny-while-barber-works-him-barber-shop_8353-7093.jpg", imageAlt: "Portrait of Master Barber David"},
|
||||
{
|
||||
id: "mike",
|
||||
name: "George",
|
||||
role: "Senior Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-male-barber-wearing-uniform-keeping-hand-chin-isolated-pink-wall-with-copy-space_141793-112904.jpg",
|
||||
imageAlt: "Portrait of Senior Stylist George",
|
||||
},
|
||||
id: "mike", name: "George", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-male-barber-wearing-uniform-keeping-hand-chin-isolated-pink-wall-with-copy-space_141793-112904.jpg", imageAlt: "Portrait of Senior Stylist George"},
|
||||
{
|
||||
id: "anna",
|
||||
name: "Nino",
|
||||
role: "Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg",
|
||||
imageAlt: "Portrait of Stylist Nino",
|
||||
},
|
||||
id: "anna", name: "Nino", role: "Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205927.jpg", imageAlt: "Portrait of Stylist Nino"},
|
||||
{
|
||||
id: "peter",
|
||||
name: "Lasha",
|
||||
role: "Junior Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18649.jpg",
|
||||
imageAlt: "Portrait of Junior Barber Lasha",
|
||||
},
|
||||
id: "peter", name: "Lasha", role: "Junior Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18649.jpg", imageAlt: "Portrait of Junior Barber Lasha"},
|
||||
]}
|
||||
title="Meet Our Talented Barbers"
|
||||
description="Our team of experienced barbers is dedicated to perfecting your look and providing an exceptional service."
|
||||
@@ -189,40 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Levan K.",
|
||||
role: "Regular Client",
|
||||
testimonial: "Roobin Barbershop always delivers. The attention to detail and friendly service are unmatched. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-bearded-man-with-great-hairdo-pointing-with-index-finger_176420-15832.jpg",
|
||||
id: "1", name: "Levani", role: "", testimonial: "Roobin Barbershop ყოველთვის უმაღლეს დონეზე ასრულებს მომსახურებას. დეტალებისადმი ყურადღება და მეგობრული მომსახურება შეუდარებელია. ძალიან გირჩევთ!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-dark-hair_23-2148766158.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mariam S.",
|
||||
role: "New Customer",
|
||||
testimonial: "Best shave I've ever had! The barbers are true artists. I'll definitely be coming back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-bearded-male-blue-jacket-talks-by-smartphone_613910-430.jpg",
|
||||
id: "2", name: "Giorgi ", role: "", testimonial: "საუკეთესო პარსვა, რაც კი ოდესმე მქონია! დალაქები ნამდვილი ხელოვანები არიან. ნამდვილად დავბრუნდები.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_23-2148766155.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dato P.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Fantastic atmosphere and incredible skill. Roobin Barbershop is my go-to spot for a fresh cut.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-coworking-office-together_23-2147727720.jpg",
|
||||
id: "3", name: "Dato", role: "", testimonial: "ფანტასტიკური ატმოსფერო და წარმოუდგენელი უნარები. Roobin Barbershop ჩემი საყვარელი ადგილია ახალი ვარცხნილობისთვის.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-beard_23-2148766170.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophie M.",
|
||||
role: "Visitor",
|
||||
testimonial: "Visiting Tbilisi and needed a trim. Roobin Barbershop exceeded my expectations. Professional and welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musician-producer-work-soundboard-pads-professional-studio_482257-122100.jpg",
|
||||
id: "4", name: "Nika ", role: "", testimonial: "თბილისში ვიყავი და თმის შეჭრა დამჭირდა. Roobin Barbershop-მა ჩემს მოლოდინს გადააჭარბა. პროფესიონალური და სტუმართმოყვარე.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-suit_23-2148766149.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Giorgi L.",
|
||||
role: "Loyal Patron",
|
||||
testimonial: "Consistently excellent service. The team at Roobin Barbershop knows how to make you look and feel great.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mug-kitchen_23-2148334735.jpg",
|
||||
},
|
||||
id: "5", name: "Giorgi", role: "", testimonial: "მუდმივად შესანიშნავი მომსახურება. Roobin Barbershop-ის გუნდმა იცის, როგორ გაგხადოთ უკეთესად გამოიყურებოდეთ და თავს უკეთ გრძნობდეთ.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-male_23-2148766163.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it. Hear from our happy customers."
|
||||
@@ -233,8 +154,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Next Appointment"
|
||||
description="Ready for a fresh cut or a traditional shave? Schedule your visit to Roobin Barbershop today. We look forward to seeing you!"
|
||||
@@ -248,13 +168,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Roobin Barbershop"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user