Update src/app/page.tsx

This commit is contained in:
2026-05-30 19:21:46 +00:00
parent 61ef4ee229
commit 1d1dff9086

View File

@@ -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>
);
}
}