Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14bca653dc | |||
| ecd4d26e6c | |||
| 300ae6a5c3 | |||
| 230bc5c254 | |||
| 277d92d515 | |||
| 4c1bd045ae | |||
| 6ebf6245d6 | |||
| 5ed4be6a38 | |||
| 8832ced03f | |||
| fff69fe29d | |||
| 8cd8176023 | |||
| 80ae80eedf | |||
| fab2133160 | |||
| 89c51fe81a | |||
| 86082bdd94 | |||
| 2226985002 | |||
| 467dd0029e | |||
| 58a2b37a65 | |||
| b9c7fbee01 | |||
| 8f009cebcb | |||
| ba804be343 | |||
| ffbb83e3f3 | |||
| 5287c377ca |
@@ -14,11 +14,11 @@ const openSans = Open_Sans({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
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"],
|
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: {
|
openGraph: {
|
||||||
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: [
|
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: "GoFo 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"},
|
type: "website"},
|
||||||
twitter: {
|
twitter: {
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
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 FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
@@ -19,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="noise"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -29,24 +28,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Menu", id: "product" },
|
|
||||||
{ name: "About", id: "about" },
|
|
||||||
{ name: "Testimonials", id: "testimonial" }
|
{ name: "Testimonials", id: "testimonial" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Online", href: "product" }}
|
button={{ text: "Discover Features", href: "#feature" }}
|
||||||
brandName="GoFo"
|
brandName="GoFo"
|
||||||
className="py-4 px-6 md:py-6 md:px-8 lg:px-12"
|
className="py-4 px-6 md:py-6 md:px-8 lg:px-12"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
title="GoFo: Your Daily Escape"
|
title="Your Daily Escape: Discover GoFo"
|
||||||
description="Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere perfect for relaxation or connection."
|
description="Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere perfect for relaxation or connection."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Welcome to GoFo"
|
tag="Welcome to GoFo"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Menu", href: "product" },
|
{ text: "Discover Our Features", href: "#feature" },
|
||||||
{ text: "Find Us", href: "#contact" }
|
{ text: "Read Testimonials", href: "#testimonial" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -59,43 +56,11 @@ export default function LandingPage() {
|
|||||||
ratingText="Loved by Our Community"
|
ratingText="Loved by Our Community"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
|
||||||
<MediaAbout
|
|
||||||
title="Our Passion for Perfect Coffee at GoFo"
|
|
||||||
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="product" data-section="product">
|
|
||||||
<ProductCardOne
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Espresso Forte", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6682.jpg", imageAlt: "Espresso Forte"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Velvet Latte", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-latte-art-decoration_1150-6325.jpg", imageAlt: "Velvet Latte"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Buttery Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-teapot-cookies-coffee-croissant-fig-lemon-table_23-2147956822.jpg", imageAlt: "Buttery Croissant"},
|
|
||||||
{
|
|
||||||
id: "4", name: "GoFo's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "GoFo's Signature Sandwich"}
|
|
||||||
]}
|
|
||||||
title="Our Delicious Offerings"
|
|
||||||
description="Indulge in our exquisite selection of handcrafted coffees and freshly baked treats."
|
|
||||||
tag="Our Menu"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="feature" data-section="feature">
|
<div id="feature" data-section="feature">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
title="Why Choose GoFo?"
|
title="Why Choose GoFo?"
|
||||||
description="We're dedicated to bringing you an unparalleled coffee experience, from our ethically sourced beans to our warm, welcoming staff."
|
description="We're dedicated to bringing you an unparalleled experience, from our ethically sourced beans to our warm, welcoming staff."
|
||||||
tag="Our GoFo Difference"
|
tag="GoFo's Difference"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Premium, Ethically Sourced Beans", content:
|
id: "1", title: "Premium, Ethically Sourced Beans", content:
|
||||||
@@ -134,10 +99,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"},
|
"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:
|
id: "6", name: "Olga S.", handle: "Food Blogger", testimonial:
|
||||||
"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."}
|
"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."}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say About GoFo"
|
||||||
description="Hear from our cherished customers who make GoFo their favorite coffee destination."
|
description="Hear from our cherished customers who make GoFo their favorite coffee destination."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -158,7 +123,7 @@ export default function LandingPage() {
|
|||||||
"Cozy atmosphere & friendly staff", "Perfect for work, study, or relaxation"]
|
"Cozy atmosphere & friendly staff", "Perfect for work, study, or relaxation"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="GoFo's Coffee & Community in Numbers"
|
title="GoFo's Impact in Numbers"
|
||||||
description="Experience the GoFo difference, quantified by quality and customer happiness."
|
description="Experience the GoFo difference, quantified by quality and customer happiness."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
@@ -172,9 +137,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore", items: [
|
title: "Explore", items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" }
|
||||||
{ label: "Menu", href: "#product" },
|
|
||||||
{ label: "About Us", href: "#about" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #1A1A1A;;
|
||||||
--card: #ffffff;;
|
--card: #2A2A2A;;
|
||||||
--foreground: #251a0c;;
|
--foreground: #FFFFFF;;
|
||||||
--primary-cta: #f4c408;;
|
--primary-cta: #FDE047;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #4A4A4A;;
|
||||||
--accent: #f4ca26;;
|
--accent: #FCD34D;;
|
||||||
--background-accent: #e8daa8;; */
|
--background-accent: #3A3A3A;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #1A1A1A;;
|
||||||
--card: #ffffff;;
|
--card: #2A2A2A;;
|
||||||
--foreground: #251a0c;;
|
--foreground: #FFFFFF;;
|
||||||
--primary-cta: #f4c408;;
|
--primary-cta: #FDE047;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #1A1A1A;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #4A4A4A;;
|
||||||
--secondary-cta-text: #251a0c;;
|
--secondary-cta-text: #FFFFFF;;
|
||||||
--accent: #f4ca26;;
|
--accent: #FCD34D;;
|
||||||
--background-accent: #e8daa8;;
|
--background-accent: #3A3A3A;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user