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