Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 675921f855 | |||
| 6d1fb25df3 |
@@ -11,7 +11,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
|||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Scissors, Star, MapPin } from "lucide-react";
|
import { Scissors, Star, MapPin, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -161,19 +161,19 @@ export default function HomePage() {
|
|||||||
id: "haircut", badge: "Haircut", badgeIcon: Scissors,
|
id: "haircut", badge: "Haircut", badgeIcon: Scissors,
|
||||||
price: "$20", subtitle: "Classic quality haircut", buttons: [{ text: "Walk In", href: "/contact" }],
|
price: "$20", subtitle: "Classic quality haircut", buttons: [{ text: "Walk In", href: "/contact" }],
|
||||||
features: [
|
features: [
|
||||||
"Professional scissor cut", "Expert attention to detail", "Friendly service", "No appointment needed", "Cash only"],
|
"✓ No Wait Required", "Professional scissor cut", "Expert attention to detail", "Friendly service", "Cash only"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "beard-trim", badge: "Beard Trim", badgeIcon: Scissors,
|
id: "beard-trim", badge: "Beard Trim", badgeIcon: Scissors,
|
||||||
price: "$15", subtitle: "Professional beard shaping", buttons: [{ text: "Walk In", href: "/contact" }],
|
price: "$15", subtitle: "Professional beard shaping", buttons: [{ text: "Walk In", href: "/contact" }],
|
||||||
features: [
|
features: [
|
||||||
"Precise trimming", "Clean shaping", "Professional care", "No appointment needed", "Cash only"],
|
"✓ Same-Day Service", "Precise trimming", "Clean shaping", "Professional care", "Cash only"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "full-service", badge: "Full Service", badgeIcon: Scissors,
|
id: "full-service", badge: "Full Service", badgeIcon: Scissors,
|
||||||
price: "$35", subtitle: "Haircut + Beard Trim combo", buttons: [{ text: "Walk In", href: "/contact" }],
|
price: "$35", subtitle: "Haircut + Beard Trim combo", buttons: [{ text: "Walk In", href: "/contact" }],
|
||||||
features: [
|
features: [
|
||||||
"Professional scissor cut", "Premium beard shaping", "Complete grooming experience", "No appointment needed", "Cash only"],
|
"✓ Walk-In Welcome", "Professional scissor cut", "Premium beard shaping", "Complete grooming experience", "Cash only"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user