Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c705299e64 | |||
| 6ce7464fc1 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user