diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..48598ad
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,81 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import TeamCardTen from '@/components/sections/team/TeamCardTen';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import { Heart, Users, MapPin } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
new file mode 100644
index 0000000..ccb5c77
--- /dev/null
+++ b/src/app/menu/page.tsx
@@ -0,0 +1,66 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+
+export default function MenuPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index cebd81c..70c40ca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -53,63 +41,26 @@ export default function LandingPage() {
@@ -119,14 +70,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "TripAdvisor",
- "Google Reviews",
- "Yelp",
- "Local Guide",
- "Foodie Network",
- "Community Choice",
- "Traveler's Digest",
- ]}
+ "TripAdvisor", "Google Reviews", "Yelp", "Local Guide", "Foodie Network", "Community Choice", "Traveler's Digest"]}
title="Locally Loved"
description="Rated 4.4 stars from over 600 happy guests."
/>
@@ -138,21 +82,9 @@ export default function LandingPage() {
title="Real Food, Done Right"
description="Farmers Café is where people come together, from road trips to family dinners."
accordionItems={[
- {
- id: "f1",
- title: "Hearty Classics",
- content: "Homemade soups, fresh salad bar, and classic comfort meals served daily.",
- },
- {
- id: "f2",
- title: "Family Friendly",
- content: "Big kids menu and a warm atmosphere where everyone feels welcome at the table.",
- },
- {
- id: "f3",
- title: "Built for Travelers",
- content: "Easy access, plenty of parking, and fast service to keep your road trip moving.",
- },
+ { id: "f1", title: "Hearty Classics", content: "Homemade soups, fresh salad bar, and classic comfort meals served daily." },
+ { id: "f2", title: "Family Friendly", content: "Big kids menu and a warm atmosphere where everyone feels welcome at the table." },
+ { id: "f3", title: "Built for Travelers", content: "Easy access, plenty of parking, and fast service to keep your road trip moving." },
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/old-chairs-table-small-street-cafe-istanbul-cat-sits-near-cafe_628469-69.jpg"
@@ -167,42 +99,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "French Toast Platter",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-omelets-with-greens-dark-pan-sackcloth-high-quality-photo_114579-69035.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Farm Omelets",
- price: "$14.50",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-omelets-with-greens-dark-pan-sackcloth-high-quality-photo_114579-69035.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Classic Reuben",
- price: "$15.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pumpkin-soup-cream-textured-dish-white_140725-104494.jpg?_wi=1",
- },
- {
- id: "p4",
- name: "Farmhouse Burger",
- price: "$16.50",
- imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4376.jpg?_wi=1",
- },
- {
- id: "p5",
- name: "Homemade Soup",
- price: "$8.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pumpkin-soup-cream-textured-dish-white_140725-104494.jpg?_wi=2",
- },
- {
- id: "p6",
- name: "Fresh Garden Salad",
- price: "$11.50",
- imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4376.jpg?_wi=2",
- },
+ { id: "p1", name: "French Toast Platter", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-omelets-with-greens-dark-pan-sackcloth-high-quality-photo_114579-69035.jpg?_wi=1" },
+ { id: "p2", name: "Farm Omelets", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-omelets-with-greens-dark-pan-sackcloth-high-quality-photo_114579-69035.jpg?_wi=2" },
+ { id: "p3", name: "Classic Reuben", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pumpkin-soup-cream-textured-dish-white_140725-104494.jpg?_wi=1" },
+ { id: "p4", name: "Farmhouse Burger", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4376.jpg?_wi=1" },
+ { id: "p5", name: "Homemade Soup", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pumpkin-soup-cream-textured-dish-white_140725-104494.jpg?_wi=2" },
+ { id: "p6", name: "Fresh Garden Salad", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4376.jpg?_wi=2" },
]}
title="Signature Menu"
description="From farm-fresh breakfasts to comforting classics."
@@ -214,46 +116,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Worth the stop",
- quote: "We were VERY happy we stopped. Everything—from the service to the food—was first rate.",
- name: "Sarah J.",
- role: "Traveler",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=1",
- },
- {
- id: "t2",
- title: "Family Friendly",
- quote: "Immediately greeted. Everyone felt happy to be there. Perfect for our family road trip.",
- name: "Michael C.",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=2",
- },
- {
- id: "t3",
- title: "Loved it!",
- quote: "The salad bar was fantastic and the portions are huge. Friendly staff too.",
- name: "Emily R.",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=3",
- },
- {
- id: "t4",
- title: "Best breakfast",
- quote: "Real food, real people, real comfort. My new favorite breakfast spot.",
- name: "David K.",
- role: "Traveler",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=4",
- },
- {
- id: "t5",
- title: "Highly recommended",
- quote: "The atmosphere is so relaxed and welcoming. Can't beat the service.",
- name: "Jane D.",
- role: "Trucker",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=5",
- },
+ { id: "t1", title: "Worth the stop", quote: "We were VERY happy we stopped. Everything—from the service to the food—was first rate.", name: "Sarah J.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=1" },
+ { id: "t2", title: "Family Friendly", quote: "Immediately greeted. Everyone felt happy to be there. Perfect for our family road trip.", name: "Michael C.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=2" },
+ { id: "t3", title: "Loved it!", quote: "The salad bar was fantastic and the portions are huge. Friendly staff too.", name: "Emily R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=3" },
+ { id: "t4", title: "Best breakfast", quote: "Real food, real people, real comfort. My new favorite breakfast spot.", name: "David K.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=4" },
+ { id: "t5", title: "Highly recommended", quote: "The atmosphere is so relaxed and welcoming. Can't beat the service.", name: "Jane D.", role: "Trucker", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-driving-truck_23-2151581795.jpg?_wi=5" },
]}
title="What Our Guests Say"
description="Hear from our community of travelers and locals."
@@ -263,9 +130,7 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 07ed8b6..bb687b8 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #F7F2E8;
- --card: #FFFFFF;
- --foreground: #1F3D2B;
- --primary-cta: #7A4E2D;
+ --background: #fbfbfb;
+ --card: #ffffff;
+ --foreground: #1a1a1a;
+ --primary-cta: #2b2b2b;
--primary-cta-text: #FFFFFF;
- --secondary-cta: #C8A96A;
+ --secondary-cta: #f1f1f1;
--secondary-cta-text: #FFFFFF;
- --accent: #2B2B2B;
- --background-accent: #E8E0D1;
+ --accent: #c8a96a;
+ --background-accent: #f4ede0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);