Update src/app/page.tsx

This commit is contained in:
2026-05-17 14:35:10 +00:00
parent 8f32d00bd2
commit d82be986be

View File

@@ -2,16 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ContactText from '@/components/sections/contact/ContactText';
import { Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -92,6 +88,7 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your lifestyle? Contact our business team today for personalized solutions."
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
buttons={[{ text: "Contact Us", href: "/contact" }]}
/>
</div>