Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-16 04:06:40 +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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg"
imageAlt="Modern hardware store interior"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -62,7 +62,7 @@ export default function LandingPage() {
description="BuildRight Hardware has been the cornerstone of professional and DIY projects across the region. We combine expert knowledge with extensive inventory to ensure every customer finds exactly what they need. Our team is committed to quality service and building lasting relationships with contractors, builders, and homeowners alike."
tag="About Us"
tagIcon={ShieldCheck}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
metrics={[
{ value: "25+", title: "Years in Business" },
{ value: "5000+", title: "Products in Stock" },
@@ -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?_wi=1"
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="BuildRight Hardware team serving customers"
mediaAnimation="blur-reveal"
metricsAnimation="entrance-slide"
@@ -83,7 +83,7 @@ export default function LandingPage() {
description="Explore our carefully curated selection of top-quality tools and materials for every project type."
tag="Best Sellers"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttons={[
{ text: "View All Products", href: "#" }
]}
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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"
@@ -112,25 +112,25 @@ export default function LandingPage() {
description="We deliver exceptional value through quality products, expert guidance, and customer-first service."
tag="Our Services"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Efficient delivery service"
}
]}
/>
@@ -142,7 +142,7 @@ export default function LandingPage() {
description="Real experiences from homeowners, contractors, and builders who trust BuildRight Hardware for their projects."
tag="Customer Reviews"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
@@ -178,8 +178,8 @@ export default function LandingPage() {
description="Our commitment to excellence is reflected in these key metrics that demonstrate our impact and growth."
tag="Our Impact"
tagIcon={TrendingUp}
tagAnimation="entrance-slide"
textboxLayout="centered"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
@@ -202,7 +202,7 @@ export default function LandingPage() {
description="Find answers to common questions about our products, services, and store policies."
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="blur-reveal"