From e1c933ef8ba426a769a3ff9b57094015d68912ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 06:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 ++++++++++++++--------------------------------- 1 file changed, 40 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf756aa..a8e71ef 100644 --- a/src/app/page.tsx +++ b/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"}, - ]} /> @@ -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." /> @@ -129,8 +94,7 @@ export default function LandingPage() { @@ -140,67 +104,45 @@ export default function LandingPage() {
- +
-- 2.49.1