diff --git a/src/app/page.tsx b/src/app/page.tsx index b98f25e..0f5da00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,41 +48,26 @@ export default function LandingPage() {
@@ -114,35 +89,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", - name: "Swedish Massage", - price: "$90", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-spa_23-2150911797.jpg", - }, + id: "s1", name: "Swedish Massage", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-spa_23-2150911797.jpg"}, { - id: "s2", - name: "Deep Tissue Massage", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-masseuse-with-client_23-2148531217.jpg", - }, + id: "s2", name: "Deep Tissue Massage", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-masseuse-with-client_23-2148531217.jpg"}, { - id: "s3", - name: "Hot Stone Therapy", - price: "$130", - imageSrc: "http://img.b2bpic.net/free-photo/stones-meditation_23-2148835375.jpg", - }, + id: "s3", name: "Hot Stone Therapy", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/stones-meditation_23-2148835375.jpg"}, { - id: "s4", - name: "Desert Salt Body Scrub", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/skin-care-implements-leaves_23-2148116153.jpg", - }, + id: "s4", name: "Desert Salt Body Scrub", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-implements-leaves_23-2148116153.jpg"}, { - id: "s5", - name: "Couples Retreat", - price: "$220", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-laying-couch_23-2149366271.jpg", - }, + id: "s5", name: "Couples Retreat", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-laying-couch_23-2149366271.jpg"}, ]} title="Our Services Menu" description="Indulge in a curated selection of holistic treatments inspired by the desert landscape." @@ -151,24 +106,19 @@ export default function LandingPage() {
@@ -278,13 +195,9 @@ export default function LandingPage() {