diff --git a/src/app/page.tsx b/src/app/page.tsx
index c1beb29..feca3a5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,38 +40,24 @@ export default function LandingPage() {
@@ -87,18 +69,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Royal Gold", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg"},
- {
- id: "p2", name: "Midnight Oud", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg"},
- {
- id: "p3", name: "Amber Noir", price: "$275", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-flowers_23-2148879014.jpg"},
- {
- id: "p4", name: "Sandalwood Silk", price: "$310", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307265.jpg"},
- {
- id: "p5", name: "Azure Bloom", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/advertisement-spirits-with-floating-bottle_23-2151258102.jpg"},
- {
- id: "p6", name: "Golden Muse", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420648.jpg"},
+ { id: "p1", name: "Royal Gold", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg" },
+ { id: "p2", name: "Midnight Oud", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg" },
+ { id: "p3", name: "Amber Noir", price: "$275", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-flowers_23-2148879014.jpg" },
+ { id: "p4", name: "Sandalwood Silk", price: "$310", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307265.jpg" },
+ { id: "p5", name: "Azure Bloom", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/advertisement-spirits-with-floating-bottle_23-2151258102.jpg" },
+ { id: "p6", name: "Golden Muse", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420648.jpg" },
]}
title="Featured Collections"
description="Exquisite scents for special occasions."
@@ -124,8 +100,7 @@ export default function LandingPage() {
title="Terms of Authenticity"
sections={[
{
- heading: "Our Commitment", content: {
- text: "Every bottle sold by Luxx Perfumes is guaranteed authentic, sourced directly from our master perfumers."},
+ heading: "Our Commitment", content: { type: "paragraph", text: "Every bottle sold by Luxx Perfumes is guaranteed authentic, sourced directly from our master perfumers." },
},
]}
/>
@@ -134,8 +109,7 @@ export default function LandingPage() {