diff --git a/src/app/page.tsx b/src/app/page.tsx
index 703662c..1f6f3b0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,109 +30,60 @@ export default function LandingPage() {
@@ -158,52 +109,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "classic-cut",
- name: "Classic Cut",
- price: "$35",
- features: [
- "Haircut",
- "Hot towel treatment",
- "Style finish",
- ],
+ id: "classic-cut", name: "Classic Cut", price: "$35", features: [
+ "Haircut", "Hot towel treatment", "Style finish"],
buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
},
{
- id: "deluxe-groom",
- name: "Deluxe Groom",
- price: "$55",
- features: [
- "Classic Cut",
- "Beard trim",
- "Scalp massage",
- "Hot towel shave",
- ],
+ id: "deluxe-groom", name: "Deluxe Groom", price: "$55", features: [
+ "Classic Cut", "Beard trim", "Scalp massage", "Hot towel shave"],
buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
},
{
- id: "beard-sculpt",
- name: "Beard Sculpt",
- price: "$25",
- features: [
- "Beard shape up",
- "Line up",
- "Beard oil treatment",
- ],
+ id: "beard-sculpt", name: "Beard Sculpt", price: "$25", features: [
+ "Beard shape up", "Line up", "Beard oil treatment"],
buttons: [
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
],
},
]}
@@ -218,45 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Great Vibe",
- quote: "The shop feels great, very relaxing and professional.",
- name: "Alex R.",
- role: "Local Resident",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=2",
- },
+ id: "1", title: "Great Vibe", quote: "The shop feels great, very relaxing and professional.", name: "Alex R.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=2"},
{
- id: "2",
- title: "Expert Precision",
- quote: "I never have to worry about the outcome. They really know their craft.",
- name: "Brian K.",
- role: "Office Professional",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-bites-lips-looks-gladfully-away-poses-with-pug-dog-wrapped-blanket-wears-towel-head-applies-green-beauty-patches-reduce-wrinkles-isolated-brown-background_273609-60985.jpg?_wi=2",
- },
+ id: "2", title: "Expert Precision", quote: "I never have to worry about the outcome. They really know their craft.", name: "Brian K.", role: "Office Professional", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-bites-lips-looks-gladfully-away-poses-with-pug-dog-wrapped-blanket-wears-towel-head-applies-green-beauty-patches-reduce-wrinkles-isolated-brown-background_273609-60985.jpg?_wi=2"},
{
- id: "3",
- title: "Excellent Service",
- quote: "Quick, easy, and always high quality. A cut above the rest.",
- name: "Danny P.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11927.jpg?_wi=2",
- },
+ id: "3", title: "Excellent Service", quote: "Quick, easy, and always high quality. A cut above the rest.", name: "Danny P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11927.jpg?_wi=2"},
{
- id: "4",
- title: "Best in Town",
- quote: "I drive 30 minutes just to get my hair cut here. Totally worth it.",
- name: "Eddie M.",
- role: "Entrepreneur",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg",
- },
+ id: "4", title: "Best in Town", quote: "I drive 30 minutes just to get my hair cut here. Totally worth it.", name: "Eddie M.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg"},
{
- id: "5",
- title: "Consistent Quality",
- quote: "Whether it's a trim or a full cut, they always deliver perfectly.",
- name: "Frank T.",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-bearded-male-standing-with-warming-cup-coffee-wearing-glasses-dressed-gray-t-shirt-isolated-dark-textured-background_613910-18385.jpg",
- },
+ id: "5", title: "Consistent Quality", quote: "Whether it's a trim or a full cut, they always deliver perfectly.", name: "Frank T.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-bearded-male-standing-with-warming-cup-coffee-wearing-glasses-dressed-gray-t-shirt-isolated-dark-textured-background_613910-18385.jpg"},
]}
title="What Our Clients Say"
description="We take pride in our work and the feedback we receive from our community."
@@ -267,16 +163,13 @@ export default function LandingPage() {
@@ -285,41 +178,29 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file