diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6d2ddf1..8eddc6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,108 +43,58 @@ export default function LandingPage() {
@@ -162,41 +106,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Zomato",
- description: "Quick doorstep delivery via Zomato.",
- bentoComponent: "reveal-icon",
- icon: Rocket,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=2",
- imageAlt: "fresh hot rotis in basket",
+ title: "Zomato", description: "Quick doorstep delivery via Zomato.", bentoComponent: "reveal-icon", icon: Rocket,
},
{
- title: "Swiggy",
- description: "Reliable and fast ordering via Swiggy.",
- bentoComponent: "reveal-icon",
- icon: Truck,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=4",
- imageAlt: "authentic bihari litti chokha food",
+ title: "Swiggy", description: "Reliable and fast ordering via Swiggy.", bentoComponent: "reveal-icon", icon: Truck,
},
{
- title: "Takeaway",
- description: "Ready to pick up in minutes.",
- bentoComponent: "reveal-icon",
- icon: ShoppingBag,
- imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=3",
- imageAlt: "rustic wooden dining table",
+ title: "Takeaway", description: "Ready to pick up in minutes.", bentoComponent: "reveal-icon", icon: ShoppingBag,
},
]}
title="Order Online"
description="Fast delivery | Easy ordering | Trusted by customers"
buttons={[
{
- text: "Order Zomato",
- href: "https://zomato.onelink.me/xqzv/4ur508f1",
- },
+ text: "Order Zomato", href: "https://zomato.onelink.me/xqzv/4ur508f1"},
{
- text: "Order Swiggy",
- href: "https://www.swiggy.com/menu/739988?source=sharing",
- },
+ text: "Order Swiggy", href: "https://www.swiggy.com/menu/739988?source=sharing"},
]}
/>
@@ -206,25 +131,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Rotis & Parathas",
- content: "Tava Roti (₹15), Ghee Roti (₹25), Aloo Paratha (₹60), Sattu Paratha (₹70).",
- },
+ id: "1", title: "Rotis & Parathas", content: "Tava Roti (₹15), Ghee Roti (₹25), Aloo Paratha (₹60), Sattu Paratha (₹70)."},
{
- id: "2",
- title: "Punjabi Dishes",
- content: "Bhindi Masala (₹150), Dal Tadka (₹140), Paneer Butter Masala (₹180).",
- },
+ id: "2", title: "Punjabi Dishes", content: "Bhindi Masala (₹150), Dal Tadka (₹140), Paneer Butter Masala (₹180)."},
{
- id: "3",
- title: "Thalis",
- content: "Special Thali (₹150), Litti Chokha Thali (₹199), Dal Bhat Chokha (₹180).",
- },
+ id: "3", title: "Thalis", content: "Special Thali (₹150), Litti Chokha Thali (₹199), Dal Bhat Chokha (₹180)."},
{
- id: "4",
- title: "Bihari Famous",
- content: "Litti Chokha (₹130), Chole Bhature (₹120).",
- },
+ id: "4", title: "Bihari Famous", content: "Litti Chokha (₹130), Chole Bhature (₹120)."},
]}
sideTitle="Menu"
sideDescription="Authentic Bihari Flavours"
@@ -239,19 +152,13 @@ export default function LandingPage() {
metrics={[
{
icon: Clock,
- label: "Timings",
- value: "7 AM - 11 PM",
- },
+ label: "Timings", value: "7 AM - 11 PM"},
{
icon: MapPin,
- label: "Address",
- value: "Rachenahalli, Bengaluru",
- },
+ label: "Address", value: "Rachenahalli, Bengaluru"},
{
icon: Phone,
- label: "Call Us",
- value: "9686760134",
- },
+ label: "Call Us", value: "9686760134"},
]}
metricsAnimation="slide-up"
/>
@@ -261,49 +168,36 @@ export default function LandingPage() {