diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af3179c..3f430ce 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://gofocoffeeshop.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"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 87c3bfb..b62dcaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,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'; @@ -29,28 +29,27 @@ export default function LandingPage() {
-
- -
+
@@ -159,7 +138,7 @@ export default function LandingPage() { } ]} title="Our Coffee & Community in Numbers" - description="Experience the Alla difference, quantified by quality and customer happiness." + description="Experience the GoFo difference, quantified by quality and customer happiness." textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} @@ -173,14 +152,13 @@ export default function LandingPage() { { title: "Explore", items: [ { label: "Home", href: "/" }, - { label: "Menu", href: "#product" }, { label: "About Us", href: "#about" } ] }, { title: "Connect", items: [ - { label: "Instagram", href: "https://instagram.com/allacoffeeshop" }, - { label: "Facebook", href: "https://facebook.com/allacoffeeshop" } + { label: "Instagram", href: "https://instagram.com/gofocoffeeshop" }, + { label: "Facebook", href: "https://facebook.com/gofocoffeeshop" } ] }, { @@ -190,8 +168,8 @@ export default function LandingPage() { ] } ]} - logoText="Alla Coffeeshop" - copyrightText="© 2024 Alla Coffeeshop. All rights reserved." + logoText="GoFo" + copyrightText="© 2024 GoFo. All rights reserved." />
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08a835c..c05863f 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: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #fffffae6;; + --primary-cta: #fde047;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; */ - --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: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #fffffae6;; + --primary-cta: #fde047;; + --primary-cta-text: #0a0a0a;; + --secondary-cta: #1a1a1a;; + --secondary-cta-text: #fffffae6;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);