diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6d5f08f..0cdaba4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,63 +45,40 @@ export default function LandingPage() {
@@ -135,59 +104,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Aura",
- name: "Sculptural Organizer",
- price: "$125",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=1",
- },
+ id: "p1", brand: "Aura", name: "Sculptural Organizer", price: "$125", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"},
{
- id: "p2",
- brand: "Aura",
- name: "Lumina Ambient Light",
- price: "$295",
- rating: 5,
- reviewCount: "48",
- imageSrc: "http://img.b2bpic.net/free-photo/comfort-mattress-contemporary-hotel-bed_1203-5169.jpg",
- },
+ id: "p2", brand: "Aura", name: "Lumina Ambient Light", price: "$295", rating: 5,
+ reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/comfort-mattress-contemporary-hotel-bed_1203-5169.jpg"},
{
- id: "p3",
- brand: "Aura",
- name: "Forma Vessel",
- price: "$180",
- rating: 4,
- reviewCount: "25",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg",
- },
+ id: "p3", brand: "Aura", name: "Forma Vessel", price: "$180", rating: 4,
+ reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg"},
{
- id: "p4",
- brand: "Aura",
- name: "Essential Tray",
- price: "$95",
- rating: 5,
- reviewCount: "81",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40342.jpg",
- },
+ id: "p4", brand: "Aura", name: "Essential Tray", price: "$95", rating: 5,
+ reviewCount: "81", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40342.jpg"},
{
- id: "p5",
- brand: "Aura",
- name: "Artisan Bookends",
- price: "$150",
- rating: 5,
- reviewCount: "34",
- imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg?_wi=2",
- },
+ id: "p5", brand: "Aura", name: "Artisan Bookends", price: "$150", rating: 5,
+ reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottles-woman-s-dressing-table_53876-94360.jpg"},
{
- id: "p6",
- brand: "Aura",
- name: "Refined Timepiece",
- price: "$420",
- rating: 5,
- reviewCount: "56",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646531.jpg",
- },
+ id: "p6", brand: "Aura", name: "Refined Timepiece", price: "$420", rating: 5,
+ reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646531.jpg"},
]}
title="Curated Essentials"
description="Thoughtfully designed objects to refine your space and elevate your daily experience."
@@ -196,50 +129,26 @@ export default function LandingPage() {
@@ -290,19 +184,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ href: "#", ariaLabel: "Twitter"},
{
icon: Image,
- href: "#",
- ariaLabel: "Pinterest",
- },
+ href: "#", ariaLabel: "Pinterest"},
]}
/>