diff --git a/src/app/page.tsx b/src/app/page.tsx
index a91bfdf..7beebe6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,102 +46,54 @@ export default function LandingPage() {
@@ -163,20 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Precision Haircut",
- description: "Customized haircuts tailored to your specific style and hair type.",
- imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=2",
- },
+ title: "Precision Haircut", description: "Customized haircuts tailored to your specific style and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg"},
{
- title: "Hot Towel Shave",
- description: "A classic barbershop experience for a clean, smooth, and relaxing shave.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg?_wi=2",
- },
+ title: "Hot Towel Shave", description: "A classic barbershop experience for a clean, smooth, and relaxing shave.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg"},
{
- title: "Beard Grooming",
- description: "Expert beard trimming and shaping to maintain your best look.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg?_wi=2",
- },
+ title: "Beard Grooming", description: "Expert beard trimming and shaping to maintain your best look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg"},
]}
title="Our Signature Services"
description="From classic cuts to modern styles, our barbers deliver exceptional grooming services tailored to you."
@@ -191,20 +124,11 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
- id: "1",
- name: "Alex Riviera",
- imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg?_wi=2",
- },
+ id: "1", name: "Alex Riviera", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg"},
{
- id: "2",
- name: "Jordan Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/looking-side-young-male-barber-wearing-uniform-holding-barber-tools-isolated-olive-green-wall_141793-106033.jpg",
- },
+ id: "2", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/looking-side-young-male-barber-wearing-uniform-holding-barber-tools-isolated-olive-green-wall_141793-106033.jpg"},
{
- id: "3",
- name: "Marcus Thorne",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
- },
+ id: "3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg"},
]}
memberVariant="card"
/>
@@ -212,49 +136,25 @@ export default function LandingPage() {