From 6dc5bf6352c8436635f162343b7e1d5492c063ae Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 13:10:30 +0000 Subject: [PATCH] Bob AI: Updated about section to use the standard Card component --- src/pages/HomePage/sections/About.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index a6d769d..fdfdba3 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -4,6 +4,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"; +import Card from "@/components/ui/Card"; const primaryButton = { text: "Our Story", @@ -36,12 +37,14 @@ const AboutInline = () => {
-
    -
  • 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) && (
-- 2.49.1