diff --git a/src/app/page.tsx b/src/app/page.tsx
index 166235a..f5472d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,29 +42,20 @@ export default function LandingPage() {
@@ -80,16 +67,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "5★", description: "Customer Rating"},
- {
- id: "m2", value: "1000+", description: "Happy Customers Served"},
- {
- id: "m3", value: "Best", description: "Price Guarantee"},
- {
- id: "m4", value: "Expert", description: "Technical Support"},
- {
- id: "m5", value: "100%", description: "Genuine Products"},
+ { id: "m1", value: "5★", description: "Customer Rating" },
+ { id: "m2", value: "1000+", description: "Happy Customers Served" },
+ { id: "m3", value: "Best", description: "Price Guarantee" },
+ { id: "m4", value: "Expert", description: "Technical Support" },
+ { id: "m5", value: "100%", description: "Genuine Products" },
]}
title="Trust Indicators"
description="Why thousands of tech enthusiasts in Karimnagar choose us for their hardware needs."
@@ -116,18 +98,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Laptops", price: "All Brands", imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.jpg"},
- {
- id: "p2", name: "Desktops & CPUs", price: "Custom Config", imageSrc: "http://img.b2bpic.net/free-photo/modern-cool-man-uses-virtual-reality-glasses-3d-web-connection_482257-126420.jpg"},
- {
- id: "p3", name: "Mechanical Keyboards", price: "Best Selection", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg"},
- {
- id: "p4", name: "Bluetooth Mice", price: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062895.jpg"},
- {
- id: "p5", name: "Office Printers", price: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-making-eye-glasses_23-2148919991.jpg"},
- {
- id: "p6", name: "Storage Solutions", price: "High Speed", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074277.jpg"},
+ { id: "p1", name: "Laptops", price: "All Brands", imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.jpg" },
+ { id: "p2", name: "Desktops & CPUs", price: "Custom Config", imageSrc: "http://img.b2bpic.net/free-photo/modern-cool-man-uses-virtual-reality-glasses-3d-web-connection_482257-126420.jpg" },
+ { id: "p3", name: "Mechanical Keyboards", price: "Best Selection", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg" },
+ { id: "p4", name: "Bluetooth Mice", price: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062895.jpg" },
+ { id: "p5", name: "Office Printers", price: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-making-eye-glasses_23-2148919991.jpg" },
+ { id: "p6", name: "Storage Solutions", price: "High Speed", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074277.jpg" },
]}
title="Everything Your System Needs"
description="A curated catalog of premium hardware, from powerful workstations to essential daily accessories."
@@ -139,12 +115,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Best Price Guarantee", description: "Competitive pricing that beats the local market. We are Karimnagar's most reasonable choice.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-dark-room-uses-laptop-night_169016-55093.jpg"},
- {
- title: "Expert Guidance", description: "We don't just sell, we consult. We find you the machine that fits your specific needs and budget.", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-space-used-corporate-culture-business-industry_482257-106863.jpg"},
- {
- title: "Premium Brands Only", description: "We stock only verified, quality-checked products. No counterfeits, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg"},
+ { title: "Best Price Guarantee", description: "Competitive pricing that beats the local market. We are Karimnagar's most reasonable choice.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-dark-room-uses-laptop-night_169016-55093.jpg" },
+ { title: "Expert Guidance", description: "We don't just sell, we consult. We find you the machine that fits your specific needs and budget.", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-space-used-corporate-culture-business-industry_482257-106863.jpg" },
+ { title: "Premium Brands Only", description: "We stock only verified, quality-checked products. No counterfeits, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg" },
]}
title="Why LAP STORE?"
description="Experience tech retail the way it should be."
@@ -155,16 +128,11 @@ export default function LandingPage() {