Update src/app/page.tsx
This commit is contained in:
232
src/app/page.tsx
232
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Dhiman Powertool"
|
||||
/>
|
||||
@@ -59,37 +51,23 @@ export default function LandingPage() {
|
||||
description="Premium industrial-grade power tools built for reliability and performance in India's toughest work environments."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-with-drill-front-view_23-2149916315.jpg"
|
||||
imageAlt="Dhiman Powertool Professional Shop"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-using-iron-front-view_23-2149916279.jpg",
|
||||
alt: "Worker using iron front view",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-using-iron-front-view_23-2149916279.jpg", alt: "Worker using iron front view"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-wearing-gloves-front-view_23-2149916271.jpg",
|
||||
alt: "Worker wearing gloves front view",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-wearing-gloves-front-view_23-2149916271.jpg", alt: "Worker wearing gloves front view"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg",
|
||||
alt: "Creative man working in a wood workshop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg", alt: "Creative man working in a wood workshop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185421.jpg",
|
||||
alt: "Still life wood engraving workshop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185421.jpg", alt: "Still life wood engraving workshop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-working-with-drill-front-view_23-2149916315.jpg",
|
||||
alt: "Professional electric power tool workspace",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-working-with-drill-front-view_23-2149916315.jpg", alt: "Professional electric power tool workspace"},
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ professionals"
|
||||
/>
|
||||
@@ -113,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Robust Durability",
|
||||
description: "Tools built to last through high-intensity daily use in extreme Indian weather conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg",
|
||||
imageAlt: "Durability",
|
||||
},
|
||||
title: "Robust Durability", description: "Tools built to last through high-intensity daily use in extreme Indian weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg", imageAlt: "Durability"},
|
||||
{
|
||||
title: "Ergonomic Design",
|
||||
description: "Minimize fatigue with handles engineered for comfort during long-term operation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holds-pliers-with-blue-plastic-handles-construction-repair_273609-31520.jpg",
|
||||
imageAlt: "Ergonomics",
|
||||
},
|
||||
title: "Ergonomic Design", description: "Minimize fatigue with handles engineered for comfort during long-term operation.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holds-pliers-with-blue-plastic-handles-construction-repair_273609-31520.jpg", imageAlt: "Ergonomics"},
|
||||
{
|
||||
title: "Precision Motor",
|
||||
description: "High-torque efficiency that ensures consistent performance across all your heavy tasks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057675.jpg",
|
||||
imageAlt: "Motor Quality",
|
||||
},
|
||||
title: "Precision Motor", description: "High-torque efficiency that ensures consistent performance across all your heavy tasks.", imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057675.jpg", imageAlt: "Motor Quality"},
|
||||
]}
|
||||
title="Why Choose Dhiman Powertool?"
|
||||
description="Experience superior quality and precision engineering with our curated selection."
|
||||
@@ -144,47 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Impact Drill Pro",
|
||||
price: "₹4,500",
|
||||
variant: "12V Cordless",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-works-with-circular-saw-miter-saw-workshop_169016-12975.jpg",
|
||||
},
|
||||
id: "p1", name: "Impact Drill Pro", price: "₹4,500", variant: "12V Cordless", imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-works-with-circular-saw-miter-saw-workshop_169016-12975.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rotary Hammer",
|
||||
price: "₹8,900",
|
||||
variant: "Heavy Duty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mason-supplies-composition_23-2149511909.jpg",
|
||||
},
|
||||
id: "p2", name: "Rotary Hammer", price: "₹8,900", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mason-supplies-composition_23-2149511909.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Orbital Sander",
|
||||
price: "₹3,200",
|
||||
variant: "150mm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-worker-hands-working-garage_158595-8101.jpg",
|
||||
},
|
||||
id: "p3", name: "Orbital Sander", price: "₹3,200", variant: "150mm", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-worker-hands-working-garage_158595-8101.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Circular Saw",
|
||||
price: "₹6,700",
|
||||
variant: "High Speed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg",
|
||||
},
|
||||
id: "p4", name: "Circular Saw", price: "₹6,700", variant: "High Speed", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-worker-wearing-gloves_23-2149916269.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Digital Heat Gun",
|
||||
price: "₹2,500",
|
||||
variant: "Smart Temp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desert-ndt-is-leading-us-provider-nondestructive-testing-ndt-integrity-management-im-inspection-services-gathering-pipelines-midstream-infrastructure_181624-36550.jpg",
|
||||
},
|
||||
id: "p5", name: "Digital Heat Gun", price: "₹2,500", variant: "Smart Temp", imageSrc: "http://img.b2bpic.net/free-photo/desert-ndt-is-leading-us-provider-nondestructive-testing-ndt-integrity-management-im-inspection-services-gathering-pipelines-midstream-infrastructure_181624-36550.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Impact Wrench",
|
||||
price: "₹12,000",
|
||||
variant: "High Torque",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-electric-drill-yellow-background_1303-27247.jpg",
|
||||
},
|
||||
id: "p6", name: "Impact Wrench", price: "₹12,000", variant: "High Torque", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-electric-drill-yellow-background_1303-27247.jpg"},
|
||||
]}
|
||||
title="Essential Power Tools"
|
||||
description="Professional equipment for every task."
|
||||
@@ -198,23 +134,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Box,
|
||||
title: "Tools Sold",
|
||||
value: "50,000+",
|
||||
},
|
||||
id: "m1", icon: Box,
|
||||
title: "Tools Sold", value: "50,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Happy Clients",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Happy Clients", value: "15,000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: CheckCircle,
|
||||
title: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
id: "m3", icon: CheckCircle,
|
||||
title: "Years Experience", value: "20+"},
|
||||
]}
|
||||
title="Built on Proven Results"
|
||||
description="Our numbers speak to the trust we've built across Indian construction sites."
|
||||
@@ -228,59 +155,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Site Manager",
|
||||
company: "Prime Build",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "Site Manager", company: "Prime Build", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunita Verma",
|
||||
role: "Owner",
|
||||
company: "Urban Woodworks",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-wearing-goggles_23-2149441925.jpg",
|
||||
},
|
||||
id: "2", name: "Sunita Verma", role: "Owner", company: "Urban Woodworks", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-wearing-goggles_23-2149441925.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Sharma",
|
||||
role: "Contractor",
|
||||
company: "Reliable Homes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-construction-worker-with-home-plans_329181-3748.jpg",
|
||||
},
|
||||
id: "3", name: "Amit Sharma", role: "Contractor", company: "Reliable Homes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-construction-worker-with-home-plans_329181-3748.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
role: "Fabricator",
|
||||
company: "Metal Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19577.jpg",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", role: "Fabricator", company: "Metal Arts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19577.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita Das",
|
||||
role: "Renovator",
|
||||
company: "Elite Interiors",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-traveling-by-train_23-2150510174.jpg",
|
||||
},
|
||||
id: "5", name: "Anita Das", role: "Renovator", company: "Elite Interiors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-traveling-by-train_23-2150510174.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Return Rate",
|
||||
},
|
||||
value: "98%", label: "Return Rate"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Monthly Active",
|
||||
},
|
||||
value: "10k+", label: "Monthly Active"},
|
||||
]}
|
||||
title="Voices of Professionals"
|
||||
description="What our satisfied customers say about Dhiman quality."
|
||||
@@ -293,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer warranty?",
|
||||
content: "Yes, all our tools come with an industry-standard 12-month manufacturer warranty.",
|
||||
},
|
||||
id: "q1", title: "Do you offer warranty?", content: "Yes, all our tools come with an industry-standard 12-month manufacturer warranty."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is home delivery available?",
|
||||
content: "We ship pan-India with dedicated logistics partners for safe tool handling.",
|
||||
},
|
||||
id: "q2", title: "Is home delivery available?", content: "We ship pan-India with dedicated logistics partners for safe tool handling."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I request servicing?",
|
||||
content: "Our service centers are located across major hubs; just call our support line for a pickup.",
|
||||
},
|
||||
id: "q3", title: "How can I request servicing?", content: "Our service centers are located across major hubs; just call our support line for a pickup."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our tools, maintenance, and service."
|
||||
@@ -318,14 +205,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to upgrade your toolkit? Contact Dhiman Powertool support today for customized solutions."
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to upgrade your toolkit? Contact Dhiman Powertool support today for customized solutions. Or reach us at 9877678171."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Contact Support", href: "tel:+919877678171"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -336,37 +220,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Support", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -376,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user