diff --git a/src/app/page.tsx b/src/app/page.tsx
index c8b72dd..f8a7458 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,92 +31,39 @@ export default function LandingPage() {
@@ -137,33 +84,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Precision Styling",
- tags: [
- "Cut",
- "Shape",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-dry-shampoo-home_23-2150706337.jpg",
- },
- {
- id: "f2",
- title: "Organic Color",
- tags: [
- "Vibrant",
- "Safe",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242148.jpg",
- },
- {
- id: "f3",
- title: "Deep Conditioning",
- tags: [
- "Treat",
- "Repair",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656022.jpg",
- },
+ { id: "f1", title: "Precision Styling", tags: ["Cut", "Shape"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-dry-shampoo-home_23-2150706337.jpg" },
+ { id: "f2", title: "Organic Color", tags: ["Vibrant", "Safe"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242148.jpg" },
+ { id: "f3", title: "Deep Conditioning", tags: ["Treat", "Repair"], imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656022.jpg" }
]}
title="Bespoke Hair Services"
description="Discover a range of tailored treatments meticulously curated to elevate your beauty."
@@ -177,48 +100,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Signature Shampoo",
- price: "$45",
- variant: "250ml",
- imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307340.jpg",
- },
- {
- id: "p2",
- name: "Hydrating Mask",
- price: "$58",
- variant: "150ml",
- imageSrc: "http://img.b2bpic.net/free-photo/sided-view-hand-taking-cream_23-2149596093.jpg",
- },
- {
- id: "p3",
- name: "Texture Spray",
- price: "$32",
- variant: "200ml",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150706338.jpg",
- },
- {
- id: "p4",
- name: "Gold Elixir Oil",
- price: "$65",
- variant: "50ml",
- imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108812.jpg",
- },
- {
- id: "p5",
- name: "Revival Ampoules",
- price: "$85",
- variant: "5-pack",
- imageSrc: "http://img.b2bpic.net/free-photo/three-essential-oils-with-comb-soap_23-2147844984.jpg",
- },
- {
- id: "p6",
- name: "Matte Sculpting Wax",
- price: "$38",
- variant: "100ml",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-skin-care-cream_23-2148761491.jpg",
- },
+ { id: "p1", name: "Signature Shampoo", price: "$45", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307340.jpg" },
+ { id: "p2", name: "Hydrating Mask", price: "$58", variant: "150ml", imageSrc: "http://img.b2bpic.net/free-photo/sided-view-hand-taking-cream_23-2149596093.jpg" },
+ { id: "p3", name: "Texture Spray", price: "$32", variant: "200ml", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150706338.jpg" },
+ { id: "p4", name: "Gold Elixir Oil", price: "$65", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108812.jpg" },
+ { id: "p5", name: "Revival Ampoules", price: "$85", variant: "5-pack", imageSrc: "http://img.b2bpic.net/free-photo/three-essential-oils-with-comb-soap_23-2147844984.jpg" },
+ { id: "p6", name: "Matte Sculpting Wax", price: "$38", variant: "100ml", imageSrc: "http://img.b2bpic.net/free-photo/assortment-skin-care-cream_23-2148761491.jpg" }
]}
title="Luxury Home Care"
description="Extend your salon experience with our exclusive range of boutique hair care products."
@@ -229,42 +116,13 @@ export default function LandingPage() {