Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-02 12:41:40 +00:00
2 changed files with 48 additions and 16 deletions

View File

@@ -191,19 +191,35 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "Do you offer vegan options?", content: "Yes, we have a wide range of delicious vegan dishes available. Please inform our staff about your dietary preferences, and they will gladly assist you."},
id: "faq1", title: "Do you offer Jain food or specific dietary options (e.g., vegan, gluten-free)?", content: "Yes, we strive to cater to various dietary preferences. Please inform our staff about your specific requirements, and they will gladly assist you with Jain, vegan, gluten-free, or other options."
},
{
id: "faq2", title: "Can I make a reservation?", content: "Absolutely! We highly recommend making a reservation, especially during peak hours, to ensure you get a table. You can book through our website or by calling us directly."},
id: "faq2", title: "Can I make a reservation?", content: "Absolutely! We highly recommend making a reservation, especially during peak hours. You can book through our website, call us at +91 98765 43210, or send us an email."
},
{
id: "faq3", title: "Do you provide catering services?", content: "Yes, we offer catering services for events of all sizes, from intimate gatherings to large celebrations. Contact us to discuss your custom vegetarian menu needs."},
id: "faq3", title: "Do you provide catering services?", content: "Yes, we offer catering services for events of all sizes, from intimate gatherings to large celebrations. Contact us at +91 98765 43210 or email us to discuss your custom vegetarian menu needs."
},
{
id: "faq4", title: "Are your ingredients fresh?", content: "We are committed to using only the freshest, high-quality ingredients, sourced daily from local markets to ensure the best taste and nutritional value in every dish."},
id: "faq4", title: "What payment methods do you accept?", content: "We accept various convenient payment methods including UPI (Google Pay, PhonePe, Paytm), major credit/debit cards (Visa, Mastercard, RuPay), and cash."
},
{
id: "faq5", title: "What are your operating hours?", content: "We are open from 11:00 AM to 10:00 PM, seven days a week. We look forward to welcoming you!"},
id: "faq5", title: "Do you offer home delivery?", content: "Yes, we offer home delivery through popular platforms like Swiggy and Zomato within our serviceable area. You can also place orders directly via phone for pickup."
},
{
id: "faq6", title: "What are your operating hours?", content: "We are open from 11:00 AM to 10:30 PM, seven days a week. We look forward to welcoming you!"
},
{
id: "faq7", title: "Where are you located?", content: "We are conveniently located at [Your Restaurant Address, City, State, Pincode]. You can find us easily on Google Maps."
}
]}
sideTitle="Frequently Asked Questions"
sideDescription="Have a question? We've got answers! Find common inquiries about our restaurant, menu, and services here."
sideDescription="Have a question about our authentic Indian vegetarian cuisine, reservations, catering, or payment methods? Find common inquiries and answers here, or reach out to us directly."
faqsAnimation="slide-up"
buttons={[
{
text: "Contact Us", href: "#contact"
}
]}
/>
</div>
@@ -211,7 +227,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch with Us"
description="Whether it's a reservation, catering inquiry, or just a question, we'd love to hear from you. Fill out the form or find our contact details below."
description="Whether it's a reservation, catering inquiry, or just a question, we'd love to hear from you. Fill out the form or use our contact details below. Call us at +91 98765 43210, email us at info@durgashreesamruddhi.com, or visit us at Durgashree Samruddhi Grand Veg, [Your Restaurant Address, City, State, Pincode], India."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -220,10 +236,10 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
name: "phone", type: "tel", placeholder: "Phone Number (e.g., +91 9876543210)"},
]}
textarea={{
name: "message", placeholder: "Your Message / Reservation Details", rows: 4,
name: "message", placeholder: "Your Message / Reservation Details / Query", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/flowers-vase-baroque-like-photography_23-2149659297.jpg"
@@ -247,7 +263,9 @@ export default function LandingPage() {
{
label: "Our Menu", href: "#menu"},
{
label: "Reservations", href: "#contact"},
label: "Make a Reservation", href: "#contact"},
{
label: "Order Online", href: "#"}
],
},
{
@@ -257,7 +275,19 @@ export default function LandingPage() {
{
label: "Contact Us", href: "#contact"},
{
label: "Catering", href: "#contact"},
label: "Catering Services", href: "#contact"},
{
label: "Call Us: +91 98765 43210", href: "tel:+919876543210"}
],
},
{
title: "Payment Methods", items: [
{
label: "UPI (Google Pay, PhonePe)", href: "#"},
{
label: "Credit/Debit Cards", href: "#"},
{
label: "Cash", href: "#"}
],
},
{
@@ -268,6 +298,8 @@ export default function LandingPage() {
label: "Instagram", href: "#"},
{
label: "Google Reviews", href: "#"},
{
label: "Locate Us on Map", href: "https://www.google.com/maps/search/?api=1&query=Durgashree+Samruddhi+Grand+Veg+[Your+Restaurant+Address]"}
],
},
]}

View File

@@ -12,13 +12,13 @@
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);