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 &&
    )}
    -
    +