Merge version_1 into main #1
@@ -26,25 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Riddhi Engineering"
|
||||
/>
|
||||
@@ -58,24 +46,16 @@ export default function LandingPage() {
|
||||
description="At Riddhi Engineering, we are more than just a supplier; we are your dedicated partner in progress. With decades of experience in the stainless steel industry, we have built a reputation for delivering superior quality raw materials that meet the stringent demands of various industrial applications. Our journey began with a vision to provide reliability and precision, and today, we stand as a trusted name, empowering industries with materials that last."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Uncompromising Quality",
|
||||
description: "Sourcing and supplying only the highest grades of stainless steel.",
|
||||
icon: ShieldCheck,
|
||||
title: "Uncompromising Quality", description: "Sourcing and supplying only the highest grades of stainless steel.", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Extensive Product Range",
|
||||
description: "Sheets, rods, pipes, coils, and custom solutions to fit every need.",
|
||||
icon: Package,
|
||||
title: "Extensive Product Range", description: "Sheets, rods, pipes, coils, and custom solutions to fit every need.", icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Customer-Centric Approach",
|
||||
description: "Dedicated support and tailored solutions for our esteemed clients.",
|
||||
icon: Users,
|
||||
title: "Customer-Centric Approach", description: "Dedicated support and tailored solutions for our esteemed clients.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Timely & Reliable Delivery",
|
||||
description: "Ensuring your materials arrive on schedule, every time.",
|
||||
icon: Truck,
|
||||
title: "Timely & Reliable Delivery", description: "Ensuring your materials arrive on schedule, every time.", icon: Truck,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589655.jpg"
|
||||
@@ -87,58 +67,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Stainless Steel Sheets",
|
||||
href: "/products#sheets",
|
||||
},
|
||||
label: "Stainless Steel Sheets", href: "/products#sheets"},
|
||||
{
|
||||
label: "Stainless Steel Rods",
|
||||
href: "/products#rods",
|
||||
},
|
||||
label: "Stainless Steel Rods", href: "/products#rods"},
|
||||
{
|
||||
label: "Stainless Steel Pipes",
|
||||
href: "/products#pipes",
|
||||
},
|
||||
label: "Stainless Steel Pipes", href: "/products#pipes"},
|
||||
{
|
||||
label: "Stainless Steel Coils",
|
||||
href: "/products#coils",
|
||||
},
|
||||
label: "Stainless Steel Coils", href: "/products#coils"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQs", href: "/faq"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
228
src/app/page.tsx
228
src/app/page.tsx
@@ -32,25 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Riddhi Engineering"
|
||||
/>
|
||||
@@ -59,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Your Trusted Partner for Stainless Steel Raw Materials"
|
||||
description="Riddhi Engineering delivers premium quality stainless steel raw materials, ensuring excellence and reliability for your industrial needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore Products", href: "/products"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-shot-white-symmetrical-ceiling_181624-7454.jpg"
|
||||
imageAlt="Polished stainless steel texture"
|
||||
@@ -84,14 +67,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Riddhi Engineering"
|
||||
description={[
|
||||
"Riddhi Engineering has been a steadfast name in the stainless steel industry for over a decade. We pride ourselves on sourcing and supplying only the highest-grade raw materials, meeting stringent quality standards for diverse industrial applications.",
|
||||
"Our commitment to excellence extends beyond products; we foster lasting partnerships built on trust, transparency, and tailored solutions. With a deep understanding of market demands and a robust supply chain, we empower your projects with unparalleled material integrity and timely delivery.",
|
||||
]}
|
||||
"Riddhi Engineering has been a steadfast name in the stainless steel industry for over a decade. We pride ourselves on sourcing and supplying only the highest-grade raw materials, meeting stringent quality standards for diverse industrial applications.", "Our commitment to excellence extends beyond products; we foster lasting partnerships built on trust, transparency, and tailored solutions. With a deep understanding of market demands and a robust supply chain, we empower your projects with unparalleled material integrity and timely delivery."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,54 +82,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Uncompromised Quality Assurance",
|
||||
description: "Every batch of stainless steel undergoes rigorous quality checks, ensuring it meets international standards and your precise specifications.",
|
||||
icon: ShieldCheck,
|
||||
title: "Uncompromised Quality Assurance", description: "Every batch of stainless steel undergoes rigorous quality checks, ensuring it meets international standards and your precise specifications.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/shield-check-marks-dark_78370-8671.jpg",
|
||||
alt: "Quality assurance icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/shield-check-marks-dark_78370-8671.jpg", alt: "Quality assurance icon"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/shield-check-marks-dark_78370-8671.jpg",
|
||||
alt: "Quality assurance icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/shield-check-marks-dark_78370-8671.jpg", alt: "Quality assurance icon"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Diverse Product Range",
|
||||
description: "From sheets and plates to rods and pipes, our extensive inventory covers all grades and forms of stainless steel, ready for immediate dispatch.",
|
||||
icon: Grid,
|
||||
title: "Diverse Product Range", description: "From sheets and plates to rods and pipes, our extensive inventory covers all grades and forms of stainless steel, ready for immediate dispatch.", icon: Grid,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/online-shopping-infographics_1284-13377.jpg",
|
||||
alt: "Diverse range icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/online-shopping-infographics_1284-13377.jpg", alt: "Diverse range icon"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/online-shopping-infographics_1284-13377.jpg",
|
||||
alt: "Diverse range icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/online-shopping-infographics_1284-13377.jpg", alt: "Diverse range icon"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reliable & Timely Delivery",
|
||||
description: "Our streamlined logistics ensure that your materials arrive on schedule, minimizing downtime and keeping your projects on track, every time.",
|
||||
icon: Truck,
|
||||
title: "Reliable & Timely Delivery", description: "Our streamlined logistics ensure that your materials arrive on schedule, minimizing downtime and keeping your projects on track, every time.", icon: Truck,
|
||||
mediaItems: [
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-delivery-service-car_23-2147767773.jpg",
|
||||
alt: "Timely delivery icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-delivery-service-car_23-2147767773.jpg", alt: "Timely delivery icon"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-delivery-service-car_23-2147767773.jpg",
|
||||
alt: "Timely delivery icon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-woman-delivery-service-car_23-2147767773.jpg", alt: "Timely delivery icon"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -167,53 +122,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "Riddhi Steel",
|
||||
name: "Stainless Steel Sheets",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scratched-metallic-with-gold-metal_1048-13652.jpg",
|
||||
imageAlt: "Stainless steel sheets",
|
||||
},
|
||||
id: "product-1", brand: "Riddhi Steel", name: "Stainless Steel Sheets", price: "Request Quote", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/scratched-metallic-with-gold-metal_1048-13652.jpg", imageAlt: "Stainless steel sheets"},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "Riddhi Steel",
|
||||
name: "Stainless Steel Rods",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "45+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3262.jpg",
|
||||
imageAlt: "Stainless steel rods",
|
||||
},
|
||||
id: "product-2", brand: "Riddhi Steel", name: "Stainless Steel Rods", price: "Request Quote", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/storehouse_1127-3262.jpg", imageAlt: "Stainless steel rods"},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "Riddhi Steel",
|
||||
name: "Stainless Steel Pipes",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "60+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-construction-beams-showcasing-industrial-strength_91128-4540.jpg",
|
||||
imageAlt: "Stainless steel pipes",
|
||||
},
|
||||
id: "product-3", brand: "Riddhi Steel", name: "Stainless Steel Pipes", price: "Request Quote", rating: 5,
|
||||
reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/steel-construction-beams-showcasing-industrial-strength_91128-4540.jpg", imageAlt: "Stainless steel pipes"},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "Riddhi Steel",
|
||||
name: "Stainless Steel Coils",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-185.jpg",
|
||||
imageAlt: "Stainless steel coils",
|
||||
},
|
||||
id: "product-4", brand: "Riddhi Steel", name: "Stainless Steel Coils", price: "Request Quote", rating: 5,
|
||||
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-185.jpg", imageAlt: "Stainless steel coils"},
|
||||
]}
|
||||
title="Our Stainless Steel Product Range"
|
||||
description="Discover our comprehensive selection of high-quality stainless steel raw materials, available in various forms and grades to suit your specific industrial applications."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,25 +150,13 @@ export default function LandingPage() {
|
||||
tag="Building Trust"
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
value: "10+",
|
||||
description: "Years of Industry Experience",
|
||||
},
|
||||
id: "years-experience", value: "10+", description: "Years of Industry Experience"},
|
||||
{
|
||||
id: "satisfied-clients",
|
||||
value: "200+",
|
||||
description: "Satisfied Global Clients",
|
||||
},
|
||||
id: "satisfied-clients", value: "200+", description: "Satisfied Global Clients"},
|
||||
{
|
||||
id: "material-grades",
|
||||
value: "50+",
|
||||
description: "Stainless Steel Grades",
|
||||
},
|
||||
id: "material-grades", value: "50+", description: "Stainless Steel Grades"},
|
||||
{
|
||||
id: "delivery-rate",
|
||||
value: "99%",
|
||||
description: "On-Time Delivery Rate",
|
||||
},
|
||||
id: "delivery-rate", value: "99%", description: "On-Time Delivery Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -254,23 +167,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Industrial Corp",
|
||||
"Global Engineering",
|
||||
"ChemPro Solutions",
|
||||
"Infrastructure Builders",
|
||||
"MarineTech",
|
||||
"EcoEnergy Inc",
|
||||
"Consumer Innovations",
|
||||
]}
|
||||
"Industrial Corp", "Global Engineering", "ChemPro Solutions", "Infrastructure Builders", "MarineTech", "EcoEnergy Inc", "Consumer Innovations"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/vintage-labor-day-label-set_23-2148606496.jpg",
|
||||
"http://img.b2bpic.net/free-vector/space-label-collection_23-2147935858.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-organic-food-label-collection_23-2148099611.jpg",
|
||||
"http://img.b2bpic.net/free-vector/various-vintage-environmental-day-stickers_23-2147620698.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-nautical-badge-collection_23-2148055531.jpg",
|
||||
"http://img.b2bpic.net/free-psd/flat-design-renewable-energy-template_23-2150387879.jpg",
|
||||
"http://img.b2bpic.net/free-vector/abstract-logotype_23-2147503115.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/vintage-labor-day-label-set_23-2148606496.jpg", "http://img.b2bpic.net/free-vector/space-label-collection_23-2147935858.jpg", "http://img.b2bpic.net/free-vector/flat-organic-food-label-collection_23-2148099611.jpg", "http://img.b2bpic.net/free-vector/various-vintage-environmental-day-stickers_23-2147620698.jpg", "http://img.b2bpic.net/free-vector/flat-nautical-badge-collection_23-2148055531.jpg", "http://img.b2bpic.net/free-psd/flat-design-renewable-energy-template_23-2150387879.jpg", "http://img.b2bpic.net/free-vector/abstract-logotype_23-2147503115.jpg"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to be the preferred supplier for leading companies across various sectors, delivering consistent quality and reliable service."
|
||||
speed={35}
|
||||
@@ -283,25 +182,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What types of stainless steel grades do you offer?",
|
||||
content: "We offer a wide range of stainless steel grades, including 304, 316, 201, 430, and specialized alloys, to meet various industrial requirements. Please contact us for specific availability.",
|
||||
},
|
||||
id: "faq-1", title: "What types of stainless steel grades do you offer?", content: "We offer a wide range of stainless steel grades, including 304, 316, 201, 430, and specialized alloys, to meet various industrial requirements. Please contact us for specific availability."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I request a custom size or finish?",
|
||||
content: "Yes, we provide custom cutting, sizing, and various finishes (e.g., brushed, polished, matte) to tailor products to your exact project specifications. Our team is ready to discuss your custom needs.",
|
||||
},
|
||||
id: "faq-2", title: "Can I request a custom size or finish?", content: "Yes, we provide custom cutting, sizing, and various finishes (e.g., brushed, polished, matte) to tailor products to your exact project specifications. Our team is ready to discuss your custom needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What are your minimum order quantities?",
|
||||
content: "Our minimum order quantities vary depending on the product type and grade. We accommodate both large industrial orders and smaller specialized requirements. Please reach out to our sales team for details.",
|
||||
},
|
||||
id: "faq-3", title: "What are your minimum order quantities?", content: "Our minimum order quantities vary depending on the product type and grade. We accommodate both large industrial orders and smaller specialized requirements. Please reach out to our sales team for details."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, Riddhi Engineering provides reliable international shipping services to deliver our stainless steel raw materials globally. Shipping costs and delivery times will depend on the destination and order size.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer international shipping?", content: "Yes, Riddhi Engineering provides reliable international shipping services to deliver our stainless steel raw materials globally. Shipping costs and delivery times will depend on the destination and order size."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-together-office_23-2148738323.jpg"
|
||||
imageAlt="Customer support and FAQ illustration"
|
||||
@@ -319,50 +206,31 @@ export default function LandingPage() {
|
||||
imageAlt="Industrial metal texture background"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Sheets",
|
||||
href: "/products#sheets",
|
||||
},
|
||||
label: "Sheets", href: "/products#sheets"},
|
||||
{
|
||||
label: "Rods",
|
||||
href: "/products#rods",
|
||||
},
|
||||
label: "Rods", href: "/products#rods"},
|
||||
{
|
||||
label: "Pipes",
|
||||
href: "/products#pipes",
|
||||
},
|
||||
label: "Pipes", href: "/products#pipes"},
|
||||
{
|
||||
label: "Coils",
|
||||
href: "/products#coils",
|
||||
},
|
||||
label: "Coils", href: "/products#coils"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user