6 Commits

Author SHA1 Message Date
c705299e64 Update src/app/page.tsx 2026-05-30 19:38:10 +00:00
6ce7464fc1 Merge version_2 into main
Merge version_2 into main
2026-05-30 19:21:52 +00:00
1d1dff9086 Update src/app/page.tsx 2026-05-30 19:21:46 +00:00
61ef4ee229 Merge version_1 into main
Merge version_1 into main
2026-05-30 19:15:31 +00:00
0f5c6254f6 Merge version_1 into main
Merge version_1 into main
2026-05-30 19:15:04 +00:00
e8fac130fd Merge version_1 into main
Merge version_1 into main
2026-05-30 19:14:13 +00:00

View File

@@ -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"},
],
},
{