diff --git a/src/app/page.tsx b/src/app/page.tsx
index c20d31b..b2e4760 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,70 +31,30 @@ export default function LandingPage() {
@@ -104,8 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Designed for Radiance"
description={[
- "Our shop is categorized into three luxury pillars: Skincare for deep nourishment, Makeup for everyday artistry, and Perfumes for signature experiences.",
- "We believe in high-quality, cruelty-free ingredients that respect both your skin and the environment.",
+ "Our shop is categorized into three luxury pillars: Skincare for deep nourishment, Makeup for everyday artistry, and Perfumes for signature experiences.", "We believe in high-quality, cruelty-free ingredients that respect both your skin and the environment."
]}
/>
@@ -117,42 +76,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Radiant Moisturizer",
- price: "$48",
- imageSrc: "http://img.b2bpic.net/free-photo/ivory-acrylic-painting-texture-background_53876-96896.jpg",
- },
- {
- id: "p2",
- name: "Velvet Matte Lipstick",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-assortment_23-2148978141.jpg",
- },
- {
- id: "p3",
- name: "Signature Bloom Eau",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/compostable-beauty-still-life-with-blue-bottle_23-2149353108.jpg",
- },
- {
- id: "p4",
- name: "Hydrating Night Serum",
- price: "$62",
- imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147816998.jpg",
- },
- {
- id: "p5",
- name: "Perfect Cover Concealer",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-applicator_23-2147784004.jpg",
- },
- {
- id: "p6",
- name: "Botanical Face Mask",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg",
- },
+ { id: "p1", name: "Radiant Moisturizer", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/ivory-acrylic-painting-texture-background_53876-96896.jpg" },
+ { id: "p2", name: "Velvet Matte Lipstick", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-assortment_23-2148978141.jpg" },
+ { id: "p3", name: "Signature Bloom Eau", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/compostable-beauty-still-life-with-blue-bottle_23-2149353108.jpg" },
+ { id: "p4", name: "Hydrating Night Serum", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147816998.jpg" },
+ { id: "p5", name: "Perfect Cover Concealer", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-applicator_23-2147784004.jpg" },
+ { id: "p6", name: "Botanical Face Mask", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg" }
]}
title="Featured Beauty"
description="Hand-picked favorites to elevate your daily routine."
@@ -161,24 +90,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file