From 6e4a35caf83a2ff396948a34bde481feb0f77512 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 13:04:31 +0000 Subject: [PATCH] Bob AI: Refined about section layout and styling --- src/pages/HomePage/sections/About.tsx | 40 +++++++++++++++------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 941dd5e..a6d769d 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -3,6 +3,7 @@ import Button from "@/components/ui/Button"; import TextAnimation from "@/components/ui/TextAnimation"; import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import Tag from "@/components/ui/Tag"; const primaryButton = { text: "Our Story", @@ -22,35 +23,38 @@ interface AboutTextProps { const AboutInline = () => { return (
-
- -
-
-
    -
  • • Five-Star Amenities including world-class dining and spa
  • -
  • • Luxurious Suites with premium bedding and stunning views
  • -
  • • Prime Location in the heart of the city
  • -
  • • Personalized 24/7 concierge services
  • +
    +
    + + +
    +
    +
    +
      +
    • Five-Star Amenities including world-class dining and spa
    • +
    • Luxurious Suites with premium bedding and stunning views
    • +
    • Prime Location in the heart of the city
    • +
    • Personalized 24/7 concierge services
    {(primaryButton || secondaryButton) && ( -
    +
    {primaryButton &&
    )}
    -
    +
    -- 2.49.1