diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 86eb87e..1249f6b 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -8,53 +8,53 @@ import { Check } from "lucide-react"; export default function AboutSection() { return (
-
- -
- -

- 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. -

-
-
+
+ +
+ +

+ 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. +

+
+
-
- -
-
    - {[ - "Award-winning fine dining restaurants", - "World-class spa and wellness center", - "24/7 personalized concierge service", - "Breathtaking panoramic city views", - "State-of-the-art fitness facilities" - ].map((item, index) => ( -
  • -
    - -
    - {item} -
  • - ))} -
-
+
+ + +
+ +
+
+
- - - -
- -
-
-
-
-
-
+ + ); } \ No newline at end of file