From ec6658a7efa7eb4d40a5018041198516ff6a6a5c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:33:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89762f3..18b674b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} title="Innovation at Heart" + description="Advanced features that set our solutions apart in the market." features={[ { title: "Energy Efficiency", description: "High-grade components that reduce power consumption.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg?_wi=2" }, { title: "Smart Integration", description: "Modern solutions for smart home connectivity.", imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg?_wi=2" } @@ -79,7 +80,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" textboxLayout="split" + useInvertedBackground={false} title="Premium Catalog" + description="Browse our comprehensive range of high-quality electrical supplies." products={[ { id: "p1", name: "LED Spotlight", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-light-lamp_1203-8530.jpg" }, { id: "p2", name: "Smart Thermostat", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/hardhat-light-bulbs_23-2147743038.jpg" }, @@ -90,9 +93,10 @@ export default function LandingPage() {
-- 2.49.1