Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:54:17 +00:00
parent 4ac11b1d20
commit c33b0ef7d1

View File

@@ -22,32 +22,28 @@ export default function HomePage() {
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Capabilities", href: "/capabilities" },
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "/capabilities#faq" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Email", href: "mailto:sales@rehmanindustries.com" },
{ label: "Phone", href: "tel:+92-XXX-XXXXXXX" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
{ label: "Sitemap", href: "/sitemap.xml" },
@@ -62,7 +58,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -85,43 +81,23 @@ export default function HomePage() {
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg"
imageAlt="Advanced plastic injection moulding factory equipment"
mediaAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
name: "Ahmed Khan",
handle: "Director, Khan Manufacturing",
testimonial: "Rehman Industries delivered our custom parts with exceptional precision. Their expertise in materials and turnaround time exceeded our expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Ahmed Khan portrait",
},
name: "Ahmed Khan", handle: "Director, Khan Manufacturing", testimonial: "Rehman Industries delivered our custom parts with exceptional precision. Their expertise in materials and turnaround time exceeded our expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Khan portrait"},
{
name: "Sofia Bergström",
handle: "Engineering Lead, Nordic Tech",
testimonial: "Working with Rehman Industries has been transformative for our production pipeline. Their ISO-certified processes ensure consistent quality every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=1",
imageAlt: "Sofia Bergström portrait",
},
name: "Sofia Bergström", handle: "Engineering Lead, Nordic Tech", testimonial: "Working with Rehman Industries has been transformative for our production pipeline. Their ISO-certified processes ensure consistent quality every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "Sofia Bergström portrait"},
{
name: "Marcus Johnson",
handle: "CEO, Precision Components Inc",
testimonial: "The team at Rehman Industries understands industrial moulding at the highest level. They've been instrumental in our growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Marcus Johnson portrait",
},
name: "Marcus Johnson", handle: "CEO, Precision Components Inc", testimonial: "The team at Rehman Industries understands industrial moulding at the highest level. They've been instrumental in our growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson portrait"},
{
name: "Priya Patel",
handle: "Product Manager, ElectroTech Solutions",
testimonial: "Rapid prototyping and seamless material transitions. Rehman Industries is a true partner in innovation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "Priya Patel portrait",
},
name: "Priya Patel", handle: "Product Manager, ElectroTech Solutions", testimonial: "Rapid prototyping and seamless material transitions. Rehman Industries is a true partner in innovation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Priya Patel portrait"},
]}
testimonialRotationInterval={5000}
buttons={[{ text: "Request a Quote", href: "/contact" }]}
@@ -153,32 +129,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Custom Moulding",
description: "Bespoke plastic components engineered to your exact specifications. From single prototypes to full-scale production runs.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=1",
imageAlt: "Custom plastic moulding",
},
title: "Custom Moulding", description: "Bespoke plastic components engineered to your exact specifications. From single prototypes to full-scale production runs.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", imageAlt: "Custom plastic moulding"},
{
id: 2,
title: "Rapid Prototyping",
description: "Fast-track your product development. We deliver functional prototypes in days, not weeks.",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg?_wi=1",
imageAlt: "Rapid prototyping service",
},
title: "Rapid Prototyping", description: "Fast-track your product development. We deliver functional prototypes in days, not weeks.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg", imageAlt: "Rapid prototyping service"},
{
id: 3,
title: "Material Selection",
description: "Expert guidance on material choice. We work with ABS, polycarbonate, nylon, and specialized polymers for optimal performance.",
imageSrc: "http://img.b2bpic.net/free-photo/shadows-eye-eyebrow-set-table-colorful-pallete_8353-8404.jpg",
imageAlt: "Material selection service",
},
title: "Material Selection", description: "Expert guidance on material choice. We work with ABS, polycarbonate, nylon, and specialized polymers for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/shadows-eye-eyebrow-set-table-colorful-pallete_8353-8404.jpg", imageAlt: "Material selection service"},
{
id: 4,
title: "Assembly Services",
description: "Beyond moulding: precision assembly, quality control, and packaging to deliver complete solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-manufacturing-specialist-enhancing-production-efficiency_482257-126818.jpg",
imageAlt: "Assembly services",
},
title: "Assembly Services", description: "Beyond moulding: precision assembly, quality control, and packaging to deliver complete solutions.", imageSrc: "http://img.b2bpic.net/free-photo/digital-manufacturing-specialist-enhancing-production-efficiency_482257-126818.jpg", imageAlt: "Assembly services"},
]}
buttons={[{ text: "Explore Services", href: "/services" }]}
buttonAnimation="slide-up"
@@ -212,7 +172,7 @@ export default function HomePage() {
description="Whether you need a quote, want to discuss specifications, or have questions about our capabilities, our team is ready to help."
tagIcon={MessageSquare}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get in Touch"