diff --git a/src/app/page.tsx b/src/app/page.tsx
index 619d697..8869199 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,103 +46,58 @@ export default function LandingPage() {
@@ -165,67 +110,29 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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: "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: "#"},
]}
/>
@@ -235,13 +142,11 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Philosophy"
description="We believe in less but better. Every item in our store is selected to meet high standards of quality, utility, and timeless design. We partner with ethical manufacturers to ensure every purchase makes a positive impact."
- imageSrc="http://img.b2bpic.net/free-photo/men-warehouse-working-laptop_23-2148886875.jpg?_wi=1"
+ 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: "#"},
]}
/>
@@ -252,20 +157,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "How long is shipping?",
- content: "Shipping usually takes 3-5 business days.",
- },
+ 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: "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: "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"
@@ -274,9 +170,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
buttons={[
{
- text: "Contact Support",
- href: "#contact",
- },
+ text: "Contact Support", href: "#contact"},
]}
/>
@@ -285,13 +179,12 @@ export default function LandingPage() {
@@ -302,33 +195,21 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Shipping Policy",
- href: "#",
- },
+ label: "Shipping Policy", href: "#"},
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}