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