diff --git a/src/app/page.tsx b/src/app/page.tsx
index 46663af..1054eb6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,61 +29,39 @@ export default function LandingPage() {
@@ -97,47 +75,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Essential Chrono",
- price: "$129",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-different-white-boxes-two-green-pink-paper-backdrop_23-2147874187.jpg",
- },
+ id: "p1", name: "Essential Chrono", price: "$129", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-different-white-boxes-two-green-pink-paper-backdrop_23-2147874187.jpg"},
{
- id: "p2",
- name: "Urban Leather Pack",
- price: "$89",
- variant: "Leather",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478986.jpg",
- },
+ id: "p2", name: "Urban Leather Pack", price: "$89", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478986.jpg"},
{
- id: "p3",
- name: "Minimalist Desk Lamp",
- price: "$159",
- variant: "Lighting",
- imageSrc: "http://img.b2bpic.net/free-photo/lamp-indoors-interior-design_23-2151919417.jpg",
- },
+ id: "p3", name: "Minimalist Desk Lamp", price: "$159", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/lamp-indoors-interior-design_23-2151919417.jpg"},
{
- id: "p4",
- name: "Modern Glass Vase",
- price: "$45",
- variant: "Decor",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg",
- },
+ id: "p4", name: "Modern Glass Vase", price: "$45", variant: "Decor", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg"},
{
- id: "p5",
- name: "Smart Tech Case",
- price: "$69",
- variant: "Tech",
- imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg",
- },
+ id: "p5", name: "Smart Tech Case", price: "$69", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg"},
{
- id: "p6",
- name: "Silk Scarf",
- price: "$39",
- variant: "Accessory",
- imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150165842.jpg",
- },
+ id: "p6", name: "Silk Scarf", price: "$39", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150165842.jpg"},
]}
title="New Arrivals"
description="Browse our latest hand-picked selections."
@@ -146,21 +94,16 @@ export default function LandingPage() {