From 71261e20eec03349a65fa9ecb00733214227cb09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 16:51:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 267 +++++++++++------------------------------------ 1 file changed, 63 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 624bdde..29bd360 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Coffee, Sparkles, Utensils, Waves, Wine } from "lucide-react"; +import { Coffee, Sparkles, Utensils, Waves, Wine, Dumbbell } from "lucide-react"; export default function LandingPage() { return ( @@ -34,21 +34,13 @@ export default function LandingPage() { @@ -57,17 +49,14 @@ export default function LandingPage() {
@@ -79,19 +68,13 @@ export default function LandingPage() { description="For over three decades, we have redefined hospitality with attention to detail and personal service. Your home away from home." metrics={[ { - value: "30+", - title: "Years of Excellence", - }, + value: "30+", title: "Years of Excellence"}, { - value: "100k+", - title: "Happy Guests", - }, + value: "100k+", title: "Happy Guests"}, { - value: "5 Stars", - title: "Luxury Rating", - }, + value: "5 Stars", title: "Luxury Rating"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fmnl2&_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5fmnl2" imageAlt="luxury boutique hotel spa relaxation" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -101,57 +84,40 @@ export default function LandingPage() {