Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 04:06:16 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg"
imageSrc="http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg?_wi=1"
imageAlt="Modern hardware store interior"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -70,7 +70,7 @@ export default function LandingPage() {
{ value: "24/7", title: "Expert Support" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-happy-senior-manager-greeting-his-employees-factory-warehouse-me-are-shaking-hands_637285-4192.jpg"
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-happy-senior-manager-greeting-his-employees-factory-warehouse-me-are-shaking-hands_637285-4192.jpg?_wi=1"
imageAlt="BuildRight Hardware team serving customers"
mediaAnimation="blur-reveal"
metricsAnimation="entrance-slide"
@@ -94,10 +94,10 @@ export default function LandingPage() {
animationType="blur-reveal"
products={[
{
id: "1", name: "Professional Power Drill Kit", price: "$149.99", variant: "18V Cordless", imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15358.jpg", imageAlt: "Professional power drill with accessories"
id: "1", name: "Professional Power Drill Kit", price: "$149.99", variant: "18V Cordless", imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15358.jpg?_wi=1", imageAlt: "Professional power drill with accessories"
},
{
id: "2", name: "Premium Lumber Selection", price: "$2.99/bf", variant: "Various Grades", imageSrc: "http://img.b2bpic.net/free-photo/very-neat-pile-wood_626616-172.jpg", imageAlt: "Quality lumber materials on display"
id: "2", name: "Premium Lumber Selection", price: "$2.99/bf", variant: "Various Grades", imageSrc: "http://img.b2bpic.net/free-photo/very-neat-pile-wood_626616-172.jpg?_wi=1", imageAlt: "Quality lumber materials on display"
},
{
id: "3", name: "Complete Electrical Kit", price: "$89.99", variant: "50+ Components", imageSrc: "http://img.b2bpic.net/free-vector/electric-cables-realistic-frame_1284-26571.jpg", imageAlt: "Electrical supplies and fixtures"
@@ -118,19 +118,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Expert Consultation", description: "Our experienced staff provides free professional advice for residential and commercial projects of any scale.", imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", imageAlt: "Expert consultation at hardware store"
title: "Expert Consultation", description: "Our experienced staff provides free professional advice for residential and commercial projects of any scale.", imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg?_wi=2", imageAlt: "Expert consultation at hardware store"
},
{
id: 2,
title: "Extensive Inventory", description: "Over 5,000 quality products in stock, from hand tools to premium materials, ensuring fast project completion.", imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15358.jpg", imageAlt: "Well-stocked hardware store shelves"
title: "Extensive Inventory", description: "Over 5,000 quality products in stock, from hand tools to premium materials, ensuring fast project completion.", imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15358.jpg?_wi=2", imageAlt: "Well-stocked hardware store shelves"
},
{
id: 3,
title: "Competitive Pricing", description: "Industry-leading prices without compromising on quality. Bulk discounts available for contractors and builders.", imageSrc: "http://img.b2bpic.net/free-photo/very-neat-pile-wood_626616-172.jpg", imageAlt: "Affordable quality materials"
title: "Competitive Pricing", description: "Industry-leading prices without compromising on quality. Bulk discounts available for contractors and builders.", imageSrc: "http://img.b2bpic.net/free-photo/very-neat-pile-wood_626616-172.jpg?_wi=2", imageAlt: "Affordable quality materials"
},
{
id: 4,
title: "Delivery & Installation Support", description: "Flexible delivery options and partnerships with local installers to complete your project on time.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-happy-senior-manager-greeting-his-employees-factory-warehouse-me-are-shaking-hands_637285-4192.jpg", imageAlt: "Efficient delivery service"
title: "Delivery & Installation Support", description: "Flexible delivery options and partnerships with local installers to complete your project on time.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-happy-senior-manager-greeting-his-employees-factory-warehouse-me-are-shaking-hands_637285-4192.jpg?_wi=2", imageAlt: "Efficient delivery service"
}
]}
/>