Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
161
src/app/page.tsx
161
src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Book Now", id: "contact" },
|
||||
]}
|
||||
brandName="Tarazi Barber"
|
||||
/>
|
||||
@@ -47,38 +38,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Precision Cuts. Timeless Style."
|
||||
description="Where craftsmanship meets luxury grooming in Groningen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=1",
|
||||
imageAlt: "Barbershop interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=2",
|
||||
imageAlt: "Luxury barber chair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=3",
|
||||
imageAlt: "Grooming tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=4",
|
||||
imageAlt: "Barber workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg?_wi=5",
|
||||
imageAlt: "Barbershop details",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", imageAlt: "Barbershop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", imageAlt: "Luxury barber chair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", imageAlt: "Grooming tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", imageAlt: "Barber workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185639.jpg", imageAlt: "Barbershop details" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,15 +56,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Mastering the Art of Grooming",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg",
|
||||
alt: "Craftsmanship",
|
||||
},
|
||||
{ type: "text", content: "Mastering the Art of Grooming" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg", alt: "Craftsmanship" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,30 +67,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Haircut",
|
||||
description: "Precision haircut tailored to your style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Skin Fade",
|
||||
description: "Expert skin fades with sharp attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Beard Trim",
|
||||
description: "Defining your look with meticulous care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Full Grooming",
|
||||
description: "The complete experience for complete confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=4",
|
||||
},
|
||||
{ id: 1, title: "Haircut", description: "Precision haircut tailored to your style.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" },
|
||||
{ id: 2, title: "Skin Fade", description: "Expert skin fades with sharp attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" },
|
||||
{ id: 3, title: "Beard Trim", description: "Defining your look with meticulous care.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" },
|
||||
{ id: 4, title: "Full Grooming", description: "The complete experience for complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" },
|
||||
]}
|
||||
title="Premium Services"
|
||||
description="Refined grooming for the modern gentleman."
|
||||
@@ -139,42 +81,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Local Client",
|
||||
testimonial: "I’ve visited many barbers, but Tarazi stands above the rest. Attention to detail is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Loyal Client",
|
||||
testimonial: "20+ years of experience shows. Perfect fades and great atmosphere. Always feels welcome.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-scissor_107420-94795.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Customer for 8 years",
|
||||
testimonial: "Friendly, professional, and honest advice. Best value barber in Groningen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/person-celebrating-their-sexual-orientation_23-2150115605.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Regular",
|
||||
testimonial: "Extremely skilled and very detail-oriented. Truly impressive work every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-shaving-cream-aged-man-hair-salon_23-2148182016.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas van der Berg",
|
||||
handle: "Groningen Native",
|
||||
testimonial: "The absolute gold standard in the city. Professional, sharp, and consistently excellent service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", handle: "Local Client", testimonial: "I’ve visited many barbers, but Tarazi stands above the rest. Attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg" },
|
||||
{ id: "2", name: "Michael Chen", handle: "Loyal Client", testimonial: "20+ years of experience shows. Perfect fades and great atmosphere. Always feels welcome.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-trimmed-with-scissor_107420-94795.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", handle: "Customer for 8 years", testimonial: "Friendly, professional, and honest advice. Best value barber in Groningen.", imageSrc: "http://img.b2bpic.net/free-psd/person-celebrating-their-sexual-orientation_23-2150115605.jpg" },
|
||||
{ id: "4", name: "David Kim", handle: "Regular", testimonial: "Extremely skilled and very detail-oriented. Truly impressive work every single time.", imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-shaving-cream-aged-man-hair-salon_23-2148182016.jpg" },
|
||||
{ id: "5", name: "Thomas van der Berg", handle: "Groningen Native", testimonial: "The absolute gold standard in the city. Professional, sharp, and consistently excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-posing-near-gray-wall_158538-9719.jpg" },
|
||||
]}
|
||||
title="Trusted by Groningen"
|
||||
description="Hear from our dedicated clientele who choose us for their signature look."
|
||||
@@ -184,9 +97,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Look Sharp. Feel Confident."
|
||||
description="Book your appointment with Tarazi Barber today and experience the difference."
|
||||
buttonText="Book Appointment Now"
|
||||
@@ -197,30 +108,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Groningen, Netherlands",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Open Daily",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Groningen, Netherlands", href: "#" }, { label: "Open Daily", href: "#" }] },
|
||||
{ items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] },
|
||||
]}
|
||||
logoText="Tarazi Barber"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user