diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..6e00b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,332 +4,138 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroOverlay from "@/components/sections/hero/HeroOverlay"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterBase from "@/components/sections/footer/FooterBase"; +import { ShieldCheck, Wrench, DollarSign, Phone, Cpu, Wind, Thermometer, Tool } from "lucide-react"; -export default function HvacPage() { +export default function UABTermogamaLanding() { return (
-
-
-
- - -
- +
+ +
+ +
+ +
+ +
+
-
-
); -} +} \ No newline at end of file