From 5b5276f3d4d1ec13a80c83aba2f00cb06c7745af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:14:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++++++++------------------------------- 1 file changed, 55 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2deaf87..9a9c35b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,45 +44,28 @@ export default function LandingPage() {
@@ -103,17 +78,11 @@ export default function LandingPage() { description="We've created a place to hangout, enjoy artisan toasties and some of the best coffee on the coast. Whether you're here for a meeting, catching up with friends, or just grabbing a quick bite, we've got you covered." bulletPoints={[ { - title: "Gourmet Toasties", - description: "Hand-crafted fillings using premium ingredients.", - }, + title: "Gourmet Toasties", description: "Hand-crafted fillings using premium ingredients."}, { - title: "Specialty Coffee", - description: "Roasted beans, full flavor, smooth finish.", - }, + title: "Specialty Coffee", description: "Roasted beans, full flavor, smooth finish."}, { - title: "Community Vibe", - description: "Welcoming space for everyone, laptop friendly.", - }, + title: "Community Vibe", description: "Welcoming space for everyone, laptop friendly."}, ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg" imageAlt="Criminal Coffee Cafe Interior" @@ -129,41 +98,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Beans", - price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-packaging-isolated_187299-46739.jpg", - }, + id: "p1", name: "Signature Beans", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-packaging-isolated_187299-46739.jpg"}, { - id: "p2", - name: "Brisket Toastie", - price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/slice-ham-sandwiches-coffee-cup-background_23-2147916004.jpg", - }, + id: "p2", name: "Brisket Toastie", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/slice-ham-sandwiches-coffee-cup-background_23-2147916004.jpg"}, { - id: "p3", - name: "Light Roast Blend", - price: "$20.00", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-coffee-beans_53876-41429.jpg", - }, + id: "p3", name: "Light Roast Blend", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-coffee-beans_53876-41429.jpg"}, { - id: "p4", - name: "Pulled Pork Toastie", - price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-tablecloth_1220-337.jpg", - }, + id: "p4", name: "Pulled Pork Toastie", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-cloth-tablecloth_1220-337.jpg"}, { - id: "p5", - name: "Reusable Cup", - price: "$22.00", - imageSrc: "http://img.b2bpic.net/free-photo/craft-paper-coffee-cup-dried-flowers-eco-background-flat-lay_169016-33807.jpg", - }, + id: "p5", name: "Reusable Cup", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/craft-paper-coffee-cup-dried-flowers-eco-background-flat-lay_169016-33807.jpg"}, { - id: "p6", - name: "Pastry Box", - price: "$25.00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-plate-with-various-sweets_114579-21335.jpg", - }, + id: "p6", name: "Pastry Box", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-plate-with-various-sweets_114579-21335.jpg"}, ]} title="The Goods" description="Everything you need, from freshly roasted beans to our iconic gourmet toasties." @@ -178,25 +123,15 @@ export default function LandingPage() { author="Deborah B." avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-bathrobe-drinking-morning-coffee-enjoying-taste-smiling_1258-193248.jpg", - alt: "Deborah B", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-bathrobe-drinking-morning-coffee-enjoying-taste-smiling_1258-193248.jpg", alt: "Deborah B"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg", - alt: "David K", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg", alt: "David K"}, { - src: "http://img.b2bpic.net/free-photo/cappuccino-coffee-with-tree-latte-art_53876-94345.jpg", - alt: "Elise M", - }, + src: "http://img.b2bpic.net/free-photo/cappuccino-coffee-with-tree-latte-art_53876-94345.jpg", alt: "Elise M"}, { - src: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg", - alt: "Caitlin G", - }, + src: "http://img.b2bpic.net/free-photo/lovely-women-looking-mobile-phone_23-2148422480.jpg", alt: "Caitlin G"}, { - src: "http://img.b2bpic.net/free-photo/woman-sitting-coffee-shop_1150-154.jpg", - alt: "Celeste", - }, + src: "http://img.b2bpic.net/free-photo/woman-sitting-coffee-shop_1150-154.jpg", alt: "Celeste"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -204,29 +139,37 @@ export default function LandingPage() {
-
From a920f180af54831a4dafd253dfe2ae37e98d5497 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:14:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..cfdfa81 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);