Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -5,14 +5,11 @@ import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Scissors, Users, Zap, Shield, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,8 +30,6 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Herson’s Barbershop"
|
||||
@@ -65,45 +60,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Precision Cuts", description: "Customized haircuts tailored to your facial structure and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-scissors-pointing-with-index-finger-camera-being-confused_141793-37606.jpg", buttonIcon: Scissors },
|
||||
{ title: "Beard Sculpting", description: "Expert trimming and grooming to maintain the perfect look and feel.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-4293.jpg", buttonIcon: Zap },
|
||||
{ title: "Traditional Shave", description: "Classic hot towel treatment with premium razor blades for ultimate comfort.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167448.jpg", buttonIcon: Shield },
|
||||
{ title: "Style Refresh", description: "Quick maintenance trims to keep you looking sharp between visits.", imageSrc: "http://img.b2bpic.net/free-photo/cute-kitten-relaxing-bathroom_23-2150752882.jpg", buttonIcon: Star },
|
||||
]}
|
||||
title="Expert Grooming Services"
|
||||
description="From precision cuts to traditional hot towel shaves, we offer a comprehensive suite of grooming services designed for the modern gentleman."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", name: "Classic Cut", price: "$45", features: ["Consultation", "Precision Haircut", "Style Finish"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "pro", name: "Signature Grooming", price: "$65", features: ["Classic Cut", "Beard Sculpting", "Hot Towel"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "elite", name: "Iron & Oak Elite", price: "$90", features: ["Signature Grooming", "Face Treatment", "Premium Products"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Clear-cut services for clear-cut results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
@@ -120,22 +76,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{ id: "1", name: "Jack Thorne", role: "Lead Barber", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-showing-v-sign-symbol-near-eye_141793-114985.jpg" },
|
||||
{ id: "2", name: "Sam Miller", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg" },
|
||||
{ id: "3", name: "David Cole", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg" },
|
||||
]}
|
||||
title="Meet Your Barbers"
|
||||
description="Expert hands dedicated to the art of grooming."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
@@ -189,4 +129,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user