diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3995317..25b7a02 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,16 +45,13 @@ export default function LandingPage() {
@@ -76,17 +65,11 @@ export default function LandingPage() {
description="The Perfume Garden at Boardwalk Inkwazi is more than a boutique; it is a sensory journey. We curate only the finest international scents to help you define your unique presence."
bulletPoints={[
{
- title: "Expert Guidance",
- description: "Personalized consultations to find your perfect scent profile.",
- },
+ title: "Expert Guidance", description: "Personalized consultations to find your perfect scent profile."},
{
- title: "Exclusive Brands",
- description: "Rare and artisanal perfumes unavailable elsewhere.",
- },
+ title: "Exclusive Brands", description: "Rare and artisanal perfumes unavailable elsewhere."},
{
- title: "Luxury Packaging",
- description: "Exquisite gift wrapping for the perfect occasion.",
- },
+ title: "Luxury Packaging", description: "Exquisite gift wrapping for the perfect occasion."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24638.jpg"
mediaAnimation="blur-reveal"
@@ -101,32 +84,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Garden Essence",
- name: "Rose Whisper",
- price: "R 1,250",
- rating: 5,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-pink-roses_140725-13877.jpg",
- },
+ id: "1", brand: "Garden Essence", name: "Rose Whisper", price: "R 1,250", rating: 5,
+ reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-pink-roses_140725-13877.jpg"},
{
- id: "2",
- brand: "Woodlands",
- name: "Oud Signature",
- price: "R 2,800",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg",
- },
+ id: "2", brand: "Woodlands", name: "Oud Signature", price: "R 2,800", rating: 5,
+ reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg"},
{
- id: "3",
- brand: "Coastal",
- name: "Ocean Breeze",
- price: "R 950",
- rating: 4,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163020.jpg",
- },
+ id: "3", brand: "Coastal", name: "Ocean Breeze", price: "R 950", rating: 4,
+ reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/sustainably-produced-alcoholic-beverage_23-2150163020.jpg"},
]}
title="Curated Collections"
description="Discover our selection of classic, exotic, and artisanal fragrances."
@@ -135,49 +100,25 @@ export default function LandingPage() {
@@ -234,29 +163,19 @@ export default function LandingPage() {