Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cdba39c08 | |||
| e85a917e6f | |||
| 58d1cf148f | |||
| a76a47b3a8 | |||
| 0ec89d5784 | |||
| 795f916fa5 | |||
| c2822c3453 | |||
| 5cf777a2a9 |
302
src/app/page.tsx
302
src/app/page.tsx
@@ -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";
|
||||
@@ -34,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "products",
|
||||
},
|
||||
name: "Catalog", id: "products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fakhri Fittings"
|
||||
/>
|
||||
@@ -57,77 +48,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Wholesale Partner in Quality Brass Fittings"
|
||||
description="Fakhri Fittings provides high-performance brass pipe fittings, solenoid valves, and air preparation units for industrial needs. Delivering precision engineering and supply chain excellence."
|
||||
kpis={[
|
||||
{
|
||||
value: "5000+",
|
||||
label: "SKUs In Stock",
|
||||
},
|
||||
value: "5000+", label: "SKUs In Stock"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Fast Dispatch",
|
||||
},
|
||||
value: "24h", label: "Fast Dispatch"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality Assured",
|
||||
},
|
||||
value: "100%", label: "Quality Assured"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Catalog", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
|
||||
alt: "Smiling Middle-aged Business Leader at Window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Smiling Middle-aged Business Leader at Window"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
alt: "Close-up of businessman with tie",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", alt: "Close-up of businessman with tie"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Smiling businessman standing in the airport terminal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Smiling businessman standing in the airport terminal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
alt: "Businessman smiling and looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Businessman smiling and looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
alt: "Portrait of handsome businessman wearing glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", alt: "Portrait of handsome businessman wearing glasses"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
},
|
||||
type: "text", text: "Quality Assured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Supply",
|
||||
},
|
||||
type: "text", text: "Global Supply"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineered",
|
||||
},
|
||||
type: "text", text: "Precision Engineered"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Dispatch",
|
||||
},
|
||||
type: "text", text: "Fast Dispatch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Industrial Trusted",
|
||||
},
|
||||
type: "text", text: "Industrial Trusted"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,41 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Brass Pipe Fittings",
|
||||
author: "Fakhri",
|
||||
description: "High-durability brass fittings engineered to withstand high pressure and environmental stress.",
|
||||
tags: [
|
||||
"Brass",
|
||||
"Industrial",
|
||||
"Plumbing",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062950.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Brass Pipe Fittings", author: "Fakhri", description: "High-durability brass fittings engineered to withstand high pressure and environmental stress.", tags: [
|
||||
"Brass", "Industrial", "Plumbing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062950.jpg?_wi=1"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Solenoid Valves",
|
||||
author: "Fakhri",
|
||||
description: "High-precision solenoid valves for automated control, optimized for fast response times and reliability.",
|
||||
tags: [
|
||||
"Automation",
|
||||
"Valves",
|
||||
"Controls",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599409.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "Solenoid Valves", author: "Fakhri", description: "High-precision solenoid valves for automated control, optimized for fast response times and reliability.", tags: [
|
||||
"Automation", "Valves", "Controls"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599409.jpg?_wi=1"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Air Prep Units",
|
||||
author: "Fakhri",
|
||||
description: "Comprehensive air preparation solutions to ensure longevity of your pneumatic machinery.",
|
||||
tags: [
|
||||
"Pneumatics",
|
||||
"Air",
|
||||
"Maintenance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "Air Prep Units", author: "Fakhri", description: "Comprehensive air preparation solutions to ensure longevity of your pneumatic machinery.", tags: [
|
||||
"Pneumatics", "Air", "Maintenance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=1"},
|
||||
]}
|
||||
title="Core Industrial Solutions"
|
||||
description="We specialize in three key pillars of industrial component supply, ensuring optimal flow and control for your systems."
|
||||
@@ -201,47 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Heavy Duty Brass Elbow",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Fitting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg",
|
||||
},
|
||||
id: "p1", name: "Heavy Duty Brass Elbow", price: "Contact for Bulk", variant: "Fitting", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "High-Pressure Solenoid",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Valve",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545669.jpg",
|
||||
},
|
||||
id: "p2", name: "High-Pressure Solenoid", price: "Contact for Bulk", variant: "Valve", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545669.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Precision Filter Regulator",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Air Prep",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg",
|
||||
},
|
||||
id: "p3", name: "Precision Filter Regulator", price: "Contact for Bulk", variant: "Air Prep", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brass Tee Coupling",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Fitting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062954.jpg",
|
||||
},
|
||||
id: "p4", name: "Techno Pneumatic Air Regulator", price: "350 rupees per piece", variant: "1/2 inch | 0-10 bar | Brands: Techno, Akari, RIH", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=1"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "2-Way Solenoid Valve",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Valve",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-helicopter-toy-part_23-2147922383.jpg",
|
||||
},
|
||||
id: "p5", name: "Janatics Filter With Manual Drain", price: "1200 rupees per piece", variant: "Automatic Manual Drain | High Flow Efficiency | Industrial Grade", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Air Lubricator Module",
|
||||
price: "Contact for Bulk",
|
||||
variant: "Air Prep",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286712.jpg",
|
||||
},
|
||||
id: "p6", name: "2-Way Solenoid Valve", price: "Contact for Bulk", variant: "Valve", imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-helicopter-toy-part_23-2147922383.jpg"},
|
||||
]}
|
||||
title="Featured Product Catalog"
|
||||
description="Explore our curated inventory of industrial-grade components ready for bulk dispatch."
|
||||
@@ -255,103 +163,31 @@ export default function LandingPage() {
|
||||
tag="Reliability Metrics"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
description: "Components Processed Annually",
|
||||
},
|
||||
id: "m1", value: "15k+", description: "Components Processed Annually"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Order Accuracy Rate",
|
||||
},
|
||||
id: "m2", value: "99.9%", description: "Order Accuracy Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "450+",
|
||||
description: "Partner Industries Served",
|
||||
},
|
||||
id: "m3", value: "450+", description: "Partner Industries Served"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</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"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Arjun Singh",
|
||||
date: "Jan 2024",
|
||||
title: "Procurement Head",
|
||||
quote: "Fakhri Fittings consistently delivers top-tier brass fittings.",
|
||||
tag: "Industrial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg?_wi=2",
|
||||
imageAlt: "professional male portrait",
|
||||
},
|
||||
id: "t1", name: "Arjun Singh", date: "Jan 2024", title: "Procurement Head", quote: "Fakhri Fittings consistently delivers top-tier brass fittings.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132701.jpg?_wi=2", imageAlt: "professional male portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Rossi",
|
||||
date: "Feb 2024",
|
||||
title: "Operations Manager",
|
||||
quote: "We rely on them for all our air prep needs.",
|
||||
tag: "Manufacturing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg?_wi=2",
|
||||
imageAlt: "professional male portrait",
|
||||
},
|
||||
id: "t2", name: "Maria Rossi", date: "Feb 2024", title: "Operations Manager", quote: "We rely on them for all our air prep needs.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg?_wi=2", imageAlt: "professional male portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Chen",
|
||||
date: "Mar 2024",
|
||||
title: "Chief Engineer",
|
||||
quote: "Their solenoid valves have reduced our downtime.",
|
||||
tag: "Automation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062950.jpg?_wi=2",
|
||||
imageAlt: "professional male portrait",
|
||||
},
|
||||
id: "t3", name: "David Chen", date: "Mar 2024", title: "Chief Engineer", quote: "Their solenoid valves have reduced our downtime.", tag: "Automation", avatarSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062950.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: "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."
|
||||
@@ -363,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer bulk volume discounts?",
|
||||
content: "Yes, we offer tiered pricing structures.",
|
||||
},
|
||||
id: "q1", title: "Do you offer bulk volume discounts?", content: "Yes, we offer tiered pricing structures."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the standard shipping lead time?",
|
||||
content: "Most items dispatch within 24 hours.",
|
||||
},
|
||||
id: "q2", title: "What is the standard shipping lead time?", content: "Most items dispatch within 24 hours."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you handle custom export orders?",
|
||||
content: "Yes, we provide full documentation.",
|
||||
},
|
||||
id: "q3", title: "Can you handle custom export orders?", content: "Yes, we provide full documentation."},
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
sideDescription="Questions about our wholesale process and supply chain."
|
||||
@@ -388,10 +215,9 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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"
|
||||
@@ -403,44 +229,30 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Pipe Fittings",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Pipe Fittings", href: "#features"},
|
||||
{
|
||||
label: "Solenoid Valves",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Solenoid Valves", href: "#features"},
|
||||
{
|
||||
label: "Air Prep",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Air Prep", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Stock",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Stock", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Fakhri Fittings"
|
||||
logoText="Fakhri Fittings | Location: No 221, Near Mennakshi Electricals, Dr Nanjappa Road, Grey Town, Coimbatore - 641018"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user