Update src/app/page.tsx
This commit is contained in:
422
src/app/page.tsx
422
src/app/page.tsx
@@ -28,314 +28,138 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sky Moon Lounge"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sky Moon Lounge"
|
||||
button={{ text: "Reservations", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Dine Above the Clouds"
|
||||
description="Experience panoramic city views combined with culinary excellence at the Sky Moon Lounge & Rooftop, your premier destination for upscale dining in Dhaka."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-ethnic-friendship-party-leisure-happiness-concept_53876-42765.jpg"
|
||||
imageAlt="Sky Moon Rooftop at night"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Dine Above the Clouds"
|
||||
description="Experience panoramic city views combined with culinary excellence at the Sky Moon Lounge & Rooftop, your premier destination for upscale dining in Dhaka."
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-ethnic-friendship-party-leisure-happiness-concept_53876-42765.jpg"
|
||||
imageAlt="Sky Moon Rooftop at night"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Dhaka's Premier Rooftop Escape"
|
||||
description={[
|
||||
"Sky Moon Lounge & Rooftop offers a unique blend of indoor elegance and outdoor vibrancy. Perched in the heart of Mirpur, we provide a sophisticated atmosphere perfect for intimate dinners, celebrations, and chill evenings with friends.",
|
||||
"Enjoy fresh air, exquisite lighting, and stunning city views while savoring our meticulously crafted menu.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Dhaka's Premier Rooftop Escape"
|
||||
description={[
|
||||
"Sky Moon Lounge & Rooftop offers a unique blend of indoor elegance and outdoor vibrancy. Perched in the heart of Mirpur, we provide a sophisticated atmosphere perfect for intimate dinners, celebrations, and chill evenings with friends.", "Enjoy fresh air, exquisite lighting, and stunning city views while savoring our meticulously crafted menu."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Tandoori Special",
|
||||
price: "৳550",
|
||||
rating: 4,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Fusion",
|
||||
name: "Artisan Pizza",
|
||||
price: "৳600",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Global",
|
||||
name: "Premium Sushi",
|
||||
price: "৳600",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Authentic",
|
||||
name: "Royal Biryani",
|
||||
price: "৳450",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-crackers-cream-cheese_114579-1998.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Beverage",
|
||||
name: "Fresh Apple Juice",
|
||||
price: "৳250",
|
||||
rating: 4,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-tray-with-grilled-chicken-thighs-pita-with-onions-herbs_141793-4671.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Classic",
|
||||
name: "Grilled Chicken",
|
||||
price: "৳500",
|
||||
rating: 4,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg",
|
||||
},
|
||||
]}
|
||||
title="Signature Culinary Delights"
|
||||
description="Indulge in a curated selection of dishes that define our signature experience, ranging from authentic tandoori to global fusion."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Signature", name: "Tandoori Special", price: "৳550", rating: 4, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-flowers_23-2148425550.jpg" },
|
||||
{ id: "2", brand: "Fusion", name: "Artisan Pizza", price: "৳600", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg" },
|
||||
{ id: "3", brand: "Global", name: "Premium Sushi", price: "৳600", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg" },
|
||||
{ id: "4", brand: "Authentic", name: "Royal Biryani", price: "৳450", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-crackers-cream-cheese_114579-1998.jpg" },
|
||||
{ id: "5", brand: "Beverage", name: "Fresh Apple Juice", price: "৳250", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-tray-with-grilled-chicken-thighs-pita-with-onions-herbs_141793-4671.jpg" },
|
||||
{ id: "6", brand: "Classic", name: "Grilled Chicken", price: "৳500", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg" },
|
||||
]}
|
||||
title="Signature Culinary Delights"
|
||||
description="Indulge in a curated selection of dishes that define our signature experience, ranging from authentic tandoori to global fusion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Not a noisy street restaurant",
|
||||
"Strictly non-smoking interior",
|
||||
"No compromises on ingredients",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Panoramic city skyline view",
|
||||
"Professional upscale ambiance",
|
||||
"Outdoor and indoor seating",
|
||||
],
|
||||
}}
|
||||
title="The Rooftop Difference"
|
||||
description="Why guests choose Sky Moon Lounge for their dining destination."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{ items: ["Not a noisy street restaurant", "Strictly non-smoking interior", "No compromises on ingredients"] }}
|
||||
positiveCard={{ items: ["Panoramic city skyline view", "Professional upscale ambiance", "Outdoor and indoor seating"] }}
|
||||
title="The Rooftop Difference"
|
||||
description="Why guests choose Sky Moon Lounge for their dining destination."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ilias Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehedi Hasan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glass-wine-slice-pizza-restaurant_169016-22304.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zoa Hasan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul Das",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-having-fun-while-toasting-with-beer-lunch-dining-room_637285-5526.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="slide-up"
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Reviews"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ilias Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" },
|
||||
{ id: "2", name: "Mehedi Hasan", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glass-wine-slice-pizza-restaurant_169016-22304.jpg" },
|
||||
{ id: "3", name: "Zoa Hasan", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" },
|
||||
{ id: "4", name: "Sarah Khan", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-have-sushi-time-restaurant_496169-277.jpg" },
|
||||
{ id: "5", name: "Rahul Das", imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-having-fun-while-toasting-with-beer-lunch-dining-room_637285-5526.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Foodpanda Partner",
|
||||
"Mirpur Best Rooftop",
|
||||
"Dhaka Dining Guide",
|
||||
"Local Guide Choice",
|
||||
"Top Lounge Venue",
|
||||
"Culinary Excellence",
|
||||
"Rooftop Party Center",
|
||||
]}
|
||||
title="Recognized Excellence"
|
||||
description="Proud to be a destination for diners across Dhaka."
|
||||
/>
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={["Foodpanda Partner", "Mirpur Best Rooftop", "Dhaka Dining Guide", "Local Guide Choice", "Top Lounge Venue", "Culinary Excellence", "Rooftop Party Center"]}
|
||||
title="Recognized Excellence"
|
||||
description="Proud to be a destination for diners across Dhaka."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer outdoor seating?",
|
||||
content: "Yes, we feature a beautiful terrace with both indoor and outdoor seating arrangements.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where is the restaurant located?",
|
||||
content: "We are located in RSH Tower, just beside the Mirpur-11 Metro Station (Purobi).",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there parking facilities?",
|
||||
content: "We provide convenient access to guests in the RSH tower area.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer no-contact delivery and kerbside pickup via Foodpanda.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our lounge and dining services."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg"
|
||||
imageAlt="A sitting table with chairs and yellow sofa in a restaurant with panoramic view."
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer outdoor seating?", content: "Yes, we feature a beautiful terrace with both indoor and outdoor seating arrangements." },
|
||||
{ id: "2", title: "Where is the restaurant located?", content: "We are located in RSH Tower, just beside the Mirpur-11 Metro Station (Purobi)." },
|
||||
{ id: "3", title: "Are there parking facilities?", content: "We provide convenient access to guests in the RSH tower area." },
|
||||
{ id: "4", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery and kerbside pickup via Foodpanda." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our lounge and dining services."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sitting-table-with-chairs-yellow-sofa-restaurant-with-panoramic-view_114579-1523.jpg"
|
||||
imageAlt="A sitting table with chairs and yellow sofa in a restaurant with panoramic view."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to experience the best rooftop dining in Dhaka? Contact us for reservations or inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "01911-100272",
|
||||
href: "tel:01911100272",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://foodpanda.com.bd",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to experience the best rooftop dining in Dhaka? Contact us for reservations or inquiries."
|
||||
buttons={[
|
||||
{ text: "01911-100272", href: "tel:01911100272" },
|
||||
{ text: "Order Online", href: "https://foodpanda.com.bd" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "01911-100272",
|
||||
href: "tel:01911100272",
|
||||
},
|
||||
{
|
||||
label: "Mirpur-11, Dhaka",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Sky Moon Lounge"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Sky Moon Lounge"
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ items: [{ label: "01911-100272", href: "tel:01911100272" }, { label: "Mirpur-11, Dhaka", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user