From 8ff442f3bfe42a031dc6d037075a8550b6a6af90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:55:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdadd4a..20ba3e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -13,19 +12,20 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import { Award, Briefcase, Building2, Crop, DollarSign, Home, Layout, MapPin, Package, Ruler, TrendingUp, User } from "lucide-react"; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -120,7 +120,7 @@ export default function LandingPage() { @@ -227,7 +227,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - animationType="slide-up" + animationType="blur-reveal" products={[ { id: "risk-1", name: "Build Cost Overruns", price: "High Risk", imageSrc: "http://img.b2bpic.net/free-photo/euro-money-coins-forklift-isolated-white-space_268835-1205.jpg", imageAlt: "Construction site with potential cost overruns"}, @@ -266,8 +266,7 @@ export default function LandingPage() {