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."
/>