diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 58f3c7b..dc95a99 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -2,6 +2,7 @@ // @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body import Button from "@/components/ui/Button"; import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; const primaryButton = { text: "Our Story", @@ -21,28 +22,37 @@ 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 &&
- )} + {(primaryButton || secondaryButton) && ( +
+ {primaryButton &&
+ )} +
+ +
+ +
);