Merge version_1_1777479829718 into main #3
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -127,6 +125,14 @@ export default function HomePage() {
|
||||
buttonText="Subscribe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBasic
|
||||
columns={[]}
|
||||
leftText="© 2024 Grand Horizon Hotel."
|
||||
rightText="Designed for excellence."
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user