diff --git a/src/app/page.tsx b/src/app/page.tsx
index 460524d..64a8fd7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,133 +29,32 @@ export default function LandingPage() {
@@ -165,21 +64,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- icon: Star,
- title: "4.5-Star Local Favorite",
- description: "Highly rated by neighbors and visitors alike.",
- },
- {
- icon: Coffee,
- title: "All-Day Breakfast",
- description: "Classics served fresh whenever you want.",
- },
- {
- icon: Users,
- title: "Family Friendly",
- description: "A welcoming atmosphere for all generations.",
- },
+ { icon: Star, title: "4.5-Star Local Favorite", description: "Highly rated by neighbors and visitors alike." },
+ { icon: Coffee, title: "All-Day Breakfast", description: "Classics served fresh whenever you want." },
+ { icon: Users, title: "Family Friendly", description: "A welcoming atmosphere for all generations." },
]}
title="Why Choose Kinni Cafe?"
description="We are proud to be the heart of River Falls breakfast & lunch culture."
@@ -193,42 +80,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Fluffy Pancakes",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/big-family-have-christmas-breakfast-together_132075-14054.jpg",
- },
- {
- id: "2",
- name: "Country Skillet",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-meal-with-chicken_23-2149179620.jpg",
- },
- {
- id: "3",
- name: "Chicken Dumpling Soup",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-celebration-with-traditional-elements_23-2151885350.jpg",
- },
- {
- id: "4",
- name: "Classic Burger",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg",
- },
- {
- id: "5",
- name: "French Toast",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149706699.jpg",
- },
- {
- id: "6",
- name: "Omelette Platter",
- price: "$13",
- imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg",
- },
+ { id: "1", name: "Fluffy Pancakes", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/big-family-have-christmas-breakfast-together_132075-14054.jpg" },
+ { id: "2", name: "Country Skillet", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-meal-with-chicken_23-2149179620.jpg" },
+ { id: "3", name: "Chicken Dumpling Soup", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/thanksgiving-celebration-with-traditional-elements_23-2151885350.jpg" },
+ { id: "4", name: "Classic Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg" },
+ { id: "5", name: "French Toast", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149706699.jpg" },
+ { id: "6", name: "Omelette Platter", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg" },
]}
title="Local Favorites"
description="Freshly made classics that bring our regulars back daily."
@@ -239,42 +96,13 @@ export default function LandingPage() {
@@ -332,40 +127,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file