diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d9c690..d7bd770 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,90 +29,43 @@ export default function LandingPage() {
@@ -123,36 +76,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Electronics",
- title: "Cutting-Edge Tech",
- items: [
- "Wireless charging stations",
- "RGB gaming peripherals",
- "Smart home security",
- ],
- },
- {
- id: "f2",
- label: "Home",
- title: "Elegant Living",
- items: [
- "Airtight glass storage",
- "Durable bamboo materials",
- "Minimalist home organization",
- ],
- },
- {
- id: "f3",
- label: "Outdoor",
- title: "Adventure Ready",
- items: [
- "High-power binoculars",
- "Waterproof travel covers",
- "Durable pet accessories",
- ],
- },
+ { id: "f1", label: "Electronics", title: "Cutting-Edge Tech", items: ["Wireless charging stations", "RGB gaming peripherals", "Smart home security"] },
+ { id: "f2", label: "Home", title: "Elegant Living", items: ["Airtight glass storage", "Durable bamboo materials", "Minimalist home organization"] },
+ { id: "f3", label: "Outdoor", title: "Adventure Ready", items: ["High-power binoculars", "Waterproof travel covers", "Durable pet accessories"] },
]}
title="Why Choose Maxin?"
description="Delivering quality and utility through diverse, high-performance product selections."
@@ -166,33 +92,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "TechTech",
- name: "2.4G Wireless RGB Mouse",
- price: "$12.00",
- rating: 5,
- reviewCount: "128",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/gaming-wireless-rgb-mouse-dark-aesthetic-1774870556915-7985ecbd.png",
- },
- {
- id: "p2",
- brand: "KitchenPro",
- name: "Glass Canister Set",
- price: "$45.00",
- rating: 4,
- reviewCount: "89",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/glass-canisters-with-bamboo-lids-modern--1774870553449-7fc4add1.png",
- },
- {
- id: "p3",
- brand: "PetTravel",
- name: "Waterproof Seat Cover",
- price: "$32.00",
- rating: 5,
- reviewCount: "210",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/high-quality-waterproof-dog-car-seat-cov-1774870553881-c9a9c8f7.png",
- },
+ { id: "p1", brand: "TechTech", name: "2.4G Wireless RGB Mouse", price: "$12.00", rating: 5, reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/gaming-wireless-rgb-mouse-dark-aesthetic-1774870556915-7985ecbd.png" },
+ { id: "p2", brand: "KitchenPro", name: "Glass Canister Set", price: "$45.00", rating: 4, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/glass-canisters-with-bamboo-lids-modern--1774870553449-7fc4add1.png" },
+ { id: "p3", brand: "PetTravel", name: "Waterproof Seat Cover", price: "$32.00", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBzjdj2PffayeNQ6uvGcbI3XL/high-quality-waterproof-dog-car-seat-cov-1774870553881-c9a9c8f7.png" },
]}
title="Featured Collections"
description="Our current best-sellers selected for performance and everyday style."
@@ -203,15 +105,7 @@ export default function LandingPage() {
@@ -221,31 +115,11 @@ export default function LandingPage() {