Merge version_2_1781994004025 into main #1
@@ -2,11 +2,13 @@ import { Routes, Route } from 'react-router-dom';
|
||||
import Layout from './components/Layout';
|
||||
import HomePage from './pages/HomePage';
|
||||
|
||||
import EnviHeaterPage from "@/pages/EnviHeaterPage";
|
||||
export default function App() {
|
||||
return (
|
||||
<Routes>
|
||||
<Route element={<Layout />}>
|
||||
<Route path="/" element={<HomePage />} />
|
||||
<Route path="/envi-heater" element={<EnviHeaterPage />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
);
|
||||
|
||||
@@ -34,7 +34,9 @@ export default function Layout() {
|
||||
{
|
||||
"name": "Faq",
|
||||
"href": "#faq"
|
||||
}
|
||||
},
|
||||
{ name: "Envi Heater", href: "/envi-heater" },
|
||||
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
23
src/pages/EnviHeaterPage.tsx
Normal file
23
src/pages/EnviHeaterPage.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
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 ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
|
||||
export default function EnviHeaterPage() {
|
||||
return (
|
||||
<>
|
||||
<div data-webild-section="HeroOverlay"><section aria-label="Hero section" className="relative w-full h-svh overflow-hidden flex flex-col justify-end mb-20"><HeroBackgroundSlot /><ImageOrVideo imageSrc="https://img.freepik.com/premium-photo/modern-minimalist-living-room-interior-with-comfortable-sofa-blank-wall-mockup_41470-3354.jpg" className="absolute inset-0 w-full h-full object-cover rounded-none" /><div className="absolute z-10 w-[150vw] h-[150vw] left-0 bottom-0 -translate-x-1/2 translate-y-1/2 backdrop-blur mask-[radial-gradient(circle,black_20%,transparent_70%)]" aria-hidden="true" /><div className="relative z-10 w-content-width mx-auto pb-10 md:pb-25"><div className="flex flex-col gap-3 w-full md:w-6/10 lg:w-1/2 xl:w-45/100 2xl:w-4/10"><div className="w-fit px-3 py-1 mb-1 text-sm card rounded"><p>Luxury Heating</p></div><TextAnimation text="Where Design Meets Warmth" variant="fade" gradientText={true} tag="h1" className="text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-white text-balance" /><TextAnimation text="Elevate your space with the ENVI heater. Experience the perfect balance of sophisticated aesthetics and efficient, silent warmth for your modern home." variant="fade" gradientText={false} tag="p" className="text-lg md:text-xl text-white leading-snug text-balance" /><div className="flex flex-wrap gap-3 mt-2 md:mt-3"><Button text="Shop ENVI" href="#shop" variant="primary" /><Button text="View Features" href="#features" variant="secondary" animationDelay={0.1} /></div><div className="mt-3 md:mt-4"><AvatarGroup avatarsSrc={["https://img.freepik.com/free-photo/close-up-portrait-smiling-young-woman-looking-camera_171337-17994.jpg","https://img.freepik.com/free-photo/handsome-bearded-businessman-rubbing-hands-having-idea_176420-18403.jpg","https://img.freepik.com/free-photo/portrait-young-beautiful-woman-standing-against-grey-wall_23-2148204620.jpg"]} size="lg" label="Trusted by modern homeowners" labelClassName="text-primary-cta-text" /></div></div></div></section></div>
|
||||
<div data-webild-section="FeaturesAlternatingSplit"><FeaturesAlternatingSplit
|
||||
tag="Sophisticated Warmth"
|
||||
title="Elevate Your Space with ENVI"
|
||||
description="Discover the perfect harmony of cutting-edge heating technology and minimalist design. The ENVI heater transforms your home into a sanctuary of comfort."
|
||||
primaryButton={{"text":"Shop ENVI","href":"#shop"}}
|
||||
items={[{"title":"Ultra-Slim Profile","description":"With its ultra-slim design, the ENVI heater seamlessly blends into any room, offering a sleek aesthetic for modern decor.","imageSrc":"https://img.freepik.com/free-photo/modern-living-room-interior-design_23-2150794625.jpg"},{"title":"Whisper-Quiet Operation","description":"Experience pure tranquility. Our fanless design ensures silent, draft-free warmth for uninterrupted relaxation.","imageSrc":"https://picsum.photos/seed/686253954/1200/800"},{"title":"Energy-Efficient Luxury","description":"Indulge in premium comfort. Smart heating technology delivers targeted, energy-efficient warmth exactly where you need it.","imageSrc":"https://img.freepik.com/free-photo/smart-home-device-living-room_23-2150794635.jpg"}]}
|
||||
/></div>
|
||||
<div data-webild-section="ContactCta"><section aria-label="Contact section" className="py-20"><div className="w-content-width mx-auto"><ScrollReveal variant="fade-blur"><div className="flex flex-col items-center gap-8 md:gap-10 py-20 px-8 rounded card"><div className="flex flex-col items-center gap-2"><div className="px-3 py-1 mb-1 text-sm card rounded w-fit"><p>Elevate Your Home</p></div><TextAnimation text="Transform your living space with the ultimate in modern, efficient warmth. Order your ENVI heater today." variant="slide-up" gradientText={true} tag="h2" className="md:max-w-8/10 text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-center text-balance" /><div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3"><Button text="Order Now" href="/checkout" variant="primary" /><Button text="View Details" href="#design" variant="secondary" animationDelay={0.1} /></div></div></div></ScrollReveal></div></section></div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -6,4 +6,5 @@ export interface Route {
|
||||
|
||||
export const routes: Route[] = [
|
||||
{ path: '/', label: 'Home', pageFile: 'HomePage' },
|
||||
{ path: '/envi-heater', label: 'Envi Heater', pageFile: 'EnviHeaterPage' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user