diff --git a/src/app/page.tsx b/src/app/page.tsx
index 13b6c81..70eddc6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,27 +30,17 @@ export default function LandingPage() {
@@ -60,11 +50,9 @@ export default function LandingPage() {
description="Upgrade your lifestyle with our curated collection of high-end products designed for performance, comfort, and style."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg"
imageAlt="Minimalist ecommerce products"
/>
@@ -77,41 +65,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Premium Headphones",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg",
- },
+ id: "1", name: "Premium Headphones", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg"},
{
- id: "2",
- name: "Smart Watch",
- price: "$249",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartwatch-with-blank-screen_23-2147797003.jpg",
- },
+ id: "2", name: "Smart Watch", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartwatch-with-blank-screen_23-2147797003.jpg"},
{
- id: "3",
- name: "Leather Backpack",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/travel-concept-with-bag-passport_23-2149030595.jpg",
- },
+ id: "3", name: "Leather Backpack", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/travel-concept-with-bag-passport_23-2149030595.jpg"},
{
- id: "4",
- name: "Ergonomic Mouse",
- price: "$59",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-desk-with-computer-screen-clipboard_23-2148821881.jpg",
- },
+ id: "4", name: "Ergonomic Mouse", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-desk-with-computer-screen-clipboard_23-2148821881.jpg"},
{
- id: "5",
- name: "Mechanical Keyboard",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-desk-setup-with-3d-glasses_23-2149529356.jpg",
- },
+ id: "5", name: "Mechanical Keyboard", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-desk-setup-with-3d-glasses_23-2149529356.jpg"},
{
- id: "6",
- name: "Camera Lens",
- price: "$499",
- imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-person-holding-camera-lens_181624-46673.jpg",
- },
+ id: "6", name: "Camera Lens", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-person-holding-camera-lens_181624-46673.jpg"},
]}
title="Featured Collections"
description="Explore our top-rated products selected specifically for your daily needs."
@@ -120,25 +84,16 @@ export default function LandingPage() {
@@ -267,29 +175,19 @@ export default function LandingPage() {
logoText="E-Shop"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Help Center",
- href: "#",
- },
+ label: "Help Center", href: "#"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}