diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e931dd..c3fd98f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,116 +46,43 @@ export default function LandingPage() {
@@ -175,18 +94,9 @@ export default function LandingPage() {
title="Welcome to Crispino Café"
description="Crispino Café is your go-to destination for comfort food, rich coffee, and a relaxed atmosphere. Conveniently located in G-10 Markaz, we serve a variety of dishes ranging from classic chai to continental favorites."
bulletPoints={[
- {
- title: "Affordable Prices",
- description: "Great meals starting from Rs 500.",
- },
- {
- title: "Cozy Seating",
- description: "Perfect for work or hangouts.",
- },
- {
- title: "Wide Variety",
- description: "From chai to continental steaks.",
- },
+ { title: "Affordable Prices", description: "Great meals starting from Rs 500." },
+ { title: "Cozy Seating", description: "Perfect for work or hangouts." },
+ { title: "Wide Variety", description: "From chai to continental steaks." }
]}
imageSrc="http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg"
/>
@@ -199,42 +109,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Special Chai",
- price: "Rs 150",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-cup_23-2148892853.jpg",
- },
- {
- id: "p2",
- name: "Zinger Burger",
- price: "Rs 500",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-whole-cut-various-tasty-sandwiches-tomatoes-with-stem-knife-black-tray-dark-mix-color-surface_179666-34375.jpg",
- },
- {
- id: "p3",
- name: "Crispino Pasta",
- price: "Rs 800",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-tasty-inside-white-plate-grey-floor_140725-14465.jpg",
- },
- {
- id: "p4",
- name: "Chicken Fajita Pizza",
- price: "Rs 900",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-pizza-sliced-served-dark-brown-surface_179666-35505.jpg",
- },
- {
- id: "p5",
- name: "Beef Steak",
- price: "Rs 1000",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902490.jpg",
- },
- {
- id: "p6",
- name: "Special Shake",
- price: "Rs 450",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-with-tattoo-holding-book-caramel-milkshake_114579-24211.jpg",
- },
+ { id: "p1", name: "Special Chai", price: "Rs 150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-cup_23-2148892853.jpg" },
+ { id: "p2", name: "Zinger Burger", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-whole-cut-various-tasty-sandwiches-tomatoes-with-stem-knife-black-tray-dark-mix-color-surface_179666-34375.jpg" },
+ { id: "p3", name: "Crispino Pasta", price: "Rs 800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-tasty-inside-white-plate-grey-floor_140725-14465.jpg" },
+ { id: "p4", name: "Chicken Fajita Pizza", price: "Rs 900", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheese-pizza-sliced-served-dark-brown-surface_179666-35505.jpg" },
+ { id: "p5", name: "Beef Steak", price: "Rs 1000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902490.jpg" },
+ { id: "p6", name: "Special Shake", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-with-tattoo-holding-book-caramel-milkshake_114579-24211.jpg" }
]}
title="Something for Every Craving"
description="Explore our handcrafted menu favorites."
@@ -243,25 +123,14 @@ export default function LandingPage() {
@@ -379,9 +177,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file