Update src/app/about/page.tsx

This commit is contained in:
2026-03-26 11:56:01 +00:00
parent 15cf112b7f
commit 010c72cc2d

View File

@@ -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"},
],
},
]}