From a938c08f1a960cab18bc14db14cc7893f74af813 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 22:21:31 +0000 Subject: [PATCH] Bob AI: Populate src/pages/EnviHeaterPage.tsx (snippet builder, 3 sections) --- src/pages/EnviHeaterPage.tsx | 92 +++++++----------------------------- 1 file changed, 18 insertions(+), 74 deletions(-) diff --git a/src/pages/EnviHeaterPage.tsx b/src/pages/EnviHeaterPage.tsx index 56defb0..7799196 100644 --- a/src/pages/EnviHeaterPage.tsx +++ b/src/pages/EnviHeaterPage.tsx @@ -1,79 +1,23 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroSplit from "@/components/sections/hero/HeroSplit"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import AvatarGroup from "@/components/ui/AvatarGroup"; import FeaturesAlternatingSplit from "@/components/sections/features/FeaturesAlternatingSplit"; -import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; +import ScrollReveal from "@/components/ui/ScrollReveal"; export default function EnviHeaterPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Buy Now", href: "/checkout" }} - /> - -
- - - - - -
- - -
+ <> +
+
+

Elevate Your Home

+ ); -} \ No newline at end of file +}