Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
387
src/app/page.tsx
387
src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Coffee, Cookie, Croissant, Heart, Leaf, Salad, Sparkles, Utensils } from "lucide-react";
|
||||
import { Coffee, Cookie, Croissant, Heart, Leaf, Salad, Sparkles, Utensils, Blend } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "#specials",
|
||||
},
|
||||
name: "Specials", id: "#specials"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114030.jpg"
|
||||
logoAlt="Charsi Cafe Logo"
|
||||
brandName="Charsi Cafe"
|
||||
@@ -75,45 +59,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience the Taste of Tradition at Charsi Cafe"
|
||||
description="Serving authentic flavors and handcrafted beverages in a cozy, inviting atmosphere. Your perfect spot for relaxation and culinary delight."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699613.jpg?_wi=1",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699613.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798063.jpg?_wi=1",
|
||||
imageAlt: "Barista making latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798063.jpg", imageAlt: "Barista making latte art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985151.jpg",
|
||||
imageAlt: "Display of delicious pastries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985151.jpg", imageAlt: "Display of delicious pastries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-with-baked-potatoes-eggplant-tomato-pepper-decorated-with-pomegranate-plate-served-table_176474-2442.jpg",
|
||||
imageAlt: "Appetizing cafe meal on a table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-with-baked-potatoes-eggplant-tomato-pepper-decorated-with-pomegranate-plate-served-table_176474-2442.jpg", imageAlt: "Appetizing cafe meal on a table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg",
|
||||
imageAlt: "Friends enjoying coffee and conversation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg", imageAlt: "Friends enjoying coffee and conversation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bench-full-shot_23-2149651996.jpg",
|
||||
imageAlt: "Outdoor cafe seating area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bench-full-shot_23-2149651996.jpg", imageAlt: "Outdoor cafe seating area"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -133,79 +100,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handcrafted Coffees",
|
||||
description: "Experience the rich aroma and exquisite taste of our expertly brewed coffees. Ethically sourced beans, roasted to perfection, and prepared with precision by our skilled baristas.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-espresso-black-table-drop-coffee-from-pot-falls-into-cup_166373-2007.jpg",
|
||||
imageAlt: "Close-up of a cup of handcrafted coffee",
|
||||
},
|
||||
title: "Handcrafted Coffees", description: "Experience the rich aroma and exquisite taste of our expertly brewed coffees. Ethically sourced beans, roasted to perfection, and prepared with precision by our skilled baristas.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-espresso-black-table-drop-coffee-from-pot-falls-into-cup_166373-2007.jpg", imageAlt: "Close-up of a cup of handcrafted coffee"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Ethically Sourced Beans",
|
||||
},
|
||||
text: "Ethically Sourced Beans"},
|
||||
{
|
||||
icon: Blend,
|
||||
text: "Expertly Brewed",
|
||||
},
|
||||
text: "Expertly Brewed"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Artisan Latte Art",
|
||||
},
|
||||
text: "Artisan Latte Art"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114030.jpg",
|
||||
imageAlt: "coffee beans roasted fresh aroma",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Pastries",
|
||||
description: "Indulge in our selection of freshly baked pastries, made daily with the finest ingredients. Perfect for breakfast, a midday treat, or dessert.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cutting-board-with-tasty-breakfast-with-pancakes-croisasant-stacked-cookies-beautiful-gift-boxes-dark-surface_140725-95003.jpg",
|
||||
imageAlt: "Variety of freshly baked pastries on display",
|
||||
},
|
||||
title: "Artisanal Pastries", description: "Indulge in our selection of freshly baked pastries, made daily with the finest ingredients. Perfect for breakfast, a midday treat, or dessert.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cutting-board-with-tasty-breakfast-with-pancakes-croisasant-stacked-cookies-beautiful-gift-boxes-dark-surface_140725-95003.jpg", imageAlt: "Variety of freshly baked pastries on display"},
|
||||
items: [
|
||||
{
|
||||
icon: Cookie,
|
||||
text: "Baked Fresh Daily",
|
||||
},
|
||||
text: "Baked Fresh Daily"},
|
||||
{
|
||||
icon: Croissant,
|
||||
text: "Sweet & Savory Options",
|
||||
},
|
||||
text: "Sweet & Savory Options"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Chef's Special Desserts",
|
||||
},
|
||||
text: "Chef's Special Desserts"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699613.jpg?_wi=2",
|
||||
imageAlt: "coffee beans roasted fresh aroma",
|
||||
},
|
||||
{
|
||||
title: "Savory Platters",
|
||||
description: "Discover our delightful savory platters, combining traditional flavors with fresh, local produce. Ideal for a fulfilling lunch or a light dinner.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510910.jpg",
|
||||
imageAlt: "Delicious savory platter with various items",
|
||||
},
|
||||
title: "Savory Platters", description: "Discover our delightful savory platters, combining traditional flavors with fresh, local produce. Ideal for a fulfilling lunch or a light dinner.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510910.jpg", imageAlt: "Delicious savory platter with various items"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Locally Sourced Ingredients",
|
||||
},
|
||||
text: "Locally Sourced Ingredients"},
|
||||
{
|
||||
icon: Salad,
|
||||
text: "Generous Portions",
|
||||
},
|
||||
text: "Generous Portions"},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
text: "Authentic Recipes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798063.jpg?_wi=2",
|
||||
imageAlt: "coffee beans roasted fresh aroma",
|
||||
},
|
||||
]}
|
||||
title="Signature Delights & Cafe Favorites"
|
||||
@@ -221,47 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Charsi Special Tea",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-cinnamon-confitures-light-desk_140725-89463.jpg",
|
||||
imageAlt: "Charsi Special Tea",
|
||||
},
|
||||
id: "p1", name: "Charsi Special Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-cinnamon-confitures-light-desk_140725-89463.jpg", imageAlt: "Charsi Special Tea"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Samosa Platter",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-tomato-sauce_23-2148825164.jpg",
|
||||
imageAlt: "Samosa Platter",
|
||||
},
|
||||
id: "p2", name: "Samosa Platter", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-tomato-sauce_23-2148825164.jpg", imageAlt: "Samosa Platter"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pistachio Baklava",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-tea-armudu-glass_140725-2450.jpg",
|
||||
imageAlt: "Pistachio Baklava",
|
||||
},
|
||||
id: "p3", name: "Pistachio Baklava", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-tea-armudu-glass_140725-2450.jpg", imageAlt: "Pistachio Baklava"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Chicken Biryani (Lunch)",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-sauce-asian-seafood-concept_1150-23598.jpg",
|
||||
imageAlt: "Chicken Biryani",
|
||||
},
|
||||
id: "p4", name: "Chicken Biryani (Lunch)", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-sauce-asian-seafood-concept_1150-23598.jpg", imageAlt: "Chicken Biryani"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gulab Jamun (Dessert)",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-berries-orange-bowl-appetizing-red-currants-grey-table_140725-71297.jpg",
|
||||
imageAlt: "Gulab Jamun",
|
||||
},
|
||||
id: "p5", name: "Gulab Jamun (Dessert)", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-berries-orange-bowl-appetizing-red-currants-grey-table_140725-71297.jpg", imageAlt: "Gulab Jamun"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fresh Mango Juice",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-orange-juices_23-2148785308.jpg",
|
||||
imageAlt: "Fresh Mango Juice",
|
||||
},
|
||||
id: "p6", name: "Fresh Mango Juice", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-orange-juices_23-2148785308.jpg", imageAlt: "Fresh Mango Juice"},
|
||||
]}
|
||||
title="Our Best-Selling Specialty Items"
|
||||
description="From our signature 'Charsi Special Tea' to exotic dessert creations, these are the items our regulars can't get enough of. Don't miss out on these unique flavors that define the Charsi Cafe experience!"
|
||||
@@ -275,50 +185,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "Charsi Cafe is my new favorite spot! The Charsi Special Tea is a must-try, and the atmosphere is so cozy. Perfect for working or just relaxing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg",
|
||||
imageAlt: "Customer Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_foodie", testimonial: "Charsi Cafe is my new favorite spot! The Charsi Special Tea is a must-try, and the atmosphere is so cozy. Perfect for working or just relaxing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg", imageAlt: "Customer Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
handle: "@mike_eats",
|
||||
testimonial: "The biryani here is truly authentic and flavorful. Every dish tastes like it's made with love. Definitely coming back for more!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg",
|
||||
imageAlt: "Customer Michael R.",
|
||||
},
|
||||
id: "t2", name: "Michael R.", handle: "@mike_eats", testimonial: "The biryani here is truly authentic and flavorful. Every dish tastes like it's made with love. Definitely coming back for more!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg", imageAlt: "Customer Michael R."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily P.",
|
||||
handle: "@emily_travels",
|
||||
testimonial: "Such a delightful cafe! The pastries are divine, and the coffee is always fresh. A great place to catch up with friends or enjoy a quiet moment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-friends-talking-outdoors_74855-2934.jpg",
|
||||
imageAlt: "Customer Emily P.",
|
||||
},
|
||||
id: "t3", name: "Emily P.", handle: "@emily_travels", testimonial: "Such a delightful cafe! The pastries are divine, and the coffee is always fresh. A great place to catch up with friends or enjoy a quiet moment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-friends-talking-outdoors_74855-2934.jpg", imageAlt: "Customer Emily P."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
handle: "@david_reviews",
|
||||
testimonial: "Fantastic service and even better food. The staff are incredibly friendly, and the quality of ingredients really shines through. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg",
|
||||
imageAlt: "Customer David L.",
|
||||
},
|
||||
id: "t4", name: "David L.", handle: "@david_reviews", testimonial: "Fantastic service and even better food. The staff are incredibly friendly, and the quality of ingredients really shines through. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg", imageAlt: "Customer David L."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
handle: "@jess_explores",
|
||||
testimonial: "A hidden gem! From the moment you walk in, you feel at home. Their chai is simply the best in town, and the samosas are a perfect snack.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917801.jpg",
|
||||
imageAlt: "Customer Jessica M.",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", handle: "@jess_explores", testimonial: "A hidden gem! From the moment you walk in, you feel at home. Their chai is simply the best in town, and the samosas are a perfect snack.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917801.jpg", imageAlt: "Customer Jessica M."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Are Saying"
|
||||
@@ -333,31 +213,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25,000+",
|
||||
title: "Happy Customers Served",
|
||||
items: [
|
||||
"Over the past year",
|
||||
"Growing community",
|
||||
],
|
||||
id: "m1", value: "25,000+", title: "Happy Customers Served", items: [
|
||||
"Over the past year", "Growing community"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15,000+",
|
||||
title: "Cups of Coffee Brewed",
|
||||
items: [
|
||||
"Freshly prepared daily",
|
||||
"Premium blends",
|
||||
],
|
||||
id: "m2", value: "15,000+", title: "Cups of Coffee Brewed", items: [
|
||||
"Freshly prepared daily", "Premium blends"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
title: "Average Customer Rating",
|
||||
items: [
|
||||
"Consistent 5-star reviews",
|
||||
"Exceeding expectations",
|
||||
],
|
||||
id: "m3", value: "4.9/5", title: "Average Customer Rating", items: [
|
||||
"Consistent 5-star reviews", "Exceeding expectations"],
|
||||
},
|
||||
]}
|
||||
title="Charsi Cafe by the Numbers"
|
||||
@@ -372,61 +237,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p-brunch",
|
||||
title: "Basic Brunch Package",
|
||||
price: "$25/person",
|
||||
period: "Minimum 10 guests",
|
||||
features: [
|
||||
"Assorted Pastries",
|
||||
"Fresh Fruit Platter",
|
||||
"Coffee & Tea Selection",
|
||||
"Orange Juice",
|
||||
],
|
||||
id: "p-brunch", title: "Basic Brunch Package", price: "$25/person", period: "Minimum 10 guests", features: [
|
||||
"Assorted Pastries", "Fresh Fruit Platter", "Coffee & Tea Selection", "Orange Juice"],
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-muffins-coffee_23-2147693696.jpg",
|
||||
imageAlt: "Pastries for brunch package",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-muffins-coffee_23-2147693696.jpg", imageAlt: "Pastries for brunch package"},
|
||||
{
|
||||
id: "p-lunch",
|
||||
title: "Corporate Lunch Package",
|
||||
price: "$40/person",
|
||||
period: "Minimum 15 guests",
|
||||
features: [
|
||||
"Main Course (Biryani/Curry)",
|
||||
"Side Salad",
|
||||
"Naan Bread",
|
||||
"Dessert (Gulab Jamun)",
|
||||
"Drinks (Tea/Soft Drinks)",
|
||||
],
|
||||
id: "p-lunch", title: "Corporate Lunch Package", price: "$40/person", period: "Minimum 15 guests", features: [
|
||||
"Main Course (Biryani/Curry)", "Side Salad", "Naan Bread", "Dessert (Gulab Jamun)", "Drinks (Tea/Soft Drinks)"],
|
||||
button: {
|
||||
text: "Book Lunch",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-being-garnished-with-fresh-herbs_23-2151996252.jpg",
|
||||
imageAlt: "Biryani for corporate lunch",
|
||||
},
|
||||
text: "Book Lunch", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-being-garnished-with-fresh-herbs_23-2151996252.jpg", imageAlt: "Biryani for corporate lunch"},
|
||||
{
|
||||
id: "p-grand",
|
||||
title: "Grand Event Package",
|
||||
price: "Custom Quote",
|
||||
period: "For large gatherings",
|
||||
features: [
|
||||
"Full Customizable Menu",
|
||||
"Dedicated Service Staff",
|
||||
"On-site Setup & Cleanup",
|
||||
"Specialty Dessert Bar",
|
||||
"Live Beverage Station",
|
||||
],
|
||||
id: "p-grand", title: "Grand Event Package", price: "Custom Quote", period: "For large gatherings", features: [
|
||||
"Full Customizable Menu", "Dedicated Service Staff", "On-site Setup & Cleanup", "Specialty Dessert Bar", "Live Beverage Station"],
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-such-as-eggplants-tomatoes-with-cooked-vegetables-bright-desk-vegetable-color-fod-meal-dish_140725-23129.jpg",
|
||||
imageAlt: "Grand event food display",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-such-as-eggplants-tomatoes-with-cooked-vegetables-bright-desk-vegetable-color-fod-meal-dish_140725-23129.jpg", imageAlt: "Grand event food display"},
|
||||
]}
|
||||
title="Catering & Event Packages"
|
||||
description="Let Charsi Cafe bring its unique flavor to your next event. We offer customizable catering packages for all occasions, ensuring a memorable culinary experience for your guests."
|
||||
@@ -438,25 +265,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Charsi Cafe is open from Monday to Saturday, 8:00 AM to 9:00 PM, and on Sundays from 9:00 AM to 7:00 PM. We look forward to serving you!",
|
||||
},
|
||||
id: "q1", title: "What are your operating hours?", content: "Charsi Cafe is open from Monday to Saturday, 8:00 AM to 9:00 PM, and on Sundays from 9:00 AM to 7:00 PM. We look forward to serving you!"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we have a variety of delicious vegetarian and vegan dishes on our menu. Please ask our staff for recommendations or dietary information.",
|
||||
},
|
||||
id: "q2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a variety of delicious vegetarian and vegan dishes on our menu. Please ask our staff for recommendations or dietary information."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I make a reservation?",
|
||||
content: "For groups of 6 or more, we recommend making a reservation, especially during peak hours. Please call us directly or use our online contact form to book your table.",
|
||||
},
|
||||
id: "q3", title: "Can I make a reservation?", content: "For groups of 6 or more, we recommend making a reservation, especially during peak hours. Please call us directly or use our online contact form to book your table."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you have Wi-Fi available?",
|
||||
content: "Absolutely! We offer complimentary high-speed Wi-Fi for all our guests. Feel free to connect and enjoy your time at Charsi Cafe.",
|
||||
},
|
||||
id: "q4", title: "Do you have Wi-Fi available?", content: "Absolutely! We offer complimentary high-speed Wi-Fi for all our guests. Feel free to connect and enjoy your time at Charsi Cafe."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions about our menu, services, or events? Find quick answers here or contact us directly. We're always happy to help!"
|
||||
@@ -469,18 +284,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Visit Us or Get in Touch with Charsi Cafe Today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Charsi+Cafe",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Charsi+Cafe"},
|
||||
{
|
||||
text: "Message Us",
|
||||
href: "mailto:info@charsicafe.com",
|
||||
},
|
||||
text: "Message Us", href: "mailto:info@charsicafe.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -489,58 +299,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Coffee", href: "#menu"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pastries", href: "#menu"},
|
||||
{
|
||||
label: "Specialties",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "Specialties", href: "#specials"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Catering", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/charsicafe",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/charsicafe"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/charsicafe",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/charsicafe"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user