Update src/app/page.tsx
This commit is contained in:
294
src/app/page.tsx
294
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Apple, Award, Cherry, LeafyGreen, Palette, ShieldCheck, Smile, Sparkles } from "lucide-react";
|
||||
import { Apple, Award, Cherry, Eye, Feather, LeafyGreen, Palette, PartyPopper, ShieldCheck, Smile, Sparkles, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,34 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Your Table Now", href: "#contact"}}
|
||||
brandName="Ssavory Restro & Cafe"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,33 +53,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Exceptional Food, Aesthetic Vibes, Open Kitchen Trust"
|
||||
description="Experience Surat's most-loved restrocafe where quality ingredients, transparent cooking, and welcoming ambiance create unforgettable meals."
|
||||
kpis={[
|
||||
{
|
||||
value: "5.0★",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "5.0★", label: "Star Rating"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Local Diners",
|
||||
},
|
||||
value: "15+", label: "Local Diners"},
|
||||
{
|
||||
value: "Fresh",
|
||||
label: "Ingredients Daily",
|
||||
},
|
||||
value: "Fresh", label: "Ingredients Daily"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Rated 5.0★ by 15 Local Diners"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg"
|
||||
@@ -101,52 +78,32 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg",
|
||||
alt: "Portrait of woman with shopping bags",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", alt: "Portrait of woman with shopping bags"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-charming-girl-mall_23-2148225614.jpg",
|
||||
alt: "Front view charming girl at mall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-charming-girl-mall_23-2148225614.jpg", alt: "Front view charming girl at mall"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-smiling-camera-mall_23-2148225629.jpg",
|
||||
alt: "Girl smiling at camera in the mall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-smiling-camera-mall_23-2148225629.jpg", alt: "Girl smiling at camera in the mall"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-girl-holding-shopping-bags_23-2148225666.jpg",
|
||||
alt: "Smiley girl holding shopping bags",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-girl-holding-shopping-bags_23-2148225666.jpg", alt: "Smiley girl holding shopping bags"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg",
|
||||
alt: "Medium shot young people with reviews",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg", alt: "Medium shot young people with reviews"},
|
||||
]}
|
||||
avatarText="Loved by 15+ local diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Sourced",
|
||||
icon: LeafyGreen,
|
||||
type: "text-icon", text: "Freshly Sourced", icon: LeafyGreen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hygiene First",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Hygiene First", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Crafted",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Artisan Crafted", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delightful Flavors",
|
||||
icon: Cherry,
|
||||
type: "text-icon", text: "Delightful Flavors", icon: Cherry,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Memorable Moments",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Memorable Moments", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -159,19 +116,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Apple,
|
||||
label: "Fresh Ingredients",
|
||||
value: "Sourced Daily",
|
||||
},
|
||||
label: "Fresh Ingredients", value: "Sourced Daily"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Transparent Kitchen",
|
||||
value: "Open for View",
|
||||
},
|
||||
label: "Transparent Kitchen", value: "Open for View"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Memorable Experience",
|
||||
value: "Every Visit",
|
||||
},
|
||||
label: "Memorable Experience", value: "Every Visit"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,32 +134,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Transparent Open Kitchen",
|
||||
description: "Witness the magic as our chefs craft your meal with fresh ingredients, right before your eyes, ensuring hygiene and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1056.jpg",
|
||||
imageAlt: "Open kitchen in a modern restaurant",
|
||||
buttonIcon: "Eye",
|
||||
title: "Transparent Open Kitchen", description: "Witness the magic as our chefs craft your meal with fresh ingredients, right before your eyes, ensuring hygiene and quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1056.jpg", imageAlt: "Open kitchen in a modern restaurant", buttonIcon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Cozy & Aesthetic Ambiance",
|
||||
description: "Relax in our beautifully designed space, perfect for intimate dinners, family gatherings, or casual coffee dates. Every corner is picture-perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-book-tenderness-cute-chair_1150-1189.jpg",
|
||||
imageAlt: "Cozy and aesthetic cafe interior",
|
||||
buttonIcon: "Feather",
|
||||
title: "Cozy & Aesthetic Ambiance", description: "Relax in our beautifully designed space, perfect for intimate dinners, family gatherings, or casual coffee dates. Every corner is picture-perfect.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-book-tenderness-cute-chair_1150-1189.jpg", imageAlt: "Cozy and aesthetic cafe interior", buttonIcon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Diverse & Delicious Menu",
|
||||
description: "Explore a culinary journey with our extensive menu, featuring local favorites and international delights, prepared to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-breast-roll-with-sauce-tomatoes-bread_141793-3963.jpg",
|
||||
imageAlt: "Variety of dishes on a restaurant menu",
|
||||
buttonIcon: "Utensils",
|
||||
title: "Diverse & Delicious Menu", description: "Explore a culinary journey with our extensive menu, featuring local favorites and international delights, prepared to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-breast-roll-with-sauce-tomatoes-bread_141793-3963.jpg", imageAlt: "Variety of dishes on a restaurant menu", buttonIcon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Special Event Hosting",
|
||||
description: "Host your special moments with us. Our adaptable space is ideal for birthdays, anniversaries, and corporate events, tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg",
|
||||
imageAlt: "Elegant private dining event space",
|
||||
buttonIcon: "PartyPopper",
|
||||
title: "Special Event Hosting", description: "Host your special moments with us. Our adaptable space is ideal for birthdays, anniversaries, and corporate events, tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Elegant private dining event space", buttonIcon: PartyPopper,
|
||||
},
|
||||
]}
|
||||
title="Experience Ssavory Restro & Cafe"
|
||||
@@ -224,47 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Hyderabadi Chicken Biryani",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cabbage-with-carrots-plate-cabbage-with-carrots-table_140725-71338.jpg",
|
||||
imageAlt: "A plate of Hyderabadi Chicken Biryani",
|
||||
},
|
||||
id: "m1", name: "Hyderabadi Chicken Biryani", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cabbage-with-carrots-plate-cabbage-with-carrots-table_140725-71338.jpg", imageAlt: "A plate of Hyderabadi Chicken Biryani"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Creamy Alfredo Pasta",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-noodles-with-cheese-bread-slice-wooden-background_23-2147925952.jpg",
|
||||
imageAlt: "A bowl of creamy Alfredo pasta",
|
||||
},
|
||||
id: "m2", name: "Creamy Alfredo Pasta", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-noodles-with-cheese-bread-slice-wooden-background_23-2147925952.jpg", imageAlt: "A bowl of creamy Alfredo pasta"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Signature Cold Coffee",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cocoa-chocolate-white-cup-mug_74190-2914.jpg",
|
||||
imageAlt: "A glass of signature cold coffee with latte art",
|
||||
},
|
||||
id: "m3", name: "Signature Cold Coffee", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/hot-cocoa-chocolate-white-cup-mug_74190-2914.jpg", imageAlt: "A glass of signature cold coffee with latte art"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Berry Blast Smoothie",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-toasting-glasses-drinks_23-2147859518.jpg",
|
||||
imageAlt: "A glass of vibrant berry blast smoothie",
|
||||
},
|
||||
id: "m4", name: "Berry Blast Smoothie", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/couple-s-hand-toasting-glasses-drinks_23-2147859518.jpg", imageAlt: "A glass of vibrant berry blast smoothie"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Grilled Paneer Sandwich",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches-served-with-french-fries-ketchup-mayonnaise_140725-7807.jpg",
|
||||
imageAlt: "A grilled paneer sandwich with fresh vegetables",
|
||||
},
|
||||
id: "m5", name: "Grilled Paneer Sandwich", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwiches-served-with-french-fries-ketchup-mayonnaise_140725-7807.jpg", imageAlt: "A grilled paneer sandwich with fresh vegetables"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "₹190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cakes-delicious-sweets-tea-inside-plate-dark-background-cream-cake-biscuit-dessert-tea-color_140725-110233.jpg",
|
||||
imageAlt: "A decadent chocolate lava cake with ice cream",
|
||||
},
|
||||
id: "m6", name: "Chocolate Lava Cake", price: "₹190", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cakes-delicious-sweets-tea-inside-plate-dark-background-cream-cake-biscuit-dessert-tea-color_140725-110233.jpg", imageAlt: "A decadent chocolate lava cake with ice cream"},
|
||||
]}
|
||||
title="Our Diverse & Delicious Menu"
|
||||
description="Savor a wide range of culinary delights, crafted with the freshest ingredients to please every palate and preference. From local favorites to global inspirations, there's something for everyone."
|
||||
@@ -278,59 +183,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priyasharma_foodie",
|
||||
testimonial: "Absolutely delightful experience! The Open Kitchen concept is fantastic, and the Hyderabadi Biryani is simply out of this world. A must-visit in Surat!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t1", name: "Priya Sharma", handle: "@priyasharma_foodie", testimonial: "Absolutely delightful experience! The Open Kitchen concept is fantastic, and the Hyderabadi Biryani is simply out of this world. A must-visit in Surat!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajeshk_reviews",
|
||||
testimonial: "Ssavory Restro & Cafe exceeded my expectations. The ambiance is perfect for a relaxing evening, and their coffee selection is superb. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "t2", name: "Rajesh Kumar", handle: "@rajeshk_reviews", testimonial: "Ssavory Restro & Cafe exceeded my expectations. The ambiance is perfect for a relaxing evening, and their coffee selection is superb. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anjali Mehta",
|
||||
handle: "@anjalimehta_eats",
|
||||
testimonial: "I'm in love with their Creamy Alfredo Pasta! The freshness of ingredients shines through, and the staff are incredibly welcoming. My new favorite cafe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
||||
imageAlt: "Anjali Mehta",
|
||||
},
|
||||
id: "t3", name: "Anjali Mehta", handle: "@anjalimehta_eats", testimonial: "I'm in love with their Creamy Alfredo Pasta! The freshness of ingredients shines through, and the staff are incredibly welcoming. My new favorite cafe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageAlt: "Anjali Mehta"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikramsingh_food",
|
||||
testimonial: "The perfect blend of great food and great vibes. It’s hard to find such transparent practices and consistent quality. A truly 5-star experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130648.jpg",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "t4", name: "Vikram Singh", handle: "@vikramsingh_food", testimonial: "The perfect blend of great food and great vibes. It’s hard to find such transparent practices and consistent quality. A truly 5-star experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130648.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sneha Patel",
|
||||
handle: "@snehapatel_cafe",
|
||||
testimonial: "From the moment you step in, you feel at home. The Berry Blast Smoothie is so refreshing! A wonderful spot for families and friends alike.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
|
||||
imageAlt: "Sneha Patel",
|
||||
},
|
||||
id: "t5", name: "Sneha Patel", handle: "@snehapatel_cafe", testimonial: "From the moment you step in, you feel at home. The Berry Blast Smoothie is so refreshing! A wonderful spot for families and friends alike.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg", imageAlt: "Sneha Patel"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Amit Shah",
|
||||
handle: "@amitshah_foodie",
|
||||
testimonial: "Visited for brunch and was thoroughly impressed. The Grilled Paneer Sandwich was delicious, and the service was impeccable. Will definitely be back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-donuts-cafe_637285-7970.jpg",
|
||||
imageAlt: "Amit Shah",
|
||||
},
|
||||
id: "t6", name: "Amit Shah", handle: "@amitshah_foodie", testimonial: "Visited for brunch and was thoroughly impressed. The Grilled Paneer Sandwich was delicious, and the service was impeccable. Will definitely be back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-donuts-cafe_637285-7970.jpg", imageAlt: "Amit Shah"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Diners Say"
|
||||
@@ -344,35 +213,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can easily make a reservation by filling out the form in our Contact Us section below, or by calling us directly during business hours.",
|
||||
},
|
||||
id: "faq1", title: "How do I make a reservation?", content: "You can easily make a reservation by filling out the form in our Contact Us section below, or by calling us directly during business hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer online ordering for pickup or delivery?",
|
||||
content: "Yes, we offer online ordering for both pickup and delivery through our partners. Please visit our 'Order Online' link in the navigation for details.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer online ordering for pickup or delivery?", content: "Yes, we offer online ordering for both pickup and delivery through our partners. Please visit our 'Order Online' link in the navigation for details."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open from 11 AM to 11 PM, Tuesday through Sunday. We are closed on Mondays.",
|
||||
},
|
||||
id: "faq3", title: "What are your operating hours?", content: "We are open from 11 AM to 11 PM, Tuesday through Sunday. We are closed on Mondays."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you accommodate dietary restrictions?",
|
||||
content: "We strive to accommodate all dietary needs. Please inform our staff about any allergies or restrictions when ordering or making a reservation, and our chefs will do their best to assist you.",
|
||||
},
|
||||
id: "faq4", title: "Can you accommodate dietary restrictions?", content: "We strive to accommodate all dietary needs. Please inform our staff about any allergies or restrictions when ordering or making a reservation, and our chefs will do their best to assist you."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you have options for private events or parties?",
|
||||
content: "Yes, we do! Our cafe offers versatile spaces perfect for private gatherings, corporate events, and celebrations. Please contact us for more information on our event packages.",
|
||||
},
|
||||
id: "faq5", title: "Do you have options for private events or parties?", content: "Yes, we do! Our cafe offers versatile spaces perfect for private gatherings, corporate events, and celebrations. Please contact us for more information on our event packages."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Is parking available at the cafe?",
|
||||
content: "Complimentary parking is available for our guests in the adjacent lot. Valet service is also offered during peak hours.",
|
||||
},
|
||||
id: "faq6", title: "Is parking available at the cafe?", content: "Complimentary parking is available for our guests in the adjacent lot. Valet service is also offered during peak hours."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about reservations, menu offerings, online ordering, and our unique dining experience."
|
||||
@@ -387,40 +238,23 @@ export default function LandingPage() {
|
||||
description="Contact us for reservations, inquiries, or to place an online order. Our team is ready to assist you. We look forward to serving you soon!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Preferred Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Preferred Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: true,
|
||||
name: "guests", type: "number", placeholder: "Number of Guests", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message / Special Requests",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message / Special Requests", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-walking-by-bistro_23-2149366409.jpg"
|
||||
@@ -434,13 +268,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ssavory Restro & Cafe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user