diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9797713..8cef9fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,35 +44,22 @@ export default function LandingPage() {
@@ -90,18 +69,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "The Art of ",
- },
+ type: "text", content: "The Art of "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/woman-pouring-water-container-filled-with-torned-papers_23-2147845600.jpg",
- alt: "Crafting",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/woman-pouring-water-container-filled-with-torned-papers_23-2147845600.jpg", alt: "Crafting"},
{
- type: "text",
- content: " Pure Fragrance",
- },
+ type: "text", content: " Pure Fragrance"},
]}
/>
@@ -114,32 +86,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Aura",
- name: "Midnight Bloom",
- price: "$120",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149052404.jpg",
- },
+ id: "p1", brand: "Aura", name: "Midnight Bloom", price: "$120", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149052404.jpg"},
{
- id: "p2",
- brand: "Aura",
- name: "Golden Hour",
- price: "$150",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-flowers-light-background_140725-145496.jpg",
- },
+ id: "p2", brand: "Aura", name: "Golden Hour", price: "$150", rating: 5,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-flowers-light-background_140725-145496.jpg"},
{
- id: "p3",
- brand: "Aura",
- name: "Sandalwood Noir",
- price: "$180",
- rating: 5,
- reviewCount: "215",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-fragrance-parfume-designed-colors-white-wall_140725-11607.jpg",
- },
+ id: "p3", brand: "Aura", name: "Sandalwood Noir", price: "$180", rating: 5,
+ reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-fragrance-parfume-designed-colors-white-wall_140725-11607.jpg"},
]}
title="Our Signature Collection"
description="Exquisite scents for every occasion."
@@ -148,50 +102,26 @@ export default function LandingPage() {
@@ -230,25 +150,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}