diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
new file mode 100644
index 0000000..78a65ca
--- /dev/null
+++ b/src/app/menu/page.tsx
@@ -0,0 +1,171 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
+import { Metadata } from 'next';
+import { ChefHat, Utensils, Award } from 'lucide-react'; // Example icons
+
+export const metadata: Metadata = {
+ title: "Our Menu - Business Pro Restaurant", description: "Explore our comprehensive menu, including delicious all-you-can-eat offerings, exciting happy hour specials, and details for private dining."};
+
+export default function MenuPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index fba49d1..56d2419 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Cog, Crown, Lightbulb, Mail, Sparkles, Star } from "lucide-react";
+import { Cog, Crown, Mail, Sparkles, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -37,69 +37,69 @@ export default function LandingPage() {
{
name: "About", id: "#about"},
{
- name: "Features", id: "#features"},
+ name: "Our Offerings", id: "#features"},
{
- name: "Pricing", id: "#pricing"},
+ name: "Dining Experience", id: "#pricing"},
{
- name: "Testimonials", id: "#testimonials"},
+ name: "Guest Reviews", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
]}
- brandName="Business Pro"
+ brandName="Stories Lagos"
button={{
- text: "Get Started", href: "#contact"}}
+ text: "Make a Reservation", href: "#contact"}}
/>
@@ -127,28 +127,34 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Streamlined Workflow Automation", description: "Automate repetitive tasks, reduce manual errors, and free up your team to focus on strategic initiatives. Our platform integrates seamlessly with your existing tools.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", imageAlt: "Workflow automation dashboard on a phone"},
+ title: "All You Can Eat Buffet", description: "Indulge in an exquisite selection of dishes with our unlimited buffet, perfect for every palate.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/buffet-food_181624-34024.jpg", imageAlt: "All-you-can-eat buffet spread"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg", imageAlt: "Task management interface on a phone"}
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-salad-buffet-restaurant_181624-34033.jpg", imageAlt: "Assortment of fresh salads at buffet"}
},
{
- title: "Advanced Customer Engagement", description: "Build stronger relationships with your customers through personalized communication, targeted campaigns, and insightful analytics. Understand their needs like never before.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-graph-with-laptop-cellphone-wooden-desk_23-2147838602.jpg", imageAlt: "Customer engagement dashboard on a phone"},
+ title: "Happy Hour Food Specials", description: "Unwind with our delightful happy-hour menu, featuring gourmet bites and refreshing beverages at special prices.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/gourmet-appetizers-restaurant-table_181624-33824.jpg", imageAlt: "Happy hour appetizers on a table"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-using-smartphone-tablet-coffee-table_1262-17318.jpg", imageAlt: "CRM interface on a phone"}
+ imageSrc: "http://img.b2bpic.net/free-photo/cocktail-drinks-restaurant_181624-33827.jpg", imageAlt: "Colorful cocktails during happy hour"}
},
{
- title: "Robust Data & Analytics", description: "Gain a competitive edge with real-time data insights. Our powerful analytics tools provide clear, actionable intelligence to guide your business decisions and fuel growth.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104473.jpg", imageAlt: "Data analytics dashboard on a phone"},
+ title: "Exclusive Private Dining", description: "Host your special events in our elegantly appointed private dining room, offering an intimate and personalized culinary journey.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-restaurant-table-setting_181624-34139.jpg", imageAlt: "Luxurious private dining room setup"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149101159.jpg", imageAlt: "Security settings on a phone"}
+ imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-experience_181624-34141.jpg", imageAlt: "Fine dining experience in a private room"}
},
+ {
+ title: "Charming Café Ambiance", description: "Enjoy a relaxed and inviting atmosphere in our café, perfect for casual meals, coffee, and delightful conversations.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior_181624-34079.jpg", imageAlt: "Cozy and inviting cafe interior"},
+ phoneTwo: {
+ imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-coffee-cafe_181624-34081.jpg", imageAlt: "People enjoying coffee in a charming cafe"}
+ }
]}
showStepNumbers={true}
- title="Innovative Features Designed for Your Success"
- description="Discover how our integrated platform can transform your daily operations and accelerate your business growth."
- tag="Key Capabilities"
+ title="Delightful Experiences Await"
+ description="Explore the unique culinary offerings and ambiance that make our restaurant special."
+ tag="Our Highlights"
tagIcon={Cog}
tagAnimation="slide-up"
/>
@@ -159,9 +165,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Global Corp", "Innovate Solutions", "Future Tech", "Quantum Labs", "Apex Dynamics", "Synergy Group", "Visionary Inc", "Pioneer Systems", "Stellar Ventures"]}
- title="Trusted by Leading Companies Worldwide"
- description="Join the ranks of industry leaders who rely on our solutions to power their success."
+ "Taste Magazine", "Foodie Lagos", "Culinary Critics", "Restaurant Digest", "Gourmet Guide", "Local Eateries", "Dine & Review", "Chef's Choice", "Epicurean Monthly"]}
+ title="Highly Recommended by Culinary Experts & Guests"
+ description="Our commitment to excellence has earned us recognition and the loyalty of countless diners."
speed={40}
showCard={true}
/>
@@ -174,35 +180,35 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic", badge: "Starter", badgeIcon: Star,
- price: "$29/month", name: "Standard Plan", buttons: [
+ id: "casual", badge: "Casual Dining", badgeIcon: Star,
+ price: "₦30,000 / Person", name: "Standard Experience", buttons: [
{
- text: "Start Free Trial", href: "#"},
+ text: "Reserve Now", href: "#contact"}
],
features: [
- "Access to core features", "Up to 5 users", "Basic analytics dashboard", "Email support"],
+ "Appetizer selection", "Main course from daily specials", "Dessert of the day", "Soft drinks included"]
},
{
- id: "pro", badge: "Popular", badgeIcon: Sparkles,
- price: "$79/month", name: "Professional Plan", buttons: [
+ id: "premium", badge: "Premium Choice", badgeIcon: Sparkles,
+ price: "₦50,000 / Person", name: "Signature Experience", buttons: [
{
- text: "Get Started Now", href: "#"},
+ text: "Book Signature", href: "#contact"}
],
features: [
- "All Standard features", "Up to 20 users", "Advanced analytics & reporting", "Priority email & chat support", "Customizable workflows"],
+ "Premium appetizer selection", "Choice of signature main courses", "Gourmet dessert", "Paired wine/cocktail option", "Priority seating"]
},
{
- id: "enterprise", badge: "Custom", badgeIcon: Crown,
- price: "Contact Us", name: "Enterprise Plan", buttons: [
+ id: "exclusive", badge: "Exclusive", badgeIcon: Crown,
+ price: "₦80,000 / Person", name: "Chef's Table", buttons: [
{
- text: "Request a Quote", href: "#contact"},
+ text: "Inquire for Chef's Table", href: "#contact"}
],
features: [
- "All Professional features", "Unlimited users", "Dedicated account manager", "24/7 Phone & Email support", "SLA & compliance", "On-premise deployment options"],
- },
+ "Curated tasting menu", "Wine pairing by sommelier", "Private chef interaction", "Personalized service", "Exclusive dining room access"]
+ }
]}
- title="Flexible Pricing for Every Business Size"
- description="Choose the plan that best fits your needs and scale as your business grows."
+ title="Experience Our Culinary Journey"
+ description="Indulge in a range of dining options tailored to your preferences, with prices from ₦30,000–80,000 per person."
/>
@@ -213,18 +219,18 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1", name: "Maria Garcia", handle: "CEO, TechInnovate", testimonial: "Business Pro has revolutionized our project management. The efficiency gains are truly remarkable, allowing our team to focus more on innovation.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167374.jpg", imageAlt: "Maria Garcia"},
+ id: "t1", name: "Aisha M.", handle: "Food Blogger", testimonial: "The 'All You Can Eat' buffet was a culinary adventure! Every dish was fresh and flavorful. Highly recommend for food enthusiasts!", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-working-kitchen_181624-34015.jpg", imageAlt: "Aisha M."},
{
- id: "t2", name: "John Smith", handle: "Founder, GlobalReach", testimonial: "The customer support is exceptional, and the platform's scalability has perfectly matched our rapid growth. A truly indispensable partner.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg", imageAlt: "John Smith"},
+ id: "t2", name: "Kunle A.", handle: "Local Guide", testimonial: "Stories Lagos has the best happy-hour food! The small chops are delicious, and the cocktails are perfectly crafted. A fantastic spot to unwind.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-cocktail-bar_181624-33828.jpg", imageAlt: "Kunle A."},
{
- id: "t3", name: "Emily White", handle: "CMO, BrightSpark", testimonial: "Our marketing campaigns have never been more effective. The analytics tools provide deep insights that directly translate into higher ROI.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", imageAlt: "Emily White"},
+ id: "t3", name: "Ngozi O.", handle: "Event Planner", testimonial: "We hosted a private dinner here, and it was simply magical. The private dining room is elegant, and the service was impeccable. Our guests were thoroughly impressed.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dinner-table-setting_181624-34138.jpg", imageAlt: "Ngozi O."},
{
- id: "t4", name: "David Lee", handle: "CTO, DataForge", testimonial: "Integration was a breeze, and the robust API allowed us to customize the solution to our exact specifications. Highly recommend for any tech-forward company.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg", imageAlt: "David Lee"},
+ id: "t4", name: "Chidi E.", handle: "Coffee Lover", testimonial: "The café ambiance is so cozy and inviting. It's my favorite place to grab a coffee and a pastry. A perfect escape from the city bustle.", imageSrc: "http://img.b2bpic.net/free-photo/barista-serving-coffee_181624-34080.jpg", imageAlt: "Chidi E."},
{
- id: "t5", name: "Sophia Brown", handle: "Director, Consultify", testimonial: "As a consulting firm, efficiency is key. Business Pro helps us deliver faster results to our clients with unparalleled accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg", imageAlt: "Sophia Brown"},
+ id: "t5", name: "Tunde F.", handle: "Food Critic", testimonial: "From the moment you step in, the welcoming atmosphere and the aroma promise a great meal. Stories Lagos truly delivers on its promise of an exceptional dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/food-critic-tasting-dish_181624-34005.jpg", imageAlt: "Tunde F."}
]}
- title="What Our Clients Say About Us"
- description="Hear directly from the businesses that have achieved success with Business Pro."
+ title="What Our Beloved Guests Say"
+ description="Hear directly from over 500 happy customers who loved their dining experience at Stories Lagos."
speed={40}
topMarqueeDirection="left"
/>
@@ -235,16 +241,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1", title: "How does Business Pro integrate with existing systems?", content: "Business Pro is designed for seamless integration with a wide range of popular business tools and platforms through our robust API and pre-built connectors. Our team can also assist with custom integrations."},
+ id: "q1", title: "What are your operating hours?", content: "Stories Lagos is open from 12 PM to 10 PM on weekdays, and 11 AM to 11 PM on weekends. Please check our website for holiday hours."},
{
- id: "q2", title: "Is my data secure with Business Pro?", content: "Absolutely. Data security is our top priority. We employ industry-leading encryption protocols, regular security audits, and strict access controls to ensure your data is always protected and compliant with global standards."},
+ id: "q2", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to cater to various dietary needs including vegetarian, vegan, and gluten-free options. Please inform our staff when making a reservation or placing your order."},
{
- id: "q3", title: "What kind of support can I expect?", content: "We offer multi-tier support, including comprehensive online documentation, email support for all plans, and priority chat/phone support for Professional and Enterprise plans. Our dedicated account managers are available for Enterprise clients."},
+ id: "q3", title: "How can I make a reservation?", content: "Reservations can be made by calling us directly at 0903 649 9010 or through our Instagram page @storieslagos. We recommend booking in advance, especially for private dining."},
{
- id: "q4", title: "Can I customize the platform to fit my specific needs?", content: "Yes, Business Pro offers extensive customization options. From flexible dashboards and reports to custom workflows and branding, you can tailor the platform to perfectly align with your business processes and requirements."},
+ id: "q4", title: "Is there a dress code?", content: "We encourage smart-casual attire. While we don't enforce a strict dress code, we appreciate guests dressing appropriately for a fine dining experience."}
]}
- sideTitle="Frequently Asked Questions"
- sideDescription="Find answers to the most common questions about our platform and services."
+ sideTitle="Your Questions, Our Answers"
+ sideDescription="Everything you need to know about dining at Stories Lagos."
faqsAnimation="blur-reveal"
textPosition="left"
showCard={true}
@@ -256,24 +262,24 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
- tag="Get in Touch"
- title="Ready to Transform Your Business?"
- description="Contact us today for a personalized demo or to discuss how Business Pro can help you achieve your goals."
+ tag="Dine With Us"
+ title="Make a Reservation or Inquire"
+ description="Experience the best of Lagos dining. Call us at 0903 649 9010 or find us on Instagram @storieslagos to learn more or book your table. We look forward to welcoming you!"
tagIcon={Mail}
tagAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/group-happy-young-business-people-with-hands-air-success-their-plans_1150-3044.jpg"
- imageAlt="Business professionals working together"
+ imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-setting_181624-34140.jpg"
+ imageAlt="Elegant restaurant table setting"
mediaAnimation="slide-up"
mediaPosition="right"
- inputPlaceholder="Enter your email"
- buttonText="Schedule a Demo"
- termsText="By clicking Schedule a Demo, you agree to our Terms and Conditions and Privacy Policy."
+ inputPlaceholder="Your Email for Updates"
+ buttonText="Join Our Newsletter"
+ termsText="By joining, you agree to receive email updates from Stories Lagos."
/>