Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:06:05 +00:00
parent b7f7fdf2b5
commit 88c76e5794

View File

@@ -3,16 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
import { Building, FileText, Leaf, Shield, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -46,6 +42,7 @@ export default function LandingPage() {
title="Excel Engineering: Precision Gearbox Shaft Manufacturing"
description="Leader in high-precision gearbox shaft manufacturing. We provide engineered solutions designed for extreme mechanical demand and structural performance."
testimonials={[]}
background={{ variant: "radial-gradient" }}
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22530dd83a?q=80&w=2000"
imageAlt="Precision engineered industrial gearbox shaft"
buttons={[
@@ -58,7 +55,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Engineered for Excellence"
description="At Excel Engineering, we specialize in the custom manufacturing of high-tolerance gearbox shafts. Using state-of-the-art CNC technology, we ensure every component meets the highest industrial standards for durability and efficiency."
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#" }
]}
@@ -111,6 +108,7 @@ export default function LandingPage() {
description="Ready to optimize your mechanical systems? Contact us for custom gearbox shaft manufacturing specifications."
buttons={[{ text: "Request Consultation", href: "#" }]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>