Merge version_2 into main #1
175
src/app/page.tsx
175
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Diamond, Scissors, Sparkles, User, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book Now", id: "contact"},
|
||||
]}
|
||||
brandName="The Factory Barbershop"
|
||||
/>
|
||||
@@ -63,19 +51,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="The Factory Barbershop"
|
||||
description="Experience Miami's finest grooming. Precision cuts, luxurious shaves, and expert styling for the modern gentleman."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Cut",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Cut", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -89,28 +72,17 @@ export default function LandingPage() {
|
||||
description="Schedule your appointment with our skilled barbers. Walk-ins welcome, but appointments ensure your spot."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any specific requests?",
|
||||
rows: 3,
|
||||
name: "message", placeholder: "Any specific requests?", rows: 3,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-bathroom_23-2150323115.jpg"
|
||||
@@ -141,34 +113,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Precision Haircuts",
|
||||
description: "Custom cuts tailored to your desired style, from classic to contemporary trends.",
|
||||
},
|
||||
title: "Precision Haircuts", description: "Custom cuts tailored to your desired style, from classic to contemporary trends."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Luxurious Hot Towel Shave",
|
||||
description: "Indulge in a relaxing straight razor shave with hot towels and premium skincare products.",
|
||||
},
|
||||
title: "Luxurious Hot Towel Shave", description: "Indulge in a relaxing straight razor shave with hot towels and premium skincare products."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Expert Beard Trim & Shape",
|
||||
description: "Professional shaping and trimming to enhance your facial features and maintain a sharp beard.",
|
||||
},
|
||||
title: "Expert Beard Trim & Shape", description: "Professional shaping and trimming to enhance your facial features and maintain a sharp beard."},
|
||||
{
|
||||
icon: User,
|
||||
title: "Kids' Stylish Cuts",
|
||||
description: "Modern and comfortable haircuts for the younger generation, ensuring they leave looking their best.",
|
||||
},
|
||||
title: "Kids' Stylish Cuts", description: "Modern and comfortable haircuts for the younger generation, ensuring they leave looking their best."},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Full Grooming Package",
|
||||
description: "The ultimate transformation: a complete package including a haircut, hot towel shave, and beard trim.",
|
||||
},
|
||||
title: "Full Grooming Package", description: "The ultimate transformation: a complete package including a haircut, hot towel shave, and beard trim."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Sleek Head Shave",
|
||||
description: "Achieve a clean, close, and polished head shave with our expert barbers for a refined look.",
|
||||
},
|
||||
title: "Sleek Head Shave", description: "Achieve a clean, close, and polished head shave with our expert barbers for a refined look."},
|
||||
]}
|
||||
title="Masterful Services for Every Style"
|
||||
description="Discover our comprehensive range of services designed to perfect your look, from sharp fades to traditional hot towel shaves."
|
||||
@@ -183,29 +143,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "fade",
|
||||
name: "The Classic Fade",
|
||||
price: "From $30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg",
|
||||
},
|
||||
id: "fade", name: "The Classic Fade", price: "From $30", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg"},
|
||||
{
|
||||
id: "pompadour",
|
||||
name: "Modern Pompadour",
|
||||
price: "From $35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-fashion-portrait-beautiful-woman-with-perfect-skin-dreaming-alone-looking-floor-enjoy-her-thoughts-have-natural-make-up-posing-sea-port_291049-1721.jpg",
|
||||
},
|
||||
id: "pompadour", name: "Modern Pompadour", price: "From $35", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-fashion-portrait-beautiful-woman-with-perfect-skin-dreaming-alone-looking-floor-enjoy-her-thoughts-have-natural-make-up-posing-sea-port_291049-1721.jpg"},
|
||||
{
|
||||
id: "lineup",
|
||||
name: "Sharp Line-Up",
|
||||
price: "From $25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186470.jpg",
|
||||
},
|
||||
id: "lineup", name: "Sharp Line-Up", price: "From $25", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186470.jpg"},
|
||||
{
|
||||
id: "beard",
|
||||
name: "Masterful Beard Sculpt",
|
||||
price: "From $20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-sweater-posing-studio_158538-11449.jpg",
|
||||
},
|
||||
id: "beard", name: "Masterful Beard Sculpt", price: "From $20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-sweater-posing-studio_158538-11449.jpg"},
|
||||
]}
|
||||
title="Our Gallery of Transformations"
|
||||
description="Browse through examples of our work and envision your next look. Quality and style in every detail."
|
||||
@@ -213,35 +157,37 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardTwo
|
||||
useInvertedBackground={false}
|
||||
testimonial="The Factory Barbershop is the real deal! Consistent quality, friendly staff, and the atmosphere is always on point. My go-to spot in Miami!"
|
||||
rating={5}
|
||||
author="David M."
|
||||
avatars={[
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from those who’ve experienced the unparalleled service at The Factory Barbershop."
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adult-man-with-beard-dressed-casually-using-modern-laptop-computer-checking-email-messaging-online-sitting-against-green-interior_273609-6651.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
id: "1", testimonial: "The Factory Barbershop is the real deal! Consistent quality, friendly staff, and the atmosphere is always on point. My go-to spot in Miami!", name: "David M.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-beard-dressed-casually-using-modern-laptop-computer-checking-email-messaging-online-sitting-against-green-interior_273609-6651.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
|
||||
alt: "Michael Chen",
|
||||
id: "2", testimonial: "En the factory encuentra lo que buscas cortes con estilo lo último en tendencia cortes clásicos muy buena barbería estoy contento con los cortes", name: "Jeicker Moncada", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/proud-handsome-guy-looking-satisfied-cross-arms-chest-smile-camera-checking-out-something_1258-164440.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
id: "3", testimonial: "Excelente servicio y atención.", name: "Javier Galeano", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/proud-handsome-guy-looking-satisfied-cross-arms-chest-smile-camera-checking-out-something_1258-164440.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-surprised-smiling-young-hairdesser-wearing-gray-apron-holding-comb-his-head-showing-scissor-pointing-up-pastel-blue-color-background_140725-155319.jpg",
|
||||
alt: "David Kim",
|
||||
id: "4", testimonial: "Awesome place! Great music and vibes! Excellent Miami haircuts!!", name: "Trauma Surgeon", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/top-view-surprised-smiling-young-hairdesser-wearing-gray-apron-holding-comb-his-head-showing-scissor-pointing-up-pastel-blue-color-background_140725-155319.jpg"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22362.jpg",
|
||||
alt: "Jessica Lee",
|
||||
id: "5", testimonial: "Great service and the best Hair cut in miami", name: "Working for a better life.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22362.jpg"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
{
|
||||
id: "6", testimonial: "Lo mejor de lo mejor atención, precios y profesionalismo en cada uno de sus colaboradores...servicio de excelencia", name: "Guy Thorne", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-beard-dressed-casually-using-modern-laptop-computer-checking-email-messaging-online-sitting-against-green-interior_273609-6651.jpg"
|
||||
},
|
||||
{
|
||||
id: "7", testimonial: "Las mejores condiciones y servicios mucho talento y un trato Perfecto mejor imposible", name: "Ronald Gonzalez", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"
|
||||
},
|
||||
{
|
||||
id: "8", testimonial: "Best barber shop in town ! No doubt", name: "Kleyber Valdes", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/proud-handsome-guy-looking-satisfied-cross-arms-chest-smile-camera-checking-out-something_1258-164440.jpg"
|
||||
}
|
||||
]
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,30 +197,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily until 10 p.m., ensuring you can always find a time that fits your schedule.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We are open daily until 10 p.m., ensuring you can always find a time that fits your schedule."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need an appointment?",
|
||||
content: "While walk-ins are welcome, we highly recommend booking an appointment to guarantee your preferred time and barber.",
|
||||
},
|
||||
id: "2", title: "Do I need an appointment?", content: "While walk-ins are welcome, we highly recommend booking an appointment to guarantee your preferred time and barber."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer a wide range of services including precision haircuts, hot towel shaves, beard trims, and full grooming packages.",
|
||||
},
|
||||
id: "3", title: "What services do you offer?", content: "We offer a wide range of services including precision haircuts, hot towel shaves, beard trims, and full grooming packages."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Where are you located?",
|
||||
content: "You can find us at 1157 NW 22nd Ave, Miami, FL 33125, United States. We're easy to access!",
|
||||
},
|
||||
id: "4", title: "Where are you located?", content: "You can find us at 1157 NW 22nd Ave, Miami, FL 33125, United States. We're easy to access!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "For your convenience, we accept all major credit cards, debit cards, and cash payments.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content: "For your convenience, we accept all major credit cards, debit cards, and cash payments."},
|
||||
]}
|
||||
title="Your Questions, Answered."
|
||||
description="Find quick answers to the most common questions about our services and booking process at The Factory Barbershop."
|
||||
@@ -286,13 +217,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="The Factory Barbershop"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user