Merge version_1 into main #3
@@ -75,12 +75,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Steel Hand Saw", price: "$89", variant: "Pro-Series", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18914.jpg" },
|
||||
{ id: "p2", name: "Chisel Master Set", price: "$125", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-pieces-wood_23-2148640265.jpg" },
|
||||
{ id: "p3", name: "Hand Plane Elite", price: "$160", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-touching-wood_23-2147773338.jpg" },
|
||||
{ id: "p4", name: "Power Drill Driver", price: "$299", variant: "Heavy-Duty", imageSrc: "http://img.b2bpic.net/free-photo/man-with-drill-working-with-wood_23-2148898051.jpg" },
|
||||
{ id: "p5", name: "Digital Square", price: "$55", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/pieces-wood-tools-construction-repair-wooden-table_181624-51622.jpg" },
|
||||
{ id: "p6", name: "Professional Mallet", price: "$45", variant: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530725.jpg" },
|
||||
{ id: "p1", name: "Steel Hand Saw", price: "$89", variant: "Pro-Series", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18914.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Chisel Master Set", price: "$125", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-pieces-wood_23-2148640265.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Hand Plane Elite", price: "$160", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-touching-wood_23-2147773338.jpg?_wi=1" },
|
||||
{ id: "p4", name: "Power Drill Driver", price: "$299", variant: "Heavy-Duty", imageSrc: "http://img.b2bpic.net/free-photo/man-with-drill-working-with-wood_23-2148898051.jpg?_wi=1" },
|
||||
{ id: "p5", name: "Digital Square", price: "$55", variant: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/pieces-wood-tools-construction-repair-wooden-table_181624-51622.jpg?_wi=1" },
|
||||
{ id: "p6", name: "Professional Mallet", price: "$45", variant: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530725.jpg?_wi=1" },
|
||||
]}
|
||||
title="Curated Carpentry Essentials"
|
||||
description="Explore our premium selection of professional-grade tools designed for precision, durability, and expert craftsmanship."
|
||||
@@ -96,22 +96,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Industrial Durability", description: "Constructed from hardened materials for years of rigorous daily use.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18914.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-pieces-wood_23-2148640265.jpg" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18914.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-pieces-wood_23-2148640265.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Precision Engineering", description: "Calibrated for exact measurements and clean cuts every single time.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-touching-wood_23-2147773338.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pieces-wood-tools-construction-repair-wooden-table_181624-51622.jpg" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-touching-wood_23-2147773338.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pieces-wood-tools-construction-repair-wooden-table_181624-51622.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance", description: "Detailed product specs and support for every tool we offer.", icon: Star,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-drill-working-with-wood_23-2148898051.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530725.jpg" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-drill-working-with-wood_23-2148898051.jpg?_wi=2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530725.jpg?_wi=2" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user