diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0aa07ce..c15e634 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,45 +42,30 @@ export default function LandingPage() {
@@ -94,15 +75,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About 2Eatly Cafe"
metrics={[
- {
- icon: Coffee,
- label: "Drinks Served", value: "10k+"},
- {
- icon: Smile,
- label: "Happy Clients", value: "5k+"},
- {
- icon: Users,
- label: "Community Vibe", value: "100%"},
+ { icon: Coffee, label: "Drinks Served", value: "10k+" },
+ { icon: Smile, label: "Happy Clients", value: "5k+" },
+ { icon: Users, label: "Community Vibe", value: "100%" },
]}
metricsAnimation="blur-reveal"
/>
@@ -115,18 +90,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1", name: "French Fries", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg"},
- {
- id: "2", name: "Cheese Corn Balls", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg"},
- {
- id: "3", name: "Veg Burger", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg"},
- {
- id: "4", name: "Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg"},
- {
- id: "5", name: "Cold Coffee", price: "₹130", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg"},
- {
- id: "6", name: "Milkshake", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg"},
+ { id: "1", name: "French Fries", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },
+ { id: "2", name: "Cheese Corn Balls", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },
+ { id: "3", name: "Veg Burger", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg" },
+ { id: "4", name: "Sandwich", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-meet-glass-wine-round-plate_176474-3412.jpg" },
+ { id: "5", name: "Cold Coffee", price: "₹130", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg" },
+ { id: "6", name: "Milkshake", price: "₹160", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-table_1203-2504.jpg" },
]}
title="Our Delicious Menu"
description="Handpicked favorites for every mood."
@@ -135,17 +104,15 @@ export default function LandingPage() {