Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08ee31c10a | |||
| 1cdba39c08 | |||
| e85a917e6f | |||
| a76a47b3a8 |
@@ -10,7 +10,6 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Shield } from "lucide-react";
|
import { Shield } from "lucide-react";
|
||||||
@@ -174,17 +173,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
textboxLayout="split"
|
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: "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"
|
title="Client Success Stories"
|
||||||
description="Hear how our components have streamlined operations for our partners."
|
description="Hear how our components have streamlined operations for our partners."
|
||||||
@@ -229,7 +217,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Ready to Start Your Order?"
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-hammer-nails-wooden-surface_181624-7817.jpg"
|
||||||
buttonText="Inquire Now"
|
buttonText="Inquire Now"
|
||||||
tag="Contact Us"
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user