From 64b3b7a0662bafc4d5f6d7b947814daf79a3eaee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:25:49 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f6e7b3a..e820530 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Sparkles, Utensils, Wifi } from "lucide-react"; +import FooterBasic from '@/components/sections/footer/FooterBasic'; export default function HomePage() { return ( @@ -16,10 +16,8 @@ export default function HomePage() { tag="Welcome to Grand Horizon" title="Exquisite Comfort Meets Unrivaled Luxury" description="Discover a sanctuary of elegance in the heart of the city. Every stay with us is a promise of serenity and personalized attention." - primaryButton={{ - text: "Book Your Stay", href: "#booking"}} - secondaryButton={{ - text: "Explore Suites", href: "#rooms"}} + primaryButton={{ text: "Book Your Stay", href: "#booking" }} + secondaryButton={{ text: "Explore Suites", href: "#rooms" }} imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg" /> @@ -127,6 +125,14 @@ export default function HomePage() { buttonText="Subscribe" /> + + ); } \ No newline at end of file -- 2.49.1