Switch to version 5: modified src/app/page.tsx

This commit is contained in:
2026-02-26 11:46:08 +00:00
parent fa9209192c
commit 09b5a2f8a9

View File

@@ -3,6 +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 FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -18,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="noise"
background="aurora"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -28,9 +29,10 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonial" }
]}
button={{ text: "Discover Features", href: "#feature" }}
button={{ text: "Explore", href: "#hero" }}
brandName="GoFo"
className="py-4 px-6 md:py-6 md:px-8 lg:px-12"
/>
@@ -42,12 +44,12 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Welcome to GoFo"
buttons={[
{ text: "Discover Our Features", href: "#feature" },
{ text: "Read Testimonials", href: "#testimonial" }
{ text: "Explore Our Offerings", href: "#feature" },
{ text: "Find Us", href: "#contact" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", imageAlt: "Barista preparing coffee at GoFo"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", imageAlt: "Barista preparing coffee at GoFo Coffeeshop"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", imageAlt: "Close-up of latte art"}
]}
@@ -56,11 +58,23 @@ export default function LandingPage() {
ratingText="Loved by Our Community"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Our Passion for Perfect Coffee"
description="At GoFo, we believe every cup tells a story. We meticulously source the finest beans, roast them to perfection, and craft each drink with care. More than just a coffee shop, GoFo is a community hub where moments are shared and memories are made."
tag="About GoFo"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
imageAlt="Exterior of GoFo Coffeeshop"
buttons={[{ text: "Learn Our Story", href: "#about" }]}
useInvertedBackground={false}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
title="Why Choose GoFo?"
description="We're dedicated to bringing you an unparalleled experience, from our ethically sourced beans to our warm, welcoming staff."
tag="GoFo's Difference"
description="We're dedicated to bringing you an unparalleled coffee experience, from our ethically sourced beans to our warm, welcoming staff."
tag="Our Difference"
accordionItems={[
{
id: "1", title: "Premium, Ethically Sourced Beans", content:
@@ -99,10 +113,10 @@ export default function LandingPage() {
"Our favorite weekend spot! We love the cozy vibes and the consistently delicious coffee. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-hands-talking-cafe_637285-12503.jpg", imageAlt: "Maria & Ben"},
{
id: "6", name: "Olga S.", handle: "Food Blogger", testimonial:
"GoFo offers a truly exceptional experience. Their espresso is perfectly balanced and full-bodied.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-eyewear-yellow-sweatshirt-sitting-cafe-read-menu_627829-14184.jpg", imageAlt: "Olga S."}
"GoFo offers a truly exceptional coffee experience. Their espresso is perfectly balanced and full-bodied.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-eyewear-yellow-sweatshirt-sitting-cafe-read-menu_627829-14184.jpg", imageAlt: "Olga S."}
]}
animationType="slide-up"
title="What Our Guests Say About GoFo"
title="What Our Guests Say"
description="Hear from our cherished customers who make GoFo their favorite coffee destination."
textboxLayout="default"
useInvertedBackground={false}
@@ -123,7 +137,7 @@ export default function LandingPage() {
"Cozy atmosphere & friendly staff", "Perfect for work, study, or relaxation"]
}
]}
title="GoFo's Impact in Numbers"
title="Our Coffee & Community in Numbers"
description="Experience the GoFo difference, quantified by quality and customer happiness."
textboxLayout="default"
animationType="blur-reveal"
@@ -137,13 +151,14 @@ export default function LandingPage() {
columns={[
{
title: "Explore", items: [
{ label: "Home", href: "/" }
{ label: "Home", href: "/" },
{ label: "About Us", href: "#about" }
]
},
{
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com/gofo" },
{ label: "Facebook", href: "https://facebook.com/gofo" }
{ label: "Instagram", href: "https://instagram.com/gofocoffeeshop" },
{ label: "Facebook", href: "https://facebook.com/gofocoffeeshop" }
]
},
{