diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..743ce67
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,39 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4d4e5e..f9f2909 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,82 +42,34 @@ export default function LandingPage() {
-
+
@@ -142,42 +82,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Burger with the Lot",
- price: "$14.90",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-sesame-bun-generated-by-ai_188544-43165.jpg",
- },
- {
- id: "p2",
- name: "Egg & Bacon Burger",
- price: "$9.50",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7222.jpg",
- },
- {
- id: "p3",
- name: "Battered Fish & Chips",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/takeaway-box-with-chicken-barbecue-fried-potatoes-inside_114579-4469.jpg",
- },
- {
- id: "p4",
- name: "Crispy Potato Chips",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-fingers-with-french-fries-ketchup-mayonnaise-sweet-chili-sauce-side-viewjpg_141793-12147.jpg",
- },
- {
- id: "p5",
- name: "Cheeseburger Meal",
- price: "$13.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-hamburger-menu-arrangement_23-2148614047.jpg",
- },
- {
- id: "p6",
- name: "Chicken Schnitzel Burger",
- price: "$11.50",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-wooden-plate-with-tomato-sauce_1150-20206.jpg",
- },
+ { id: "p1", name: "Burger with the Lot", price: "$14.90", imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-sesame-bun-generated-by-ai_188544-43165.jpg" },
+ { id: "p2", name: "Egg & Bacon Burger", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7222.jpg" },
+ { id: "p3", name: "Battered Fish & Chips", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/takeaway-box-with-chicken-barbecue-fried-potatoes-inside_114579-4469.jpg" },
]}
title="Our Signature Menu"
description="From our famous burgers to classic fish and chips, taste the Glenbrook difference."
@@ -189,146 +96,32 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="asymmetric-60-wide-40-narrow"
- useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Miller",
- role: "Local",
- company: "Glenbrook",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg",
- },
- {
- id: "t2",
- name: "John Thompson",
- role: "Regular",
- company: "Glenbrook",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
- },
- {
- id: "t3",
- name: "Emma Wilson",
- role: "Foodie",
- company: "Glenbrook",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2057.jpg",
- },
- {
- id: "t4",
- name: "Mark Davis",
- role: "Parent",
- company: "Glenbrook",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
- },
- {
- id: "t5",
- name: "Lisa Brown",
- role: "Customer",
- company: "Glenbrook",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168580.jpg",
- },
+ { id: "t1", name: "Sarah Miller", role: "Local", company: "Glenbrook", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25268.jpg" },
+ { id: "t2", name: "John Thompson", role: "Regular", company: "Glenbrook", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
]}
title="Loved by Glenbrook Locals"
description="See why we're rated 5 stars by our amazing community."
/>
-
-
-
-
-
-
-
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9d0254f..4188872 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #120a00e6;
- --primary-cta: #FF7B05;
+ --background: #f0f9ff;
+ --card: #e0f2fe;
+ --foreground: #082f49;
+ --primary-cta: #0369a1;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #bae6fd;
--secondary-cta-text: #120a00e6;
- --accent: #e2e2e2;
- --background-accent: #FF7B05;
+ --accent: #7dd3fc;
+ --background-accent: #0ea5e9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);