Update src/app/page.tsx
This commit is contained in:
188
src/app/page.tsx
188
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Dhanlaxmi Steels"
|
||||
/>
|
||||
@@ -50,19 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="DHANLAXMI STEELS"
|
||||
description="Your trusted partner in high-quality steel construction materials. Providing industry-grade MS TMT bars, angles, channels, beams, and premium metal sheets for infrastructure excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Contact Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3285.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -77,17 +66,11 @@ export default function LandingPage() {
|
||||
description="With years of expertise, Dhanlaxmi Steels provides reliable structural solutions that meet the toughest industrial standards. Our inventory is curated to ensure integrity and longevity for your build."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Manufacturing",
|
||||
description: "Strict quality control on every batch.",
|
||||
},
|
||||
title: "Precision Manufacturing", description: "Strict quality control on every batch."},
|
||||
{
|
||||
title: "On-Time Supply Chain",
|
||||
description: "Reliable logistics to meet your deadlines.",
|
||||
},
|
||||
title: "On-Time Supply Chain", description: "Reliable logistics to meet your deadlines."},
|
||||
{
|
||||
title: "Diverse Inventory",
|
||||
description: "From MS channels to GI sheets, we cover everything.",
|
||||
},
|
||||
title: "Diverse Inventory", description: "From MS channels to GI sheets, we cover everything."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/railroad-tracks_1359-126.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -100,43 +83,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#contact"
|
||||
}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "MS TMT Bar",
|
||||
price: "High Tensile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg",
|
||||
},
|
||||
id: "1", name: "MS TMT Bar", price: "High Tensile", imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "MS Angle",
|
||||
price: "Structural Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-modern-building-middle-city-clear-sky_181624-7088.jpg",
|
||||
},
|
||||
id: "2", name: "MS Angle", price: "Structural Grade", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-modern-building-middle-city-clear-sky_181624-7088.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "MS Channel",
|
||||
price: "Heavy Load",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-modern-design_23-2148252791.jpg",
|
||||
},
|
||||
id: "3", name: "MS Channel", price: "Heavy Load", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-modern-design_23-2148252791.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "MS Beam",
|
||||
price: "Industrial Strength",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-profiles-drywall-stacked-stock-ready-delivery-buyer-selective-focus_166373-1904.jpg",
|
||||
},
|
||||
id: "4", name: "MS Beam", price: "Industrial Strength", imageSrc: "http://img.b2bpic.net/free-photo/metal-profiles-drywall-stacked-stock-ready-delivery-buyer-selective-focus_166373-1904.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "GI Sheet",
|
||||
price: "Corrosion Resistant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15566.jpg",
|
||||
},
|
||||
id: "5", name: "GI Sheet", price: "Corrosion Resistant", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15566.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "MS Round Bar",
|
||||
price: "Versatile Use",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3293.jpg",
|
||||
},
|
||||
id: "6", name: "MS Round Bar", price: "Versatile Use", imageSrc: "http://img.b2bpic.net/free-photo/large-steel-factory-warehouse_1127-3293.jpg"},
|
||||
]}
|
||||
title="Premium Steel Products"
|
||||
description="Explore our comprehensive catalog of high-strength structural steels."
|
||||
@@ -150,26 +114,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Building relationships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/damaged-grunge-texture-background_1194-614132.jpg",
|
||||
},
|
||||
id: "m1", value: "1000+", title: "Satisfied Clients", description: "Building relationships.", imageSrc: "http://img.b2bpic.net/free-photo/damaged-grunge-texture-background_1194-614132.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Tons Supplied",
|
||||
description: "Annual supply capacity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-surface-with-lines-rust_23-2148399302.jpg",
|
||||
},
|
||||
id: "m2", value: "5000+", title: "Tons Supplied", description: "Annual supply capacity.", imageSrc: "http://img.b2bpic.net/free-photo/metal-surface-with-lines-rust_23-2148399302.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Industries Served",
|
||||
description: "Wide sector impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg",
|
||||
},
|
||||
id: "m3", value: "10+", title: "Industries Served", description: "Wide sector impact.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg"},
|
||||
]}
|
||||
title="Built on Strength"
|
||||
description="Numbers that define our market leadership."
|
||||
@@ -184,45 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Mehta",
|
||||
role: "Owner",
|
||||
company: "Mehta Const.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg",
|
||||
},
|
||||
id: "1", name: "Rajesh Mehta", role: "Owner", company: "Mehta Const.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunil Gupta",
|
||||
role: "Engineer",
|
||||
company: "City Infra",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124268.jpg",
|
||||
},
|
||||
id: "2", name: "Sunil Gupta", role: "Engineer", company: "City Infra", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124268.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anita Verma",
|
||||
role: "PM",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg",
|
||||
},
|
||||
id: "3", name: "Anita Verma", role: "PM", company: "BuildRight", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-while-team-discussing-background_23-2147923383.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vijay Singh",
|
||||
role: "Lead Fabricator",
|
||||
company: "Singh Metal Works",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886869.jpg",
|
||||
},
|
||||
id: "4", name: "Vijay Singh", role: "Lead Fabricator", company: "Singh Metal Works", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886869.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dinesh Patil",
|
||||
role: "Buyer",
|
||||
company: "Patil Developers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg",
|
||||
},
|
||||
id: "5", name: "Dinesh Patil", role: "Buyer", company: "Patil Developers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg"},
|
||||
]}
|
||||
title="Partner Trust"
|
||||
description="What our construction partners say about us."
|
||||
@@ -235,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide bulk discounts?",
|
||||
content: "Yes, we offer competitive rates for bulk steel orders.",
|
||||
},
|
||||
id: "f1", title: "Do you provide bulk discounts?", content: "Yes, we offer competitive rates for bulk steel orders."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How fast is delivery?",
|
||||
content: "We aim for same-day or next-day delivery depending on quantity.",
|
||||
},
|
||||
id: "f2", title: "How fast is delivery?", content: "We aim for same-day or next-day delivery depending on quantity."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you provide test certifications?",
|
||||
content: "Absolutely, all our steel products come with certification.",
|
||||
},
|
||||
id: "f3", title: "Can you provide test certifications?", content: "Absolutely, all our steel products come with certification."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers for our construction clients."
|
||||
@@ -260,14 +175,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Need steel for your next project? Contact us today at 9867782637 or visit our office for a detailed quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9867782637",
|
||||
},
|
||||
text: "Call Now", href: "tel:9867782637"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -276,29 +188,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Dhanlaxmi Steels",
|
||||
items: [
|
||||
title: "Dhanlaxmi Steels", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "MS TMT Bar",
|
||||
href: "#products",
|
||||
},
|
||||
label: "MS TMT Bar", href: "#products"},
|
||||
{
|
||||
label: "GI Sheet",
|
||||
href: "#products",
|
||||
},
|
||||
label: "GI Sheet", href: "#products"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -309,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user