6 Commits

Author SHA1 Message Date
25e0863dab Update src/app/page.tsx 2026-05-14 03:42:48 +00:00
b65714aec1 Merge version_3 into main
Merge version_3 into main
2026-05-14 03:39:46 +00:00
d727d5ae29 Update src/app/page.tsx 2026-05-14 03:39:42 +00:00
faebd4d4d7 Merge version_2 into main
Merge version_2 into main
2026-05-14 03:38:11 +00:00
dc6cc65fe1 Update src/app/page.tsx 2026-05-14 03:38:08 +00:00
750f7f4f3a Merge version_1 into main
Merge version_1 into main
2026-05-14 03:33:53 +00:00

View File

@@ -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,11 +30,9 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Iron & Oak Barbers"
brandName="Hersons Barbershop"
/>
</div>
@@ -45,7 +40,7 @@ export default function LandingPage() {
<HeroBillboard
background={{ variant: "gradient-bars" }}
title="Mastery in Every Cut"
description="Experience timeless grooming and precision styling at Iron & Oak. Where traditional service meets modern style."
description="Experience timeless grooming and precision styling at Hersons Barbershop. Where traditional service meets modern style."
buttons={[{ text: "Book Your Chair", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/combs-scissors-skull_23-2147736976.jpg"
avatars={[
@@ -65,58 +60,6 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Our Craftsmanship"
metrics={[
{ icon: Scissors, label: "Years Experience", value: "15+" },
{ icon: Users, label: "Happy Clients", value: "10k+" },
{ icon: Award, label: "Awards Won", value: "24" },
]}
metricsAnimation="slide-up"
/>
</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"
@@ -133,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}
@@ -179,7 +106,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{ label: "123 Grooming Lane, City", href: "#" },
{ label: "info@ironandoak.com", href: "#" },
{ label: "info@hersonbarbershop.com", href: "#" },
],
},
{
@@ -195,11 +122,11 @@ export default function LandingPage() {
],
},
]}
bottomLeftText="© 2024 Iron & Oak Barbers."
bottomLeftText="© 2024 Hersons Barbershop."
bottomRightText="Crafted with precision."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}