From 300ae6a5c37a6bcf778f825be4012003487bfe02 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:44:19 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af3179c..c3ddea4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,15 +14,15 @@ const openSans = Open_Sans({ }); export const metadata: Metadata = { - title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", keywords: ["coffeeshop", "cafe", "coffee", "pastries", "Alla", "cozy", "community", "menu", "drinks", "food", "dessert"], + title: "GoFo - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at GoFo. Perfect for relaxation and connection.", keywords: ["coffeeshop", "cafe", "coffee", "pastries", "cozy", "community", "menu", "drinks", "food", "dessert"], openGraph: { - title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", url: "https://allacoffeeshop.com", siteName: "Alla Coffeeshop", images: [ + title: "GoFo - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at GoFo. Perfect for relaxation and connection.", url: "https://gofo.com", siteName: "GoFo", images: [ { - url: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", alt: "Alla Coffeeshop Interior"} + url: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", alt: "GoFo Interior"} ], type: "website"}, twitter: { - card: "summary_large_image", title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", images: ["http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg"], + card: "summary_large_image", title: "GoFo - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at GoFo. Perfect for relaxation and connection.", images: ["http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg"], }, }; -- 2.49.1 From ecd4d26e6cf54eb630be8d7a78ee585c32c85338 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:44:20 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 87 ++++++++++++++---------------------------------- 1 file changed, 25 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87c3bfb..2a39f8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,8 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; + import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; @@ -19,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="noise" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -29,28 +28,26 @@ export default function LandingPage() {
-
- -
-
- -
@@ -158,8 +123,8 @@ export default function LandingPage() { "Cozy atmosphere & friendly staff", "Perfect for work, study, or relaxation"] } ]} - title="Our Coffee & Community in Numbers" - description="Experience the Alla difference, quantified by quality and customer happiness." + title="GoFo's Impact in Numbers" + description="Experience the GoFo difference, quantified by quality and customer happiness." textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} @@ -172,15 +137,13 @@ export default function LandingPage() { columns={[ { title: "Explore", items: [ - { label: "Home", href: "/" }, - { label: "Menu", href: "#product" }, - { label: "About Us", href: "#about" } + { label: "Home", href: "/" } ] }, { title: "Connect", items: [ - { label: "Instagram", href: "https://instagram.com/allacoffeeshop" }, - { label: "Facebook", href: "https://facebook.com/allacoffeeshop" } + { label: "Instagram", href: "https://instagram.com/gofo" }, + { label: "Facebook", href: "https://facebook.com/gofo" } ] }, { @@ -190,8 +153,8 @@ export default function LandingPage() { ] } ]} - logoText="Alla Coffeeshop" - copyrightText="© 2024 Alla Coffeeshop. All rights reserved." + logoText="GoFo" + copyrightText="© 2024 GoFo. All rights reserved." />
-- 2.49.1 From 14bca653dc9afe841008d3ba7d7850484a7c6aec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:44:21 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08a835c..ff2da1c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + /* --background: #1A1A1A;; + --card: #2A2A2A;; + --foreground: #FFFFFF;; + --primary-cta: #FDE047;; + --secondary-cta: #4A4A4A;; + --accent: #FCD34D;; + --background-accent: #3A3A3A;; */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; - --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; - --secondary-cta-text: #000f06e6;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #1A1A1A;; + --card: #2A2A2A;; + --foreground: #FFFFFF;; + --primary-cta: #FDE047;; + --primary-cta-text: #1A1A1A;; + --secondary-cta: #4A4A4A;; + --secondary-cta-text: #FFFFFF;; + --accent: #FCD34D;; + --background-accent: #3A3A3A;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1