From 726b4e7da7a8fb516d471b4b17518a800d28c559 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 16:56:38 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 73 +++++++++++------------------------------- 1 file changed, 19 insertions(+), 54 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d243ed0..2a7025f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,6 +6,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import Link from "next/link"; export default function AboutPage() { return ( @@ -15,7 +16,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -31,8 +32,7 @@ export default function AboutPage() { { name: "About", id: "/about" } ]} button={{ - text: "Book Now", - href: "/booking" + text: "Book Now", href: "/booking" }} /> @@ -41,9 +41,7 @@ export default function AboutPage() { @@ -104,33 +87,18 @@ export default function AboutPage() { animationType="slide-up" metrics={[ { - id: "1", - value: "25+", - title: "Years of Distinguished Service", - items: [ - "Founded in 1998 by Elena Corido", - "Over two decades of refined hospitality", - "Continuous commitment to excellence" + id: "1", value: "25+", title: "Years of Distinguished Service", items: [ + "Founded in 1998 by Elena Corido", "Over two decades of refined hospitality", "Continuous commitment to excellence" ] }, { - id: "2", - value: "50k+", - title: "Satisfied Guests Worldwide", - items: [ - "Travelers from 80+ countries", - "98% guest satisfaction rating", - "Award-winning customer service" + id: "2", value: "50k+", title: "Satisfied Guests Worldwide", items: [ + "Travelers from 80+ countries", "98% guest satisfaction rating", "Award-winning customer service" ] }, { - id: "3", - value: "15+", - title: "International Awards", - items: [ - "Best Boutique Hotel Madrid 2023", - "Excellence in Service Award", - "Sustainable Tourism Recognition" + id: "3", value: "15+", title: "International Awards", items: [ + "Best Boutique Hotel Madrid 2023", "Excellence in Service Award", "Sustainable Tourism Recognition" ] } ]} @@ -141,8 +109,7 @@ export default function AboutPage() { copyrightText="© 2025 Corido Madrid. All rights reserved." columns={[ { - title: "Hotel", - items: [ + title: "Hotel", items: [ { label: "Rooms & Suites", href: "/rooms" }, { label: "Amenities", href: "/services" }, { label: "Dining", href: "/services" }, @@ -150,8 +117,7 @@ export default function AboutPage() { ] }, { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "About Us", href: "/about" }, { label: "Location", href: "/location" }, { label: "Guest Reviews", href: "/" }, @@ -159,8 +125,7 @@ export default function AboutPage() { ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Reservations", href: "https://www.example.com" }, { label: "+34 91 555 0000", href: "tel:+34915550000" }, { label: "info@coridomadrid.com", href: "mailto:info@coridomadrid.com" },