11 Commits

Author SHA1 Message Date
705c0e2164 Update src/app/products/page.tsx 2026-05-13 09:01:40 +00:00
7555d8e609 Update src/app/products/page.tsx 2026-05-13 08:59:55 +00:00
15b97c33ea Update src/app/products/page.tsx 2026-05-13 08:50:54 +00:00
8501a985a9 Update src/app/page.tsx 2026-05-13 08:50:54 +00:00
ff89dfa051 Update src/app/products/page.tsx 2026-05-13 08:50:29 +00:00
9098eaa234 Update src/app/page.tsx 2026-05-13 08:50:29 +00:00
fb36598865 Add src/app/products/page.tsx 2026-05-13 08:49:55 +00:00
07bcb91d8f Update src/app/page.tsx 2026-05-13 08:49:55 +00:00
5fc3fea84f Merge version_2 into main
Merge version_2 into main
2026-05-13 08:47:56 +00:00
07374dde11 Update src/app/page.tsx 2026-05-13 08:47:52 +00:00
14a1b99f6a Merge version_1 into main
Merge version_1 into main
2026-05-13 08:42:27 +00:00
2 changed files with 78 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
@@ -47,7 +47,7 @@ export default function LandingPage() {
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" }]}
buttons={[{ text: "Reserve Now", href: "#contact" }, { text: "View Products", href: "/products" }]}
imageSrc="http://img.b2bpic.net/free-photo/diverse-ethnic-friendship-party-leisure-happiness-concept_53876-42765.jpg"
imageAlt="Sky Moon Rooftop at night"
/>
@@ -69,15 +69,14 @@ export default function LandingPage() {
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" },
{ id: "1", brand: "Signature", name: "Tandoori Special", price: "৳550", rating: 4, reviewCount: "82", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN3-y1G_Y5L8S3eZ1zW6K0S8q7k9t8t7u4G2o5l=w800-h600-k-no?_wi=1" },
{ id: "2", brand: "Fusion", name: "Artisan Pizza", price: "৳600", rating: 5, reviewCount: "110", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP_nN2QyJkX8xT1Xw7r4z8k9e2l6p0h4y6m4w0r=w800-h600-k-no?_wi=1" },
{ id: "3", brand: "Global", name: "Premium Sushi", price: "৳600", rating: 4, reviewCount: "45", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipO-Z1r_w6oT4Q2u5z0o8h9m1r8w2l4y6p7w3e6l=w800-h600-k-no?_wi=1" },
{ id: "4", brand: "Authentic", name: "Royal Biryani", price: "৳450", rating: 5, reviewCount: "95", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5m1r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no?_wi=1" },
]}
title="Signature Culinary Delights"
description="Indulge in a curated selection of dishes that define our signature experience, ranging from authentic tandoori to global fusion."
buttons={[{ text: "Explore All Products", href: "/products" }]}
/>
</div>
@@ -154,7 +153,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
logoText="Sky Moon Lounge"
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#menu" }] },
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/#about" }, { label: "Products", href: "/products" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ items: [{ label: "01911-100272", href: "tel:01911100272" }, { label: "Mirpur-11, Dhaka", href: "#" }] },
]}

70
src/app/products/page.tsx Normal file
View File

@@ -0,0 +1,70 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="largeSmall"
background="blurBottom"
cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Sky Moon Lounge"
button={{ text: "Reservations", href: "/#contact" }}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
useInvertedBackground={false}
title="Our Full Collection"
description="Explore our complete culinary offerings, from signature dishes to refreshing beverages."
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
products={[
{ id: "1", name: "", price: "Fish & ChipsTk 4501:1 - Crispy prepared with dori fish, potato fries & tartar sauce ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df7oMhpqiKF8u8B6DomPEECc8q/uploaded-1778662601016-nsw7rm4d.webp" },
{ id: "2", name: "Artisan Pizza", price: "৳600", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP_nN2QyJkX8xT1Xw7r4z8k9e2l6p0h4y6m4w0r=w800-h600-k-no?_wi=2" },
{ id: "3", name: "Premium Sushi", price: "৳600", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipO-Z1r_w6oT4Q2u5z0o8h9m1r8w2l4y6p7w3e6l=w800-h600-k-no?_wi=2" },
{ id: "4", name: "Royal Biryani", price: "৳450", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5m1r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no?_wi=2" },
{ id: "5", name: "Refreshing Mocktail", price: "৳250", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN4y7r4t2oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no" },
{ id: "6", name: "Grilled Platter", price: "৳500", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Sky Moon Lounge"
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/#about" }, { label: "Products", href: "/products" }] },
{ 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>
);
}