diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8869199..177e5df 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,16 +28,11 @@ export default function LandingPage() {
@@ -45,59 +40,36 @@ export default function LandingPage() {
@@ -109,30 +81,17 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Essential", name: "Classic Everyday Tote", price: "$45.00", rating: 5,
- reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192262.jpg"},
- {
- id: "p2", brand: "Minimal", name: "Modern Leather Wallet", price: "$35.00", rating: 4,
- reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238280.jpg"},
- {
- id: "p3", brand: "Urban", name: "Premium Cotton Tee", price: "$25.00", rating: 5,
- reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722708.jpg"},
- {
- id: "p4", brand: "Design", name: "Wireless Charging Dock", price: "$55.00", rating: 4,
- reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-with-skirt-glasses-blanket_23-2148055348.jpg"},
- {
- id: "p5", brand: "Home", name: "Handmade Ceramic Mug", price: "$20.00", rating: 5,
- reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/view-one-matchstick-with-geometric-shapes_23-2149600199.jpg"},
- {
- id: "p6", brand: "Travel", name: "Waterproof Tech Pouch", price: "$30.00", rating: 4,
- reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440666.jpg"},
+ { id: "p1", brand: "Essential", name: "Classic Everyday Tote", price: "$45.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192262.jpg" },
+ { id: "p2", brand: "Minimal", name: "Modern Leather Wallet", price: "$35.00", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238280.jpg" },
+ { id: "p3", brand: "Urban", name: "Premium Cotton Tee", price: "$25.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722708.jpg" },
+ { id: "p4", brand: "Design", name: "Wireless Charging Dock", price: "$55.00", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-with-skirt-glasses-blanket_23-2148055348.jpg" },
+ { id: "p5", brand: "Home", name: "Handmade Ceramic Mug", price: "$20.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/view-one-matchstick-with-geometric-shapes_23-2149600199.jpg" },
+ { id: "p6", brand: "Travel", name: "Waterproof Tech Pouch", price: "$30.00", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440666.jpg" }
]}
title="Shop Our Collection"
description="From daily necessities to unique finds, our products are curated for quality and durability."
buttons={[
- {
- text: "View Full Collection", href: "#"},
+ { text: "View Full Collection", href: "#" }
]}
/>
@@ -145,8 +104,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/men-warehouse-working-laptop_23-2148886875.jpg"
imageAlt="Store interior"
buttons={[
- {
- text: "Our Mission", href: "#"},
+ { text: "Our Mission", href: "#" }
]}
/>
@@ -156,12 +114,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "How long is shipping?", content: "Shipping usually takes 3-5 business days."},
- {
- id: "f2", title: "Can I return items?", content: "Yes, we accept returns within 30 days of purchase."},
- {
- id: "f3", title: "Do you ship internationally?", content: "We currently ship within the US only."},
+ { id: "f1", title: "How long is shipping?", content: "Shipping usually takes 3-5 business days." },
+ { id: "f2", title: "Can I return items?", content: "Yes, we accept returns within 30 days of purchase." },
+ { id: "f3", title: "Do you ship internationally?", content: "We currently ship within the US only." }
]}
imageSrc="http://img.b2bpic.net/free-photo/covid19-pandemic-lifestyle-concept-young-woman-posing-medical-face-mask-with-shopping-bags-from-mall-vaccinated-girl-going-store-personal-protective-equipment-beige-background_1258-301389.jpg"
mediaAnimation="slide-up"
@@ -169,8 +124,7 @@ export default function LandingPage() {
description="Need help or have questions? Find answers to our most common queries here."
faqsAnimation="slide-up"
buttons={[
- {
- text: "Contact Support", href: "#contact"},
+ { text: "Contact Support", href: "#contact" }
]}
/>
@@ -178,8 +132,7 @@ export default function LandingPage() {