4 Commits

Author SHA1 Message Date
08ee31c10a Merge version_4 into main
Merge version_4 into main
2026-04-21 16:47:29 +00:00
1cdba39c08 Update src/app/page.tsx 2026-04-21 16:47:26 +00:00
e85a917e6f Merge version_3 into main
Merge version_3 into main
2026-04-21 16:29:40 +00:00
a76a47b3a8 Merge version_3 into main
Merge version_3 into main
2026-04-21 16:29:07 +00:00

View File

@@ -10,7 +10,6 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Shield } from "lucide-react";
@@ -174,17 +173,6 @@ export default function LandingPage() {
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="split"
useInvertedBackground={true}
names={[
"Alpha Industry", "Beta Tech", "Gamma Fluids", "Delta Piping", "Omega Automation", "Sigma Engineering", "Zeta Systems"]}
title="Industry Leaders We Supply"
description="Trusted by engineering firms across the region to deliver critical hardware on demand."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="split"
@@ -199,7 +187,7 @@ export default function LandingPage() {
{
id: "t4", name: "Sara Ahmed", date: "Apr 2024", title: "Site Supervisor", quote: "Reliable, professional, and always helpful.", tag: "Energy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599409.jpg?_wi=2", imageAlt: "professional male portrait"},
{
id: "t5", name: "John Doe", date: "May 2024", title: "Logistics Lead", quote: "Fast, precise, and transparent service.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=2", imageAlt: "professional male portrait"},
id: "t5", name: "BrassTech", date: "May 2024", title: "Loyal Supplier", quote: "Fakhri Fittings is our most trusted and reliable supplier for high-quality industrial components.", tag: "Loyal Partner", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=2", imageAlt: "professional male portrait"},
]}
title="Client Success Stories"
description="Hear how our components have streamlined operations for our partners."
@@ -229,7 +217,7 @@ export default function LandingPage() {
background={{
variant: "plain"}}
title="Ready to Start Your Order?"
description="Send us your inquiry and let our sales team handle the rest."
description="Send us your inquiry and let our sales team handle the rest. Visit us: No 221, Near Mennakshi Electricals, Dr Nanjappa Road, Grey Town, Coimbatore - 641018"
imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-hammer-nails-wooden-surface_181624-7817.jpg"
buttonText="Inquire Now"
tag="Contact Us"
@@ -261,7 +249,7 @@ export default function LandingPage() {
],
},
]}
logoText="Fakhri Fittings"
logoText="Fakhri Fittings | Location: No 221, Near Mennakshi Electricals, Dr Nanjappa Road, Grey Town, Coimbatore - 641018"
/>
</div>
</ReactLenis>