Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e6a682fd0 | |||
| 8ca8cd2fc3 | |||
| 932fc19927 | |||
| 2ae41de008 | |||
| 94b6be3505 |
176
src/app/page.tsx
176
src/app/page.tsx
@@ -31,18 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Booking", id: "booking"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Booking", id: "booking" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DE SESSION"
|
||||
/>
|
||||
@@ -50,15 +44,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="DE SESSION"
|
||||
description="Experience Kumasi's most serene atmosphere combined with top-notch culinary excellence. Open 24/7 for your indulgence."
|
||||
description="Experience the heartbeat of Kumasi through our authentic Ghanaian hospitality and world-class culinary excellence. Open 24/7 for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now", href: "#booking"},
|
||||
{
|
||||
text: "Browse Menu", href: "#menu"},
|
||||
{ text: "Reserve Now", href: "#booking" },
|
||||
{ text: "Browse Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -69,12 +60,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "The Perfect Blend of"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", alt: "Fine Dining"},
|
||||
{
|
||||
type: "text", content: "Taste and Tranquility"},
|
||||
{ type: "text", content: "Authentic Ghanaian Flavors" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/gourmet-jollof-rice-traditional-west-african-dish-served-with-grilled-chicken-plantains_141793-4457.jpg", alt: "Fine Dining" },
|
||||
{ type: "text", content: "Crafted with Tradition and Love" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,21 +73,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Serene Atmosphere", tags: [
|
||||
"Calm", "Cozy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg"},
|
||||
{
|
||||
id: "f2", title: "Top-Notch Service", tags: [
|
||||
"Professional", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-couple-talking-waitress-while-choosing-order-from-menu-restaurant_637285-8925.jpg"},
|
||||
{
|
||||
id: "f3", title: "Excellent Cuisine", tags: [
|
||||
"Gourmet", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meat-tomato-sauce-grey-desk-meat-pastry-pasta-dough-food_140725-79799.jpg"},
|
||||
{ id: "f1", title: "Homely Kumasi Vibes", tags: ["Welcoming", "Relaxed"], imageSrc: "http://img.b2bpic.net/free-photo/cozy-restaurant-interior-with-local-decor-elements_140725-8458.jpg" },
|
||||
{ id: "f2", title: "Hospitality at Heart", tags: ["Warm", "Authentic"], imageSrc: "http://img.b2bpic.net/free-photo/friendly-ghanaian-staff-serving-guests-with-smile_637285-8925.jpg" },
|
||||
{ id: "f3", title: "Taste of Home", tags: ["Traditional", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/traditional-ghanaian-cuisine-spread-on-table_140725-79799.jpg" },
|
||||
]}
|
||||
title="Why Guests Choose De Session"
|
||||
description="We are committed to delivering an unmatched experience where every detail matters."
|
||||
description="We pride ourselves on creating a space where the warmth of the Ashanti region meets high-end service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,21 +89,15 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Signature Grilled Steak", price: "GH₵180", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg"},
|
||||
{
|
||||
id: "p2", name: "Exotic Session Cocktail", price: "GH₵80", imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-blue-lagoon-garnished-with-lemon-slice-cocktail-umbrella_140725-8522.jpg"},
|
||||
{
|
||||
id: "p3", name: "Mediterranean Salad", price: "GH₵60", imageSrc: "http://img.b2bpic.net/free-photo/small-slice-pizza-with-shrimp_140725-896.jpg"},
|
||||
{
|
||||
id: "p4", name: "Creamy Pasta Alfredo", price: "GH₵120", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-plate-with-pasts_23-2147749503.jpg"},
|
||||
{
|
||||
id: "p5", name: "Decadent Chocolate Lava", price: "GH₵75", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-glass-board_114579-16586.jpg"},
|
||||
{
|
||||
id: "p6", name: "Grilled Sea Bass", price: "GH₵150", imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107830.jpg"},
|
||||
{ id: "p1", name: "Signature Jollof & Grilled Chicken", price: "GH₵180", imageSrc: "http://img.b2bpic.net/free-photo/jollof-rice-with-chicken_114579-113.jpg" },
|
||||
{ id: "p2", name: "Exotic Local Cocktail", price: "GH₵80", imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-fresh-fruit_140725-8522.jpg" },
|
||||
{ id: "p3", name: "Red Red (Beans & Plantain)", price: "GH₵60", imageSrc: "http://img.b2bpic.net/free-photo/red-red-beans-dish_140725-896.jpg" },
|
||||
{ id: "p4", name: "Light Soup with Fufu", price: "GH₵120", imageSrc: "http://img.b2bpic.net/free-photo/fufu-light-soup_23-2147749503.jpg" },
|
||||
{ id: "p5", name: "Tropical Fruit Tart", price: "GH₵75", imageSrc: "http://img.b2bpic.net/free-photo/fruit-dessert_114579-16586.jpg" },
|
||||
{ id: "p6", name: "Grilled Tilapia", price: "GH₵150", imageSrc: "http://img.b2bpic.net/free-photo/grilled-tilapia-fish_52683-107830.jpg" },
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Explore our chef-curated selection of premium dishes and beverages."
|
||||
description="Experience the best of Ghanaian culinary traditions, elevated for our guests."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,32 +108,22 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Inscrut A Maverick", role: "Local Guide", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "t2", name: "Bernard", role: "Foodie", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg"},
|
||||
{
|
||||
id: "t3", name: "Bernard Kwakye", role: "Diner", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg"},
|
||||
{
|
||||
id: "t4", name: "Sarah Mensah", role: "Guest", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-talking-customers-using-touchpad-while-taking-orders-cafe_637285-3962.jpg"},
|
||||
{
|
||||
id: "t5", name: "Kofi Antwi", role: "Diner", company: "Kumasi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg"},
|
||||
{ id: "t1", name: "Kojo Manu", role: "Entrepreneur", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-ghanaian-man_273609-1935.jpg" },
|
||||
{ id: "t2", name: "Ama Serwaa", role: "Chef", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-ghanaian-woman-chatting_23-2149213369.jpg" },
|
||||
{ id: "t3", name: "Kwame Osei", role: "Local Business Owner", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-meal_23-2150427598.jpg" },
|
||||
{ id: "t4", name: "Abena Mensah", role: "Guest", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-staff-member_637285-3962.jpg" },
|
||||
{ id: "t5", name: "Kofi Antwi", role: "Patron", company: "Kumasi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering_23-2150520071.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join the many satisfied diners who have made De Session their go-to culinary destination."
|
||||
title="Voices of Our Guests"
|
||||
description="Hear from our community who call De Session their home for great food and even better company."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Table Reservation"
|
||||
description="Secure your table for a memorable dining experience. Please provide your details below."
|
||||
title="Reserve Your Table"
|
||||
description="Book a spot for your family, business meeting, or celebration. Let us make it special for you."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name" },
|
||||
{ name: "guests", type: "number", placeholder: "Number of Guests" },
|
||||
@@ -176,21 +139,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "24/7", title: "Always Open", items: [
|
||||
"Available anytime", "Perfect for late night"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "5.0", title: "Google Rating", items: [
|
||||
"100% Satisfaction", "Based on 10 reviews"],
|
||||
},
|
||||
{
|
||||
id: "m3", value: "100+", title: "Daily Guests", items: [
|
||||
"Join our family", "Top choice in Kumasi"],
|
||||
},
|
||||
{ id: "m1", value: "24/7", title: "Always Open", items: ["Serving our community", "Available day and night"] },
|
||||
{ id: "m2", value: "5.0", title: "Community Rating", items: ["Loved in Kumasi", "Trusted quality"] },
|
||||
{ id: "m3", value: "100+", title: "Daily Diners", items: ["Joined our family", "Local hotspot"] },
|
||||
]}
|
||||
title="Delivering Excellence Daily"
|
||||
description="Our passion for quality defines every service we provide."
|
||||
title="Excellence in Every Plate"
|
||||
description="We define our success by the smiles of our customers and the quality of every meal we serve."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,17 +153,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "Are you open on weekends?", content: "Yes, we are open 24 hours every day, including all weekends and holidays."},
|
||||
{
|
||||
id: "faq2", title: "Do I need a reservation?", content: "Walk-ins are always welcome, but we recommend reservations for large groups to ensure seating."},
|
||||
{
|
||||
id: "faq3", title: "Do you offer takeaway?", content: "Yes, we offer convenient takeaway services. You can place an order via our platform or contact us directly."},
|
||||
{ id: "faq1", title: "Is the restaurant really open 24/7?", content: "Yes, we operate 24 hours a day, 7 days a week, ensuring you always have a place for a great meal." },
|
||||
{ id: "faq2", title: "Do I need a reservation?", content: "While walk-ins are always welcomed in our warm space, booking helps us better prepare for groups and special events." },
|
||||
{ id: "faq3", title: "Do you have local dishes?", content: "Absolutely! Our menu celebrates Ghanaian cuisine with traditional recipes that taste just like home." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-ghanaian-family-enjoying-dinner-local-restaurant_123456-789.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Get quick answers to common questions about your visit."
|
||||
description="Need more info? Here's what our local guests often ask us."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -217,17 +168,14 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Ready to visit or have a query? Send us a message and we'll be happy to assist you."
|
||||
title="Reach Out to Us"
|
||||
description="Have a question, suggestion, or request for an event? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "How can we help?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-woman-talking-phone_23-2148993860.jpg"
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/welcoming-ghanaian-staff-at-reception_987654-321.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -236,31 +184,13 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="DE SESSION"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Booking", href: "#booking"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "121 Hudson Rd, Kumasi", href: "#"},
|
||||
{
|
||||
label: "Phone: 055 313 4211", href: "tel:0553134211"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Booking", href: "#booking" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Visit Us", items: [{ label: "121 Hudson Rd, Kumasi", href: "#" }, { label: "Phone: 055 313 4211", href: "tel:0553134211" }] },
|
||||
]}
|
||||
copyrightText="© 2024 De Session Bar & Restaurant. All rights reserved."
|
||||
copyrightText="© 2024 De Session Bar & Restaurant. Proudly Ghanaian."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user