From 07e87980dfa2350a7c4030a2a75b8457430d994a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:46:45 +0000 Subject: [PATCH 1/2] Bob AI: add an about section as the second section --- src/pages/HomePage/sections/About.tsx | 36 ++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index cecf4bc..226be67 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,10 +1,40 @@ import React from 'react'; +import { Tag } from "@/components/ui/Tag"; +import { ScrollReveal } from "@/components/ui/ScrollReveal"; +import { ImageOrVideo } from "@/components/ui/ImageOrVideo"; +import { Button } from "@/components/ui/Button"; export default function AboutSection() { return ( -
-
- {/* Text 'Our Legacy of Hospitality' removed as requested */} +
+
+
+ +
+ +

+ A Legacy of Unparalleled Hospitality +

+

+ Nestled in the heart of the city, The Grand Hotel has been a beacon of luxury and comfort for over a century. Our commitment to excellence is reflected in every detail, from our meticulously designed rooms to our world-class dining experiences. +

+

+ We believe that true luxury lies in the experience. Our dedicated staff is here to ensure that your stay is nothing short of extraordinary, anticipating your every need and exceeding your expectations. +

+
+
+ + +
+ +
+
+
+
); From b8a934daefdd82ea82d188c6d9cb91c56789b874 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:47:23 +0000 Subject: [PATCH 2/2] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/About.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 226be67..1e09a5d 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,14 +1,14 @@ import React from 'react'; -import { Tag } from "@/components/ui/Tag"; -import { ScrollReveal } from "@/components/ui/ScrollReveal"; -import { ImageOrVideo } from "@/components/ui/ImageOrVideo"; -import { Button } from "@/components/ui/Button"; +import Tag from "@/components/ui/Tag"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import Button from "@/components/ui/Button"; export default function AboutSection() { return ( -
+
-
+
@@ -26,7 +26,7 @@ export default function AboutSection() { -
+