diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b243e8..7f0ea52 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,64 +42,27 @@ export default function LandingPage() {
@@ -123,7 +74,7 @@ export default function LandingPage() {
title="Quality Snacks & Comfort"
description="Located in Vatsala Paradise, Near Hanuman Mandir, we pride ourselves on delivering top-tier beverages, Chinese delicacies, and our famous Maggies."
subdescription="Open daily from 9:00 AM to 10:00 PM."
- imageSrc="http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg"
mediaAnimation="slide-up"
icon={Coffee}
/>
@@ -136,42 +87,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "m1",
- name: "Veg Noodles",
- price: "70/-",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png?_wi=1",
- },
- {
- id: "m2",
- name: "Paneer Noodles",
- price: "90/-",
- imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg?_wi=2",
- },
- {
- id: "m3",
- name: "Coffee",
- price: "35/-",
- imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg?_wi=2",
- },
- {
- id: "m4",
- name: "Veg Cheese Sandwich",
- price: "50/-",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg?_wi=1",
- },
- {
- id: "m5",
- name: "Plain Maggie",
- price: "40/-",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg?_wi=1",
- },
- {
- id: "m6",
- name: "Dry Manchurian",
- price: "80/-",
- imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg?_wi=1",
- },
+ { id: "m1", name: "Veg Noodles", price: "70/-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZ8HWEQLfPYmg8VCRGfYogigcm/uploaded-1776581737497-7cqrp21c.png" },
+ { id: "m2", name: "Paneer Noodles", price: "90/-", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg" },
+ { id: "m3", name: "Coffee", price: "35/-", imageSrc: "http://img.b2bpic.net/free-photo/female-student-with-eyes-closed-enjoying-smell-fresh-coffee-while-learning-evening-home_637285-4371.jpg" },
+ { id: "m4", name: "Veg Cheese Sandwich", price: "50/-", imageSrc: "http://img.b2bpic.net/free-photo/woman-ordering-bar_23-2147680670.jpg" },
+ { id: "m5", name: "Plain Maggie", price: "40/-", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg" },
+ { id: "m6", name: "Dry Manchurian", price: "80/-", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3407.jpg" },
]}
title="Boss Cafe Menu"
description="Explore our curated selections of beverages, Chinese, Maggies, and Sandwiches."
@@ -180,42 +101,13 @@ export default function LandingPage() {
@@ -362,26 +165,10 @@ export default function LandingPage() {
logoText="Boss Cafe"
columns={[
{
- title: "Quick Links",
- items: [
- {
- label: "Menu",
- href: "#menu",
- },
- {
- label: "About",
- href: "#about",
- },
- ],
+ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }],
},
{
- title: "Location",
- items: [
- {
- label: "Vatsala Paradise, Jabalpur",
- href: "#",
- },
- ],
+ title: "Location", items: [{ label: "Vatsala Paradise, Jabalpur", href: "#" }],
},
]}
/>