Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Reservations", id: "reservations" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Paradise Bliss"
|
||||
@@ -71,6 +72,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservations" data-section="reservations">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Reserve your table in advance to ensure a premium seating experience at our lounge or dining area."
|
||||
buttons={[
|
||||
{ text: "Secure Your Reservation", href: "https://wa.me/23400000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
@@ -114,8 +126,6 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Sarah O.", date: "Jan 2025", title: "Loyal Customer", quote: "The ambiance instantly set the mood for a relaxing evening.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg" },
|
||||
{ id: "2", name: "Michael A.", date: "Dec 2024", title: "Foodie", quote: "Their food was the best I've had around Nsukka.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg" },
|
||||
{ id: "3", name: "Chidi E.", date: "Dec 2024", title: "Regular", quote: "Professional and friendly staff. Exceptional service.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg" },
|
||||
{ id: "4", name: "Tolu W.", date: "Nov 2024", title: "Guest", quote: "Top-notch services and tantalizing delicacies.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg" },
|
||||
{ id: "5", name: "Amaka B.", date: "Nov 2024", title: "Loyal", quote: "Perfect blend of comfort and sophistication.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Hear what our guests say about us."
|
||||
@@ -131,8 +141,8 @@ export default function LandingPage() {
|
||||
{ id: "e2", title: "Birthday Reservations", content: "Host your special day with us for a premium experience." },
|
||||
{ id: "e3", title: "Private Hangouts", content: "Exclusive lounge bookings available upon request." },
|
||||
]}
|
||||
title="Events & Nightlife"
|
||||
description="Join us for upcoming occasions."
|
||||
title="Event Highlights"
|
||||
description="Join us for these special occasions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,11 +151,11 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Why Paradise Bliss?"
|
||||
tag="Our Core Value"
|
||||
tag="Our Core Values"
|
||||
metrics={[
|
||||
{ id: "m1", value: "Luxury", description: "Atmosphere" },
|
||||
{ id: "m2", value: "Fresh", description: "Meals" },
|
||||
{ id: "m3", value: "Expert", description: "Staff" },
|
||||
{ id: "m1", value: "Excellence", description: "Commitment to quality hospitality and dining standards." },
|
||||
{ id: "m2", value: "Atmosphere", description: "A sophisticated space designed for relaxation and joy." },
|
||||
{ id: "m3", value: "Authenticity", description: "Where traditional values meet modern luxury global trends." },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -155,9 +165,10 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to experience Paradise Bliss? Visit us in the heart of Nsukka or contact us to book your reservation."
|
||||
text="Located at the heart of Nsukka, Nigeria. Visit us to enjoy a unique dining experience or reach out via our contact channels."
|
||||
buttons={[
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/23400000000" },
|
||||
{ text: "Call Us", href: "tel:+2348000000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,18 +177,20 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
title: "Contact", items: [
|
||||
{ label: "Nsukka Main Street", href: "#" },
|
||||
{ label: "info@paradisebliss.com", href: "mailto:info@paradisebliss.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{ label: "Nsukka, Nigeria", href: "#" },
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Paradise Bliss"
|
||||
copyrightText="© 2025 Paradise Bliss Luxury Restaurant. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #171512;
|
||||
--foreground: #fffcf2;
|
||||
--background: #0c0a09;
|
||||
--card: #171514;
|
||||
--foreground: #f5f5f4;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #4b3621;
|
||||
--secondary-cta-text: #0a0a0a;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #2a2212;
|
||||
--accent: #d4af37;
|
||||
--background-accent: #262321;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user