Merge version_1 into main #1
366
src/app/page.tsx
366
src/app/page.tsx
@@ -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: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
brandName="Cozy Corner"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,79 +60,40 @@ export default function LandingPage() {
|
||||
description="Where Every Meal Feels Like Home. Experience our exquisite dishes crafted with passion and fresh, local ingredients."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice R.",
|
||||
handle: "@FoodieAlice",
|
||||
testimonial: "Cozy Corner truly lives up to its name. The ambiance is delightful, and every dish is a culinary masterpiece. A must-visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-2092.jpg",
|
||||
imageAlt: "Alice R.",
|
||||
},
|
||||
name: "Alice R.", handle: "@FoodieAlice", testimonial: "Cozy Corner truly lives up to its name. The ambiance is delightful, and every dish is a culinary masterpiece. A must-visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-2092.jpg", imageAlt: "Alice R."},
|
||||
{
|
||||
name: "Mark J.",
|
||||
handle: "@DineMark",
|
||||
testimonial: "The best dining experience I've had in years. Incredible food, impeccable service, and a truly warm atmosphere. Highly recommend the pasta! ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg",
|
||||
imageAlt: "Mark J.",
|
||||
},
|
||||
name: "Mark J.", handle: "@DineMark", testimonial: "The best dining experience I've had in years. Incredible food, impeccable service, and a truly warm atmosphere. Highly recommend the pasta! ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-mexican-woman-eating-ranchero-food_23-2150222258.jpg", imageAlt: "Mark J."},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@GourmetGal",
|
||||
testimonial: "From the appetizers to dessert, everything was perfect. The staff made us feel right at home. Cozy Corner is my new favorite spot!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheers-great-party-together_329181-13649.jpg",
|
||||
imageAlt: "Sarah K.",
|
||||
},
|
||||
name: "Sarah K.", handle: "@GourmetGal", testimonial: "From the appetizers to dessert, everything was perfect. The staff made us feel right at home. Cozy Corner is my new favorite spot!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheers-great-party-together_329181-13649.jpg", imageAlt: "Sarah K."},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@TasteExplorer",
|
||||
testimonial: "A truly charming restaurant with exceptional service. Each dish was a delightful surprise, bursting with fresh, vibrant flavors. Highly recommend the seasonal specials!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-dinner-exchanging-with-presents_23-2147736713.jpg",
|
||||
imageAlt: "Couple at dinner exchanging with presents",
|
||||
},
|
||||
name: "David L.", handle: "@TasteExplorer", testimonial: "A truly charming restaurant with exceptional service. Each dish was a delightful surprise, bursting with fresh, vibrant flavors. Highly recommend the seasonal specials!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-dinner-exchanging-with-presents_23-2147736713.jpg", imageAlt: "Couple at dinner exchanging with presents"},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@CulinaryQuest",
|
||||
testimonial: "Cozy Corner exceeded all expectations. The atmosphere is inviting, and the food is simply divine. A perfect spot for a romantic dinner or a friendly gathering.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917799.jpg",
|
||||
imageAlt: "Valentine's day celebration with flowers",
|
||||
},
|
||||
name: "Emily P.", handle: "@CulinaryQuest", testimonial: "Cozy Corner exceeded all expectations. The atmosphere is inviting, and the food is simply divine. A perfect spot for a romantic dinner or a friendly gathering.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917799.jpg", imageAlt: "Valentine's day celebration with flowers"},
|
||||
]}
|
||||
tag="Our Story"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-little-girl-with-tasty-food_23-2151061845.jpg",
|
||||
alt: "Chef John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-little-girl-with-tasty-food_23-2151061845.jpg", alt: "Chef John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-wearing-colorful-clothes-holding-easter-egg_273609-21674.jpg",
|
||||
alt: "Satisfied Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-wearing-colorful-clothes-holding-easter-egg_273609-21674.jpg", alt: "Satisfied Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-red-uniform-cape-holding-delivery-bowl-light-pink-background_140725-41012.jpg",
|
||||
alt: "Happy Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-courier-red-uniform-cape-holding-delivery-bowl-light-pink-background_140725-41012.jpg", alt: "Happy Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-surprised-cute-brunette-woman-model-casual-summer-clothes-with-no-makeup-isolated-gray-wall-with-handbag_158538-14711.jpg",
|
||||
alt: "Restaurant Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-surprised-cute-brunette-woman-model-casual-summer-clothes-with-no-makeup-isolated-gray-wall-with-handbag_158538-14711.jpg", alt: "Restaurant Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-3d-cartoon-portrait-working-woman_23-2151306631.jpg",
|
||||
alt: "Celebration of labour day with 3d cartoon portrait of working woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-3d-cartoon-portrait-working-woman_23-2151306631.jpg", alt: "Celebration of labour day with 3d cartoon portrait of working woman"},
|
||||
]}
|
||||
avatarText="Loved by our community"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383184.jpg"
|
||||
@@ -168,11 +113,8 @@ export default function LandingPage() {
|
||||
title="Our Passion for Authentic Flavors and Warm Hospitality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Philosophy", href: "#"},
|
||||
]}
|
||||
description="At Cozy Corner, we believe that food is more than just sustenance—it's an experience. Our journey began with a simple idea: to create a place where guests can enjoy delicious, handcrafted meals in an atmosphere that feels like a home away from home. We pride ourselves on sourcing the freshest local ingredients, preparing every dish with love, and delivering service that makes you feel like family. Every plate tells a story, and every visit is a cherished memory."
|
||||
ariaLabel="About Cozy Corner Restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -186,24 +128,15 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "unique-menu",
|
||||
title: "Seasonal & Locally Sourced Menu",
|
||||
content: "Our menu changes with the seasons, ensuring the freshest ingredients and innovative dishes. We partner with local farmers and artisans to bring you the best.",
|
||||
},
|
||||
id: "unique-menu", title: "Seasonal & Locally Sourced Menu", content: "Our menu changes with the seasons, ensuring the freshest ingredients and innovative dishes. We partner with local farmers and artisans to bring you the best."},
|
||||
{
|
||||
id: "private-dining",
|
||||
title: "Elegant Private Dining",
|
||||
content: "Host your special occasions in our beautifully appointed private dining rooms. Perfect for intimate gatherings, business meetings, or celebrations, with custom menus available.",
|
||||
},
|
||||
id: "private-dining", title: "Elegant Private Dining", content: "Host your special occasions in our beautifully appointed private dining rooms. Perfect for intimate gatherings, business meetings, or celebrations, with custom menus available."},
|
||||
{
|
||||
id: "events-catering",
|
||||
title: "Catering for Every Occasion",
|
||||
content: "Let Cozy Corner bring the flavor to your next event. Our catering services offer bespoke menus and professional staff to make your celebration memorable.",
|
||||
},
|
||||
id: "events-catering", title: "Catering for Every Occasion", content: "Let Cozy Corner bring the flavor to your next event. Our catering services offer bespoke menus and professional staff to make your celebration memorable."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg"
|
||||
imageAlt="Gourmet dish elegantly plated in a restaurant setting"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
ariaLabel="Features and services of Cozy Corner Restaurant"
|
||||
/>
|
||||
@@ -217,47 +150,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "dish-1",
|
||||
name: "Creamy Tuscan Pasta",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-are-eating-penne-pasta-with-tomato-sauce-parmesan-vegetables-meat-side-view_141793-12274.jpg",
|
||||
imageAlt: "Creamy Tuscan Pasta",
|
||||
},
|
||||
id: "dish-1", name: "Creamy Tuscan Pasta", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/man-are-eating-penne-pasta-with-tomato-sauce-parmesan-vegetables-meat-side-view_141793-12274.jpg", imageAlt: "Creamy Tuscan Pasta"},
|
||||
{
|
||||
id: "dish-2",
|
||||
name: "Pan-Seared Salmon",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14516.jpg",
|
||||
imageAlt: "Pan-Seared Salmon",
|
||||
},
|
||||
id: "dish-2", name: "Pan-Seared Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14516.jpg", imageAlt: "Pan-Seared Salmon"},
|
||||
{
|
||||
id: "dish-3",
|
||||
name: "Artisan Margherita Pizza",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg",
|
||||
imageAlt: "Artisan Margherita Pizza",
|
||||
},
|
||||
id: "dish-3", name: "Artisan Margherita Pizza", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg", imageAlt: "Artisan Margherita Pizza"},
|
||||
{
|
||||
id: "dish-4",
|
||||
name: "Wild Mushroom Risotto",
|
||||
price: "$26",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg",
|
||||
imageAlt: "Wild Mushroom Risotto",
|
||||
},
|
||||
id: "dish-4", name: "Wild Mushroom Risotto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/tasty-truffle-dish-arrangement-top-view_23-2149525169.jpg", imageAlt: "Wild Mushroom Risotto"},
|
||||
{
|
||||
id: "dish-5",
|
||||
name: "Prime Ribeye Steak",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-747.jpg",
|
||||
imageAlt: "Prime Ribeye Steak",
|
||||
},
|
||||
id: "dish-5", name: "Prime Ribeye Steak", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-747.jpg", imageAlt: "Prime Ribeye Steak"},
|
||||
{
|
||||
id: "dish-6",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg",
|
||||
imageAlt: "Chocolate Lava Cake",
|
||||
},
|
||||
id: "dish-6", name: "Chocolate Lava Cake", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg", imageAlt: "Chocolate Lava Cake"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Savor a taste of our most beloved dishes, crafted to perfection with passion and the finest ingredients."
|
||||
@@ -275,29 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Chef Antoine Dubois",
|
||||
role: "Head Chef",
|
||||
description: "With over 20 years of culinary experience, Chef Antoine brings a touch of classic French technique to our modern European menu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg",
|
||||
imageAlt: "Chef Antoine Dubois",
|
||||
},
|
||||
id: "member-1", name: "Chef Antoine Dubois", role: "Head Chef", description: "With over 20 years of culinary experience, Chef Antoine brings a touch of classic French technique to our modern European menu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", imageAlt: "Chef Antoine Dubois"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Restaurant Manager",
|
||||
description: "Maria ensures every guest enjoys impeccable service and a seamless dining experience. Her warm demeanor is the heart of Cozy Corner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28477.jpg",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "member-2", name: "Maria Rodriguez", role: "Restaurant Manager", description: "Maria ensures every guest enjoys impeccable service and a seamless dining experience. Her warm demeanor is the heart of Cozy Corner.", imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28477.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Sophia Lee",
|
||||
role: "Pastry Chef",
|
||||
description: "Sophia crafts our exquisite desserts, combining traditional flavors with innovative presentations. Her creations are a sweet ending to any meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-chef-decorating-delicious-dessert_23-2147863806.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "member-3", name: "Sophia Lee", role: "Pastry Chef", description: "Sophia crafts our exquisite desserts, combining traditional flavors with innovative presentations. Her creations are a sweet ending to any meal.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-chef-decorating-delicious-dessert_23-2147863806.jpg", imageAlt: "Sophia Lee"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind every delicious meal and warm smile is our passionate team, committed to making your dining experience exceptional."
|
||||
@@ -315,50 +200,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Eleanor Vance",
|
||||
role: "Frequent Diner",
|
||||
company: "Local Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
|
||||
imageAlt: "Eleanor Vance",
|
||||
},
|
||||
id: "t-1", name: "Eleanor Vance", role: "Frequent Diner", company: "Local Foodie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", imageAlt: "Eleanor Vance"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Jonathan Davies",
|
||||
role: "Food Critic",
|
||||
company: "Daily Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg",
|
||||
imageAlt: "Jonathan Davies",
|
||||
},
|
||||
id: "t-2", name: "Jonathan Davies", role: "Food Critic", company: "Daily Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", imageAlt: "Jonathan Davies"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Chloe Wong",
|
||||
role: "Event Planner",
|
||||
company: "Celebration Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-couple-talking-while-having-meal-dining-table_637285-12645.jpg",
|
||||
imageAlt: "Chloe Wong",
|
||||
},
|
||||
id: "t-3", name: "Chloe Wong", role: "Event Planner", company: "Celebration Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-couple-talking-while-having-meal-dining-table_637285-12645.jpg", imageAlt: "Chloe Wong"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Marcus Thorne",
|
||||
role: "Chef & Owner",
|
||||
company: "The Gilded Spoon",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg",
|
||||
imageAlt: "Marcus Thorne",
|
||||
},
|
||||
id: "t-4", name: "Marcus Thorne", role: "Chef & Owner", company: "The Gilded Spoon", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Olivia Smith",
|
||||
role: "Food Blogger",
|
||||
company: "Taste Trails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg",
|
||||
imageAlt: "Olivia Smith",
|
||||
},
|
||||
id: "t-5", name: "Olivia Smith", role: "Food Blogger", company: "Taste Trails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", imageAlt: "Olivia Smith"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Hear directly from those who have experienced the magic of Cozy Corner. Their words speak volumes about our commitment to excellence."
|
||||
@@ -373,35 +228,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table directly through our website or by calling us.",
|
||||
},
|
||||
id: "faq-1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings. You can book a table directly through our website or by calling us."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Absolutely! Our menu features a variety of vegetarian and vegan dishes, and our chefs are happy to accommodate dietary restrictions upon request.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer vegetarian or vegan options?", content: "Absolutely! Our menu features a variety of vegetarian and vegan dishes, and our chefs are happy to accommodate dietary restrictions upon request."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Tuesday to Sunday, from 11:30 AM to 2:30 PM for lunch, and 5:00 PM to 9:30 PM for dinner. We are closed on Mondays.",
|
||||
},
|
||||
id: "faq-3", title: "What are your opening hours?", content: "We are open Tuesday to Sunday, from 11:30 AM to 2:30 PM for lunch, and 5:00 PM to 9:30 PM for dinner. We are closed on Mondays."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can you host private events or catering?",
|
||||
content: "Yes, we offer both private dining rooms for events at our restaurant and off-site catering services. Please contact us to discuss your specific needs.",
|
||||
},
|
||||
id: "faq-4", title: "Can you host private events or catering?", content: "Yes, we offer both private dining rooms for events at our restaurant and off-site catering services. Please contact us to discuss your specific needs."},
|
||||
]}
|
||||
sideTitle="Your Questions, Our Answers"
|
||||
sideDescription="Find quick answers to the most common questions about reservations, menu, events, and more at Cozy Corner."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Directly",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us Directly", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
ariaLabel="Frequently Asked Questions about Cozy Corner Restaurant"
|
||||
@@ -419,38 +260,11 @@ export default function LandingPage() {
|
||||
tagIcon={BookOpen}
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Recipes",
|
||||
title: "The Secret to Our Creamy Tomato Soup",
|
||||
excerpt: "Discover the simple yet profound techniques that make our signature tomato soup a favorite among our guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056056.jpg",
|
||||
imageAlt: "Creamy Tomato Soup",
|
||||
authorName: "Chef Antoine Dubois",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414106.jpg",
|
||||
date: "October 26, 2023",
|
||||
},
|
||||
id: "blog-1", category: "Recipes", title: "The Secret to Our Creamy Tomato Soup", excerpt: "Discover the simple yet profound techniques that make our signature tomato soup a favorite among our guests.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056056.jpg", imageAlt: "Creamy Tomato Soup", authorName: "Chef Antoine Dubois", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414106.jpg", date: "October 26, 2023"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Local Sourcing",
|
||||
title: "Meet Our Local Produce Partners",
|
||||
excerpt: "We take pride in our farm-to-table approach. Learn about the dedicated farmers who supply Cozy Corner with the freshest ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-cute-brunette-woman-bites-delicious-fresh-green-parsley-eating-herbs-cooking-salad_1258-197061.jpg",
|
||||
imageAlt: "Fresh local produce",
|
||||
authorName: "Maria Rodriguez",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494262.jpg",
|
||||
date: "October 18, 2023",
|
||||
},
|
||||
id: "blog-2", category: "Local Sourcing", title: "Meet Our Local Produce Partners", excerpt: "We take pride in our farm-to-table approach. Learn about the dedicated farmers who supply Cozy Corner with the freshest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/funny-cute-brunette-woman-bites-delicious-fresh-green-parsley-eating-herbs-cooking-salad_1258-197061.jpg", imageAlt: "Fresh local produce", authorName: "Maria Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494262.jpg", date: "October 18, 2023"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Restaurant Life",
|
||||
title: "Creating the Cozy Corner Ambiance",
|
||||
excerpt: "Ever wondered how we achieve our warm, inviting atmosphere? We share insights into our design philosophy and hospitality secrets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-restaurant_23-2150520066.jpg",
|
||||
imageAlt: "Cozy restaurant interior",
|
||||
authorName: "Sophia Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg",
|
||||
date: "September 30, 2023",
|
||||
},
|
||||
id: "blog-3", category: "Restaurant Life", title: "Creating the Cozy Corner Ambiance", excerpt: "Ever wondered how we achieve our warm, inviting atmosphere? We share insights into our design philosophy and hospitality secrets.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-restaurant_23-2150520066.jpg", imageAlt: "Cozy restaurant interior", authorName: "Sophia Lee", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", date: "September 30, 2023"},
|
||||
]}
|
||||
ariaLabel="Cozy Corner Restaurant Blog"
|
||||
/>
|
||||
@@ -460,18 +274,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to experience the Cozy Corner difference? Book your table or reach out to us for catering and event inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Send us a Message",
|
||||
href: "mailto:info@cozycorner.com",
|
||||
},
|
||||
text: "Send us a Message", href: "mailto:info@cozycorner.com"},
|
||||
]}
|
||||
ariaLabel="Contact Cozy Corner Restaurant for reservations and inquiries"
|
||||
/>
|
||||
@@ -481,62 +290,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Catering", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/cozycorner",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/cozycorner"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/cozycorner",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/cozycorner"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/cozycorner",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/cozycorner"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user