From d8b08eeae5c71c2245933eadb33c7d717917e00a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 2 Jun 2026 15:51:19 +0000 Subject: [PATCH] Bob AI: Replaced billboard hero with a big image hero section --- src/pages/HomePage/sections/Hero.tsx | 69 +++++++++++++--------------- 1 file changed, 32 insertions(+), 37 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 95c68b9..4fc3481 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -2,46 +2,41 @@ // file as the canonical source for the "hero" section. import React from 'react'; -import HeroBillboardCreator from '@/components/sections/hero/HeroBillboardCreator'; +import { Button } from '@/components/ui/Button'; +import { Tag } from '@/components/ui/Tag'; +import { ImageOrVideo } from '@/components/ui/ImageOrVideo'; +import { ScrollReveal } from '@/components/ui/ScrollReveal'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HeroSection(): React.JSX.Element { return ( -
- - - -
+
+ +
+ +
+
+ +
+ + +

+ Experience Unrivaled Luxury
+ at The Grand Hotel +

+

+ Discover a world of refined elegance, impeccable service, and breathtaking amenities designed for an unforgettable stay. Your perfect getaway begins here. +

+
+
+
+
+ +
); }