diff --git a/src/app/page.tsx b/src/app/page.tsx
index f73549c..3583376 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -48,13 +48,13 @@ export default function HomePage() {
@@ -250,41 +181,23 @@ export default function HomePage() {
ctaIcon={Phone}
faqs={[
{
- id: "1",
- title: "How do I make a reservation?",
- content:
- "You can book online through our website, call us at 077050 23555, or visit us directly at Civil Lines, Prayagraj. We recommend advance reservations for weekends.",
- },
+ id: "1", title: "How do I make a reservation?", content:
+ "You can book online through our website, call us at 077050 23555, or visit us directly at Civil Lines, Prayagraj. We recommend advance reservations for weekends."},
{
- id: "2",
- title: "Do you offer online orders?",
- content:
- "Yes! Order online for delivery or takeaway through our website. We serve all five cuisines with the same quality and care as dine-in service.",
- },
+ id: "2", title: "Do you offer online orders?", content:
+ "Yes! Order online for delivery or takeaway through our website. We serve all five cuisines with the same quality and care as dine-in service."},
{
- id: "3",
- title: "Can I host events at El Chico?",
- content:
- "Absolutely! We host birthday celebrations, small parties, and intimate gatherings. Contact us to discuss your event requirements and customized menu options.",
- },
+ id: "3", title: "Can I host events at El Chico?", content:
+ "Absolutely! We host birthday celebrations, small parties, and intimate gatherings. Contact us to discuss your event requirements and customized menu options."},
{
- id: "4",
- title: "What are your hours?",
- content:
- "We're open for lunch and dinner daily. Bakery items are available throughout the day. Call for specific timing or visit our contact page for complete details.",
- },
+ id: "4", title: "What are your hours?", content:
+ "We're open for lunch and dinner daily. Bakery items are available throughout the day. Call for specific timing or visit our contact page for complete details."},
{
- id: "5",
- title: "Do you have parking?",
- content:
- "Yes, we offer dedicated parking for our guests at our Civil Lines location. It's convenient access and ample space for family dining.",
- },
+ id: "5", title: "Do you have parking?", content:
+ "Yes, we offer dedicated parking for our guests at our Civil Lines location. It's convenient access and ample space for family dining."},
{
- id: "6",
- title: "Is the bakery available for pre-orders?",
- content:
- "Yes! Pre-order custom cakes and pastries for special occasions. Call 077050 23555 or visit our bakery page to place your order today.",
- },
+ id: "6", title: "Is the bakery available for pre-orders?", content:
+ "Yes! Pre-order custom cakes and pastries for special occasions. Call 077050 23555 or visit our bakery page to place your order today."},
]}
animationType="slide-up"
useInvertedBackground={false}
@@ -294,14 +207,13 @@ export default function HomePage() {
{/* Footer */}