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"],
},
};
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() {