diff --git a/src/app/page.tsx b/src/app/page.tsx
index 86a39aa..9a767e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,33 +42,15 @@ export default function LandingPage() {
@@ -106,60 +74,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Arunachala",
- name: "Tandoori Chicken",
- price: "₹250",
- rating: 4,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg",
- },
- {
- id: "p2",
- brand: "Arunachala",
- name: "Veg Thali",
- price: "₹200",
- rating: 5,
- reviewCount: "200+",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg",
- },
- {
- id: "p3",
- brand: "Arunachala",
- name: "Fish Fry",
- price: "₹300",
- rating: 4,
- reviewCount: "80+",
- imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg",
- },
- {
- id: "p4",
- brand: "Arunachala",
- name: "Malai Kofta",
- price: "₹220",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table_123827-26068.jpg",
- },
- {
- id: "p5",
- brand: "Arunachala",
- name: "Chocolate Brownie",
- price: "₹150",
- rating: 4,
- reviewCount: "50+",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portions-wooden-background_123827-28029.jpg",
- },
- {
- id: "p6",
- brand: "Arunachala",
- name: "Chicken Biryani",
- price: "₹280",
- rating: 5,
- reviewCount: "900+",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82268.jpg",
- },
+ { id: "p1", brand: "Arunachala", name: "Tandoori Chicken", price: "₹250", rating: 4, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg" },
+ { id: "p2", brand: "Arunachala", name: "Veg Thali", price: "₹200", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg" },
+ { id: "p3", brand: "Arunachala", name: "Fish Fry", price: "₹300", rating: 4, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg" },
+ { id: "p4", brand: "Arunachala", name: "Malai Kofta", price: "₹220", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table_123827-26068.jpg" },
+ { id: "p5", brand: "Arunachala", name: "Chocolate Brownie", price: "₹150", rating: 4, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portions-wooden-background_123827-28029.jpg" },
+ { id: "p6", brand: "Arunachala", name: "Chicken Biryani", price: "₹280", rating: 5, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82268.jpg" },
]}
title="Our Signature Dishes"
description="Indulge in our most loved preparations, from aromatic Biryanis to spicy Tandoori delicacies."
@@ -168,50 +88,16 @@ export default function LandingPage() {
@@ -300,45 +152,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/healthy-meal-rice-with-ingredients-rough-cement-surface_23-2148097192.jpg"
logoText="Arunachala"
columns={[
- {
- title: "Links",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "About",
- href: "#about",
- },
- ],
- },
- {
- title: "Menu",
- items: [
- {
- label: "Biryani",
- href: "#menu",
- },
- {
- label: "Thali",
- href: "#menu",
- },
- ],
- },
- {
- title: "Help",
- items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "FAQ",
- href: "#faq",
- },
- ],
- },
+ { title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
+ { title: "Menu", items: [{ label: "Biryani", href: "#menu" }, { label: "Thali", href: "#menu" }] },
+ { title: "Help", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
]}
copyrightText="© 2025 Arunachala Restaurant. All rights reserved."
/>