diff --git a/src/app/page.tsx b/src/app/page.tsx
index a0de643..1782502 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -53,103 +45,55 @@ export default function LandingPage() {
@@ -162,47 +106,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Glossy Pop Lipstick",
- price: "$19",
- variant: "Matte Finish",
- imageSrc: "http://img.b2bpic.net/free-photo/red-lipsticks-ai-generated_268835-11073.jpg?_wi=2",
- },
+ id: "p1", name: "Glossy Pop Lipstick", price: "$19", variant: "Matte Finish", imageSrc: "http://img.b2bpic.net/free-photo/red-lipsticks-ai-generated_268835-11073.jpg"},
{
- id: "p2",
- name: "Holographic Lip Gloss",
- price: "$15",
- variant: "High Shine",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-makeup-desk-concept_23-2148697041.jpg?_wi=2",
- },
+ id: "p2", name: "Holographic Lip Gloss", price: "$15", variant: "High Shine", imageSrc: "http://img.b2bpic.net/free-photo/top-view-makeup-desk-concept_23-2148697041.jpg"},
{
- id: "p3",
- name: "Baddie Combo Kit",
- price: "$45",
- variant: "Full Set",
- imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260929.jpg?_wi=2",
- },
+ id: "p3", name: "Baddie Combo Kit", price: "$45", variant: "Full Set", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260929.jpg"},
{
- id: "p4",
- name: "Skin-Dew Primer",
- price: "$22",
- variant: "Glowing",
- imageSrc: "http://img.b2bpic.net/free-photo/red-lipsticks-ai-generated_268835-11073.jpg?_wi=3",
- },
+ id: "p4", name: "Skin-Dew Primer", price: "$22", variant: "Glowing", imageSrc: "http://img.b2bpic.net/free-photo/red-lipsticks-ai-generated_268835-11073.jpg"},
{
- id: "p5",
- name: "Ultra Matte Liner",
- price: "$12",
- variant: "Waterproof",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-makeup-desk-concept_23-2148697041.jpg?_wi=3",
- },
+ id: "p5", name: "Ultra Matte Liner", price: "$12", variant: "Waterproof", imageSrc: "http://img.b2bpic.net/free-photo/top-view-makeup-desk-concept_23-2148697041.jpg"},
{
- id: "p6",
- name: "Shimmer Highlighter",
- price: "$20",
- variant: "Gold Glow",
- imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260929.jpg?_wi=3",
- },
+ id: "p6", name: "Shimmer Highlighter", price: "$20", variant: "Gold Glow", imageSrc: "http://img.b2bpic.net/free-photo/view-eyeshadow-palette-with-shades-cosmetic-powder_23-2150260929.jpg"},
]}
title="Trending Now"
description="Must-have items for your makeup stash."
@@ -214,9 +128,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Bold Balika Vision"
description={[
- "Empowering the next generation of bold, confident women to express themselves through unapologetic beauty.",
- "We believe in high-impact formulas and a vibe that refuses to be ignored.",
- ]}
+ "Empowering the next generation of bold, confident women to express themselves through unapologetic beauty.", "We believe in high-impact formulas and a vibe that refuses to be ignored."]}
/>
@@ -224,42 +136,18 @@ export default function LandingPage() {