Merge version_2 into main #2
138
src/app/page.tsx
138
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Award, TrendingDown, Clock } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import { Zap, Award, TrendingDown, Clock, Mail, Phone, MapPin, CheckCircle } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
name: "Products", id: "#features"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
@@ -57,48 +57,13 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Michael C.", handle: "@PlantHead", testimonial: "Reliable systems and excellent 48-hour service response.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg"},
|
||||
{
|
||||
name: "Emily R.", handle: "@Maintenance", testimonial: "The best lubrication partner for our mining facility.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg"},
|
||||
{
|
||||
name: "David K.", handle: "@EngTech", testimonial: "Expert guidance helped us choose the right dual-line system.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg"},
|
||||
{
|
||||
name: "Jane D.", handle: "@Procurement", testimonial: "Professional, fast, and extremely cost-effective results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
{ text: "Request a Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+919999999999" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599435.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "User 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ace2wp", alt: "Ramco"},
|
||||
{
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ocnv3i", alt: "Ultratech"},
|
||||
{
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rsr31x", alt: "JSW"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/company-managers-leading-carpenter-analyzing-reports-wood-factory-coronavirus-pandemic_637285-11859.jpg", alt: "SKF Lincoln"},
|
||||
{
|
||||
type: "text", text: "Reliable"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,7 +86,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
title="Why Go Auto Lubrication?"
|
||||
description="We don't just supply products; we deliver industrial-grade reliability and long-term cost efficiency for your plant operations."
|
||||
description="We deliver industrial-grade reliability and long-term cost efficiency for your plant operations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,8 +94,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Ramco", "Ultratech", "JSW", "SKF Lincoln", "Steel Dynamics", "Global Mining Co.", "Automotive Solutions"]}
|
||||
names={["Ramco", "Ultratech", "JSW", "SKF Lincoln", "Steel Dynamics", "Global Mining Co."]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud partners to some of the largest manufacturing and mining giants."
|
||||
/>
|
||||
@@ -140,67 +104,45 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Professional Industrial Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Service", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Book a Service", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Need the Right Lubrication System for Your Plant?"
|
||||
description="Contact our sales engineers for a no-obligation consultation and request a custom quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Speak to Expert", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "Request Quote", href: "#"},
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
title="Partner with Authority"
|
||||
description="Leverage 8+ years of specialized engineering excellence. Request your technical consultation and audit today to secure your operational uptime."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Company Email", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your machine requirements", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-engineer-pointing-finger-blueprint-colleague-factory-floor_1150-13686.jpg"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Single-line", href: "#"},
|
||||
{
|
||||
label: "Dual-line", href: "#"},
|
||||
{
|
||||
label: "Progressive", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services", href: "#"},
|
||||
{
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Service Request", href: "#"},
|
||||
{
|
||||
label: "Knowledge Hub", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Go Auto Lubricators. All rights reserved."
|
||||
bottomRightText="Authorized SKF Lincoln Dealer."
|
||||
/>
|
||||
<FooterBaseReveal
|
||||
logoText="Go Auto"
|
||||
columns={[
|
||||
{
|
||||
title: "Engineering", items: [
|
||||
{ label: "System Audit", href: "#" },
|
||||
{ label: "Installation", href: "#" },
|
||||
{ label: "48hr Support", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Authority", items: [
|
||||
{ label: "SKF Authorized", href: "#" },
|
||||
{ label: "Certifications", href: "#" },
|
||||
{ label: "Case Studies", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Go Auto Lubricators. Professional Precision Guaranteed."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user