diff --git a/src/app/page.tsx b/src/app/page.tsx index f4d7652..708fc36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -105,30 +67,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "Haircut", - description: "Precision haircut tailored to your style.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=1", - }, - { - id: 2, - title: "Skin Fade", - description: "Expert skin fades with sharp attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=2", - }, - { - id: 3, - title: "Beard Trim", - description: "Defining your look with meticulous care.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=3", - }, - { - id: 4, - title: "Full Grooming", - description: "The complete experience for complete confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg?_wi=4", - }, + { id: 1, title: "Haircut", description: "Precision haircut tailored to your style.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 2, title: "Skin Fade", description: "Expert skin fades with sharp attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 3, title: "Beard Trim", description: "Defining your look with meticulous care.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, + { id: 4, title: "Full Grooming", description: "The complete experience for complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-holding-mousse-client_23-2147778804.jpg" }, ]} title="Premium Services" description="Refined grooming for the modern gentleman." @@ -139,42 +81,13 @@ export default function LandingPage() {