diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1d5820c..69ebf57 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,38 +42,16 @@ export default function LandingPage() {
@@ -101,20 +64,11 @@ export default function LandingPage() {
title="Our Passion for Beauty"
description="With years of expertise, Royal Beauty is dedicated to providing high-end salon treatments and nurturing the next generation of industry professionals through our academy."
bulletPoints={[
- {
- title: "Expert Stylists",
- description: "Highly trained professionals.",
- },
- {
- title: "Premium Products",
- description: "Only the best for your hair and skin.",
- },
- {
- title: "Certified Academy",
- description: "Professional training and certification.",
- },
+ { title: "Expert Stylists", description: "Highly trained professionals." },
+ { title: "Premium Products", description: "Only the best for your hair and skin." },
+ { title: "Certified Academy", description: "Professional training and certification." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090603.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090603.jpg"
mediaAnimation="blur-reveal"
/>
@@ -125,33 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Hair Care",
- descriptions: [
- "Expert cuts, coloring, and styling.",
- "Custom hair care routines.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-blurred-background_23-2148253621.jpg?_wi=1",
- },
- {
- id: "s2",
- title: "Nail Services",
- descriptions: [
- "Manicures, pedicures, and nail art.",
- "High quality long-lasting polish.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-271.jpg",
- },
- {
- id: "s3",
- title: "Skincare Therapy",
- descriptions: [
- "Refreshing facials for all skin types.",
- "Customized skincare treatments.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/checking-smartphone_1098-19907.jpg",
- },
+ { id: "s1", title: "Hair Care", descriptions: ["Expert cuts, coloring, and styling.", "Custom hair care routines."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-blurred-background_23-2148253621.jpg" },
+ { id: "s2", title: "Nail Services", descriptions: ["Manicures, pedicures, and nail art.", "High quality long-lasting polish."], imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-271.jpg" },
+ { id: "s3", title: "Skincare Therapy", descriptions: ["Refreshing facials for all skin types.", "Customized skincare treatments."], imageSrc: "http://img.b2bpic.net/free-photo/checking-smartphone_1098-19907.jpg" },
]}
title="Premium Services"
description="Indulge in our range of luxury beauty treatments."
@@ -160,33 +90,13 @@ export default function LandingPage() {