Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c705299e64 | |||
| 6ce7464fc1 | |||
| 1d1dff9086 | |||
| 61ef4ee229 | |||
| 0f5c6254f6 | |||
| e8fac130fd |
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import { Bell, Coffee, Home, MapPin, Utensils, Wifi } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Your Stay", href: "#pricing"},
|
||||
{
|
||||
text: "Explore Our Menu", href: "#products"},
|
||||
text: "Explore Our Menu", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=1"
|
||||
imageAlt="Luxurious hotel lobby and restaurant interior at Golden Sky Home"
|
||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
text="Ready to Experience Golden Sky Home? Contact us for reservations, inquiries, or any special requests. We look forward to welcoming you!"
|
||||
text="Ready to Experience Golden Sky Home? Contact us for reservations, inquiries, or any special requests.\n\nPhone: +1 (234) 567-890\nEmail: info@goldenskyhome.com\nAddress: 123 Skyview Lane, Metropolis, NY 10001\n\nHours:\nAppart Hôtel Reception: 24/7\nCafé: Mon-Sun, 7:00 AM - 6:00 PM\nRestaurant: Tue-Sun, 6:30 PM - 10:00 PM (Closed Mondays)"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
@@ -273,16 +273,20 @@ export default function LandingPage() {
|
||||
label: "Appart Hôtel", href: "#rooms"},
|
||||
{
|
||||
label: "Restaurant & Café", href: "#features"},
|
||||
{
|
||||
label: "Amenities", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Amenities", href: "#features"},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -300,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user