diff --git a/src/app/page.tsx b/src/app/page.tsx
index 332f641..d90d595 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
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 } from "lucide-react";
+import { Award, Scissors, Users, Zap, Shield, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,61 +43,24 @@ export default function LandingPage() {
@@ -119,21 +70,9 @@ export default function LandingPage() {
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",
- },
+ { icon: Scissors, label: "Years Experience", value: "15+" },
+ { icon: Users, label: "Happy Clients", value: "10k+" },
+ { icon: Award, label: "Awards Won", value: "24" },
]}
metricsAnimation="slide-up"
/>
@@ -144,30 +83,10 @@ export default function LandingPage() {
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: "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."
@@ -181,52 +100,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- name: "Classic Cut",
- price: "$45",
- features: [
- "Consultation",
- "Precision Haircut",
- "Style Finish",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ 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: "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",
- },
- ],
+ id: "elite", name: "Iron & Oak Elite", price: "$90", features: ["Signature Grooming", "Face Treatment", "Premium Products"],
+ buttons: [{ text: "Book Now", href: "#contact" }],
},
]}
title="Transparent Pricing"
@@ -239,46 +122,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Great Experience",
- quote: "The best fade I've ever had. Highly recommend this spot to anyone.",
- name: "Alex R.",
- role: "Finance",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-male-hairdesser-wearing-gray-apron-holding-scissor-making-victory-gesture-blue-soft-color-background_140725-155283.jpg",
- },
- {
- id: "2",
- title: "Professionalism",
- quote: "Iron & Oak never disappoints. Always professional and consistent results.",
- name: "James B.",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg",
- },
- {
- id: "3",
- title: "Classic Vibe",
- quote: "Love the atmosphere here. It feels like a real barbershop should.",
- name: "Mark D.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg",
- },
- {
- id: "4",
- title: "Perfect Cut",
- quote: "I've been coming here for years and wouldn't go anywhere else.",
- name: "Sean W.",
- role: "Tech",
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg",
- },
- {
- id: "5",
- title: "Top Notch",
- quote: "Excellence in every detail. My beard looks better than ever.",
- name: "Liam K.",
- role: "Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-barber-wearing-uniform-glasses-holding-shaving-razors-looking-one-them-isolated-blue-background_141793-134401.jpg",
- },
+ { id: "1", title: "Great Experience", quote: "The best fade I've ever had. Highly recommend this spot to anyone.", name: "Alex R.", role: "Finance", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-male-hairdesser-wearing-gray-apron-holding-scissor-making-victory-gesture-blue-soft-color-background_140725-155283.jpg" },
+ { id: "2", title: "Professionalism", quote: "Iron & Oak never disappoints. Always professional and consistent results.", name: "James B.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg" },
+ { id: "3", title: "Classic Vibe", quote: "Love the atmosphere here. It feels like a real barbershop should.", name: "Mark D.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg" },
+ { id: "4", title: "Perfect Cut", quote: "I've been coming here for years and wouldn't go anywhere else.", name: "Sean W.", role: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg" },
+ { id: "5", title: "Top Notch", quote: "Excellence in every detail. My beard looks better than ever.", name: "Liam K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-barber-wearing-uniform-glasses-holding-shaving-razors-looking-one-them-isolated-blue-background_141793-134401.jpg" },
]}
title="Client Reviews"
description="Trusted by our local community to provide the finest grooming services in the city."
@@ -292,24 +140,9 @@ export default function LandingPage() {
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",
- },
+ { 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."
@@ -320,26 +153,10 @@ export default function LandingPage() {