From a22bb77e1c9f61514d181b3d7d8cab68a4fbb4d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:30:18 +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..e9bbef0 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", "GoFo", "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 Coffeeshop 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 e092430f7e7b2dc94db82097b1955e7af1eff91f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:30:19 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87c3bfb..e08c23c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,23 +34,23 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonial" } ]} button={{ text: "Order Online", href: "product" }} - brandName="Alla Coffeeshop" + brandName="GoFo" className="py-4 px-6 md:py-6 md:px-8 lg:px-12" />
@@ -80,7 +80,7 @@ export default function LandingPage() { { id: "3", name: "Buttery Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-teapot-cookies-coffee-croissant-fig-lemon-table_23-2147956822.jpg", imageAlt: "Buttery Croissant"}, { - id: "4", name: "Alla's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "Alla's Signature Sandwich"} + id: "4", name: "GoFo's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "GoFo's Signature Sandwich"} ]} title="Our Delicious Offerings" description="Indulge in our exquisite selection of handcrafted coffees and freshly baked treats." @@ -93,9 +93,9 @@ export default function LandingPage() {
@@ -158,8 +158,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 Coffee & Community in Numbers" + description="Experience the GoFo difference, quantified by quality and customer happiness." textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} @@ -179,8 +179,8 @@ export default function LandingPage() { }, { 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 +190,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 9553c12eb2d4072c4993c35e731861676db046b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:30:19 +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..84a89b8 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: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; + --secondary-cta: #ffffff;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; */ - --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: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; + --primary-cta-text: #f7f6f7;; + --secondary-cta: #ffffff;; + --secondary-cta-text: #251a0c;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1