Update src/app/page.tsx

This commit is contained in:
2025-12-26 09:08:57 +00:00
parent fe42506d50
commit b4f9a4e328

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import TextAnimation from '@/components/text/TextAnimation';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
@@ -44,16 +44,10 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="TechVision"
description="Transforming businesses through innovative IT solutions and strategic technology partnerships"
buttons={[
{ text: "Explore Services", href: "services" },
{ text: "Schedule Consultation", href: "contact" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg"
imageAlt="Modern office workspace"
showDimOverlay={true}
<TextAnimation
type="entrance-slide"
title="Welcome to our company"
variant="trigger"
/>
</div>
@@ -120,7 +114,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Yo yoLOCKED_SELECTION"
title="Flexible Pricing Plans"
description="Choose the right partnership model for your organization"
textboxLayout="default"
animationType="slide-up"