diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6814b4b..6e0a7f7 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
-export default function LandingPage() {
+export default function AboutPage() {
return (
@@ -50,12 +39,7 @@ export default function LandingPage() {
@@ -65,24 +49,12 @@ export default function LandingPage() {
title="Meet Our Team"
tag="Friendly Faces"
membersAnimation="slide-up"
- members={[
- {
- id: "1",
- name: "John Doe",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg",
- },
- {
- id: "2",
- name: "Jane Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg",
- },
- {
- id: "3",
- name: "Bob Brown",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-multi-generation-family-toasting-while-having-lunch-together-dining-table_637285-5510.jpg",
- },
- ]}
memberVariant="card"
+ members={[
+ { id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg" },
+ { id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg" },
+ { id: "3", name: "Bob Brown", imageSrc: "http://img.b2bpic.net/free-photo/happy-multi-generation-family-toasting-while-having-lunch-together-dining-table_637285-5510.jpg" },
+ ]}
/>
@@ -90,40 +62,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 60da707..58ac27d 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Award, Coffee, Star } from "lucide-react";
-export default function LandingPage() {
+export default function ContactPage() {
return (
@@ -97,40 +66,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
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
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 2d21ac9..55accea 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
@@ -50,26 +39,14 @@ export default function LandingPage() {
@@ -78,42 +55,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- plans={[
- {
- id: "basic",
- price: "$10-$15",
- name: "Breakfast Specials",
- buttons: [
- {
- text: "See Full Menu",
- href: "/services",
- },
- ],
- features: [
- "Pancakes",
- "Omelettes",
- "Coffee",
- ],
- },
- {
- id: "pro",
- price: "$12-$20",
- name: "Lunch Classics",
- buttons: [
- {
- text: "See Full Menu",
- href: "/services",
- },
- ],
- features: [
- "Burgers",
- "Homemade Soups",
- "Wraps",
- ],
- },
- ]}
title="Budget-Friendly Dining"
description="Great portions, great prices."
+ plans={[
+ { id: "basic", price: "$10-$15", name: "Breakfast Specials", buttons: [{ text: "See Full Menu", href: "/services" }], features: ["Pancakes", "Omelettes", "Coffee"] },
+ { id: "pro", price: "$12-$20", name: "Lunch Classics", buttons: [{ text: "See Full Menu", href: "/services" }], features: ["Burgers", "Homemade Soups", "Wraps"] },
+ ]}
/>
@@ -121,40 +68,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file