diff --git a/src/app/page.tsx b/src/app/page.tsx
index b707f48..171fda5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,81 +34,46 @@ export default function LandingPage() {
@@ -320,14 +194,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Food Critic Awards",
- "DineOut Magazine",
- "Taste of the City",
- "Chef's Choice Guild",
- "Golden Spoon Honors",
- "Eatery Excellence",
- "Restaurant Review Board",
- ]}
+ "Local Food Critic Awards", "DineOut Magazine", "Taste of the City", "Chef's Choice Guild", "Golden Spoon Honors", "Eatery Excellence", "Restaurant Review Board"]}
title="Accolades & Partners"
description="Proudly recognized for our commitment to quality and service within the culinary community."
tag="Recognized Excellence"
@@ -342,33 +209,19 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, we highly recommend making a reservation, especially for dinner and weekend sittings, to ensure you get a table. You can book through our website or by calling us directly.",
- },
+ id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner and weekend sittings, to ensure you get a table. You can book through our website or by calling us directly."},
{
- id: "q2",
- title: "Are there vegetarian and vegan options?",
- content: "Absolutely! Our menu features a wide variety of delicious vegetarian and vegan dishes prepared with fresh, plant-based ingredients to cater to all dietary preferences.",
- },
+ id: "q2", title: "Are there vegetarian and vegan options?", content: "Absolutely! Our menu features a wide variety of delicious vegetarian and vegan dishes prepared with fresh, plant-based ingredients to cater to all dietary preferences."},
{
- id: "q3",
- title: "Do you offer catering services?",
- content: "Yes, Green Villa Restro provides catering services for various events, including corporate gatherings, private parties, and weddings. Please contact us for more details and custom menus.",
- },
+ id: "q3", title: "Do you offer catering services?", content: "Yes, Green Villa Restro provides catering services for various events, including corporate gatherings, private parties, and weddings. Please contact us for more details and custom menus."},
{
- id: "q4",
- title: "What are your operating hours?",
- content: "We are open for lunch from 12:00 PM to 3:00 PM and for dinner from 7:00 PM to 11:00 PM, seven days a week. Holiday hours may vary, please check our social media for updates.",
- },
+ id: "q4", title: "What are your operating hours?", content: "We are open for lunch from 12:00 PM to 3:00 PM and for dinner from 7:00 PM to 11:00 PM, seven days a week. Holiday hours may vary, please check our social media for updates."},
]}
sideTitle="Your Questions, Our Answers"
sideDescription="Find quick answers to the most common questions about dining at Green Villa Restro."
buttons={[
{
- text: "View All FAQs",
- href: "#",
- },
+ text: "View All FAQs", href: "#"},
]}
buttonAnimation="blur-reveal"
faqsAnimation="slide-up"
@@ -381,8 +234,7 @@ export default function LandingPage() {