diff --git a/src/app/page.tsx b/src/app/page.tsx
index c177536..6a7be83 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,42 +40,14 @@ export default function LandingPage() {
@@ -100,42 +60,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "4-in-1 Vegetable Cutter",
- price: "₹1,299",
- imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "High-Speed RC Jet",
- price: "₹2,499",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg?_wi=1",
- },
- {
- id: "p3",
- name: "Smart Fitness Watch",
- price: "₹3,999",
- imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Portable Power Bank",
- price: "₹999",
- imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=3",
- },
- {
- id: "p5",
- name: "Mini Kitchen Processor",
- price: "₹1,599",
- imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=4",
- },
- {
- id: "p6",
- name: "Smart Toy Robot",
- price: "₹2,199",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg?_wi=2",
- },
+ { id: "p1", name: "4-in-1 Vegetable Cutter", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=1" },
+ { id: "p2", name: "High-Speed RC Jet", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg?_wi=1" },
+ { id: "p3", name: "Smart Fitness Watch", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=2" }
]}
title="Best Sellers & Trending"
description="Explore our curated collection of gadgets designed for your modern lifestyle."
@@ -149,21 +76,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Innovative Design",
- description: "Our products combine nostalgic aesthetics with modern technology for a unique experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599399.jpg",
- },
- {
- title: "High-Quality Sound",
- description: "Enjoy clear, crisp audio with every use for relaxation, entertainment, or work.",
- imageSrc: "http://img.b2bpic.net/free-photo/light-painted-shockwave_1353-186.jpg",
- },
- {
- title: "Reliable Delivery",
- description: "We ensure your orders reach you quickly and safely across all regions.",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-time-logo-collection_23-2148938719.jpg",
- },
+ { title: "Innovative Design", description: "Our products combine nostalgic aesthetics with modern technology for a unique experience.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599399.jpg" },
+ { title: "High-Quality Sound", description: "Enjoy clear, crisp audio with every use for relaxation, entertainment, or work.", imageSrc: "http://img.b2bpic.net/free-photo/light-painted-shockwave_1353-186.jpg" },
+ { title: "Reliable Delivery", description: "We ensure your orders reach you quickly and safely across all regions.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-time-logo-collection_23-2148938719.jpg" }
]}
title="Why Choose Us?"
description="At SmartronCart, we combine quality, convenience, and value."
@@ -177,26 +92,8 @@ export default function LandingPage() {
rating={5}
author="Priya R."
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/close-up-smiling-fitness-woman_171337-6249.jpg",
- alt: "Priya",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man-coworker-joins-online-meeting-from-cafe-video-chats-laptop-shows_1258-245323.jpg",
- alt: "User",
- },
- {
- src: "http://img.b2bpic.net/free-photo/emotional-parents-son-playing-video-game_329181-19474.jpg",
- alt: "Family",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-shirt-holding-tablet_273609-15229.jpg",
- alt: "Teen",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-standing-her-boyfriend-preparing-food-kitchen_23-2148151751.jpg",
- alt: "Chef",
- },
+ { src: "http://img.b2bpic.net/free-photo/close-up-smiling-fitness-woman_171337-6249.jpg", alt: "Priya" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man-coworker-joins-online-meeting-from-cafe-video-chats-laptop-shows_1258-245323.jpg", alt: "User" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -207,24 +104,10 @@ export default function LandingPage() {
@@ -232,18 +115,11 @@ export default function LandingPage() {
@@ -251,53 +127,8 @@ export default function LandingPage() {