diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2893af2..592b1ce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,19 +44,12 @@ export default function LandingPage() {
@@ -91,20 +74,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Precision Cutting",
- description: "Tailored haircuts that complement your face shape and personal style.",
- imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1",
- },
+ title: "Precision Cutting", description: "Tailored haircuts that complement your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1"},
{
- title: "Custom Coloring",
- description: "Expert color correction and highlights for a vibrant, healthy shine.",
- imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2",
- },
+ title: "Custom Coloring", description: "Expert color correction and highlights for a vibrant, healthy shine.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=2"},
{
- title: "Bridal Styling",
- description: "Elegant updos and styles for your most important life occasions.",
- imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3",
- },
+ title: "Bridal Styling", description: "Elegant updos and styles for your most important life occasions.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=3"},
]}
title="Our Services"
description="Comprehensive beauty solutions for every hair type."
@@ -115,8 +89,7 @@ export default function LandingPage() {
@@ -176,16 +124,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file