Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fe9fd0b98 |
@@ -4,7 +4,7 @@ import { Award, Clock, Heart, Sparkles, Star, Users } from "lucide-react";
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
@@ -95,34 +95,44 @@ export default function RestaurantPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features-section" data-section="features-section">
|
<div id="features-section" data-section="features-section">
|
||||||
<FeatureCardTwentyTwo
|
<FaqBase
|
||||||
features={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "feature-1", category: ["Cuisine", "Experience"],
|
id: "faq-1",
|
||||||
title: "Authentic Homemade Recipes", imageSrc: "https://img.b2bpic.net/free-photo/top-view-brown-wooden-plate-with-vegetables-eggs-seasonings-dark-background-sugar-color-cake-white-tea-cookie-salad-food-biscuit_140725-160796.jpg", imageAlt: "Delicious homemade pasta dish"
|
title: "What are your operating hours?",
|
||||||
|
content: "We're open Monday to Thursday from 11am to 10pm, Friday and Saturday from 11am to 11pm, and Sunday from 12pm to 9pm. We're closed on major holidays."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "feature-2", category: ["Ambiance", "Comfort"],
|
id: "faq-2",
|
||||||
title: "Cozy & Inviting Atmosphere", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg?_wi=1", imageAlt: "Warm and cozy restaurant interior"
|
title: "Do you accommodate dietary restrictions?",
|
||||||
|
content: "Absolutely! We offer vegetarian, vegan, gluten-free, and dairy-free options. Please inform your server of any allergies or dietary preferences when ordering."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "feature-3", category: ["Service", "Quality"],
|
id: "faq-3",
|
||||||
title: "Exceptional Customer Service", imageSrc: "https://img.b2bpic.net/free-photo/small-group-happy-friends-laughing-having-fun-while-eating-dinner-dining-table-home_637285-10338.jpg", imageAlt: "Friendly staff serving customers"
|
title: "Can I make a reservation online?",
|
||||||
|
content: "Yes, you can book a table through our website or call us directly at (555) 123-4567. We recommend reservations during peak hours on weekends."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq-4",
|
||||||
|
title: "Do you offer catering services?",
|
||||||
|
content: "Yes! We provide catering for events of all sizes. Contact our catering team at catering@warmbite.com or call (555) 123-4568 for custom quotes and menu options."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
title="Frequently Asked Questions"
|
||||||
title="Why Choose Our Restaurant"
|
description="Find answers to common questions about WarmBite Restaurant, our services, and dining experience."
|
||||||
description="We blend traditional flavors with modern techniques to create unforgettable dining experiences that warm your heart and satisfy your taste buds."
|
tag="Got Questions?"
|
||||||
textboxLayout="inline-image"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
tag="Special Features"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#product-section" },
|
{ text: "Contact Us", href: "#contact-section", dataWebildId: "faq_contact_btn" },
|
||||||
{ text: "Book a Table", href: "#contact-section" }
|
{ text: "View Menu", href: "#menu-section", dataWebildId: "faq_menu_btn" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="inline-image"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
animationType="smooth"
|
||||||
|
showCard={true}
|
||||||
|
ariaLabel="Restaurant FAQ section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user