Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 13:02:29 +00:00

View File

@@ -55,12 +55,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg", imageAlt: "Vijay Laxmi Hardware store interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg", imageAlt: "Premium door locks and handles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg", imageAlt: "Cabinet handles and fittings collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg", imageAlt: "Kitchen hardware accessories" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg", imageAlt: "Storage and organization solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg", imageAlt: "Wardrobe and modular fittings" }
{ imageSrc: "http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg?_wi=1", imageAlt: "Vijay Laxmi Hardware store interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg?_wi=1", imageAlt: "Premium door locks and handles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=1", imageAlt: "Cabinet handles and fittings collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg?_wi=1", imageAlt: "Kitchen hardware accessories" },
{ imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg?_wi=1", imageAlt: "Storage and organization solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg?_wi=1", imageAlt: "Wardrobe and modular fittings" }
]}
ariaLabel="Vijay Laxmi Hardware - Hero section with product carousel"
/>
@@ -89,11 +89,11 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
products={[
{ id: "1", name: "Main Door Locks", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg", imageAlt: "Premium door locks and security hardware" },
{ id: "2", name: "Cabinet Handles", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg", imageAlt: "Modern cabinet handles and pulls" },
{ id: "3", name: "Kitchen Accessories", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg", imageAlt: "Kitchen hardware and fittings" },
{ id: "4", name: "Storage Baskets", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg", imageAlt: "Interior storage and organization systems" },
{ id: "5", name: "Wardrobe Fittings", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg", imageAlt: "Modular wardrobe and cabinet fittings" },
{ id: "1", name: "Main Door Locks", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/metallic-key-door-lock_23-2151015241.jpg?_wi=2", imageAlt: "Premium door locks and security hardware" },
{ id: "2", name: "Cabinet Handles", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=2", imageAlt: "Modern cabinet handles and pulls" },
{ id: "3", name: "Kitchen Accessories", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902086.jpg?_wi=2", imageAlt: "Kitchen hardware and fittings" },
{ id: "4", name: "Storage Baskets", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-containers_23-2149238964.jpg?_wi=2", imageAlt: "Interior storage and organization systems" },
{ id: "5", name: "Wardrobe Fittings", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/contrast-wood-stone-modern-furniture-premium-textures_169016-71185.jpg?_wi=2", imageAlt: "Modular wardrobe and cabinet fittings" },
{ id: "6", name: "TV Legs & Stands", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/home-theater-setup_23-2151953442.jpg", imageAlt: "TV stand legs and support hardware" }
]}
title="Popular Product Categories"
@@ -116,7 +116,7 @@ export default function LandingPage() {
tag="About Us"
tagIcon={Building2}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg"
imageSrc="http://img.b2bpic.net/free-photo/small-depot-employee-moves-cardboard-boxes-with-music-headset-wearing-coveralls-preparing_482257-134746.jpg?_wi=2"
imageAlt="Vijay Laxmi Hardware showroom and team"
buttons={[
{ text: "Call Us Today", href: "tel:08123543222" },