|
|
|
@@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
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';
|
|
|
|
|
|
|
|
|
|
|
|
@@ -34,23 +34,23 @@ export default function LandingPage() {
|
|
|
|
{ name: "Testimonials", id: "testimonial" }
|
|
|
|
{ name: "Testimonials", id: "testimonial" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
button={{ text: "Order Online", href: "product" }}
|
|
|
|
button={{ text: "Order Online", href: "product" }}
|
|
|
|
brandName="GoFo"
|
|
|
|
brandName="Alla Coffeeshop"
|
|
|
|
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 Alla Coffeeshop"
|
|
|
|
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 Alla"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Explore Our Menu", href: "product" },
|
|
|
|
{ text: "Explore Our Menu", href: "product" },
|
|
|
|
{ text: "Find Us", href: "#contact" }
|
|
|
|
{ text: "Find Us", href: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
mediaItems={[
|
|
|
|
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 Alla 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"}
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", imageAlt: "Close-up of latte art"}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
@@ -61,11 +61,11 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<MediaAbout
|
|
|
|
<MediaAbout
|
|
|
|
title="Our Passion for Perfect Coffee at GoFo"
|
|
|
|
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."
|
|
|
|
description="At Alla, 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, Alla is a community hub where moments are shared and memories are made."
|
|
|
|
tag="About GoFo"
|
|
|
|
tag="About Alla"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
|
|
|
|
imageAlt="Exterior of GoFo Coffeeshop"
|
|
|
|
imageAlt="Exterior of Alla Coffeeshop"
|
|
|
|
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
|
|
|
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
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: "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"}
|
|
|
|
id: "4", name: "Alla's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "Alla's Signature Sandwich"}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Our Delicious Offerings"
|
|
|
|
title="Our Delicious Offerings"
|
|
|
|
description="Indulge in our exquisite selection of handcrafted coffees and freshly baked treats."
|
|
|
|
description="Indulge in our exquisite selection of handcrafted coffees and freshly baked treats."
|
|
|
|
@@ -91,35 +91,13 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="feature" data-section="feature">
|
|
|
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
|
|
|
|
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."
|
|
|
|
|
|
|
|
tag="Our GoFo Difference"
|
|
|
|
|
|
|
|
accordionItems={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "1", title: "Premium, Ethically Sourced Beans", content:
|
|
|
|
|
|
|
|
"We partner with sustainable farms to bring you the highest quality Arabica beans, ensuring a rich flavor and responsible practices."},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "2", title: "Expert Baristas & Craftsmanship", content:
|
|
|
|
|
|
|
|
"Our baristas are passionate artisans, trained to perfect every pour, foam, and flavor to create your ideal coffee."},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "3", title: "Cozy Atmosphere & Community", content:
|
|
|
|
|
|
|
|
"GoFo is more than a place to grab coffee; it's a comfortable space designed for connection, creativity, and calm moments."}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
videoSrc="http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg"
|
|
|
|
|
|
|
|
videoAriaLabel="Roasted coffee beans"
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
|
|
<TestimonialCardSix
|
|
|
|
<TestimonialCardSix
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Sofia K.", handle: "Coffee Lover", testimonial:
|
|
|
|
id: "1", name: "Sofia K.", handle: "Coffee Lover", testimonial:
|
|
|
|
"GoFo is my daily ritual. The coffee is divine, and the atmosphere is so calming. Highly recommend the Velvet Latte!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Sofia K."},
|
|
|
|
"Alla is my daily ritual. The coffee is divine, and the atmosphere is so calming. Highly recommend the Velvet Latte!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Sofia K."},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", name: "Alex M.", handle: "Local Artist", testimonial:
|
|
|
|
id: "2", name: "Alex M.", handle: "Local Artist", testimonial:
|
|
|
|
"The best spot for inspiration and a great cup of coffee. Their attention to detail in every drink is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-laptop_273609-6341.jpg", imageAlt: "Alex M."},
|
|
|
|
"The best spot for inspiration and a great cup of coffee. Their attention to detail in every drink is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-laptop_273609-6341.jpg", imageAlt: "Alex M."},
|
|
|
|
@@ -128,17 +106,17 @@ export default function LandingPage() {
|
|
|
|
"A fantastic place to study or meet friends. The staff are always so friendly, and the pastries are a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sitting-reading-room_23-2147860520.jpg", imageAlt: "Elena P."},
|
|
|
|
"A fantastic place to study or meet friends. The staff are always so friendly, and the pastries are a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sitting-reading-room_23-2147860520.jpg", imageAlt: "Elena P."},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "4", name: "Dmitry V.", handle: "Entrepreneur", testimonial:
|
|
|
|
id: "4", name: "Dmitry V.", handle: "Entrepreneur", testimonial:
|
|
|
|
"Great coffee and a perfect environment for business meetings. GoFo consistently delivers excellence.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-remotely-from-cafe_53876-15165.jpg", imageAlt: "Dmitry V."},
|
|
|
|
"Great coffee and a perfect environment for business meetings. Alla consistently delivers excellence.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-remotely-from-cafe_53876-15165.jpg", imageAlt: "Dmitry V."},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "5", name: "Maria & Ben", handle: "Happy Couple", testimonial:
|
|
|
|
id: "5", name: "Maria & Ben", handle: "Happy Couple", testimonial:
|
|
|
|
"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."}
|
|
|
|
"Alla 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"
|
|
|
|
animationType="slide-up"
|
|
|
|
title="What Our Guests Say"
|
|
|
|
title="What Our Guests Say"
|
|
|
|
description="Hear from our cherished customers who make GoFo their favorite coffee destination."
|
|
|
|
description="Hear from our cherished customers who make Alla their favorite coffee destination."
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -158,8 +136,8 @@ 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="Our Coffee & Community in Numbers"
|
|
|
|
description="Experience the GoFo difference, quantified by quality and customer happiness."
|
|
|
|
description="Experience the Alla difference, quantified by quality and customer happiness."
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
@@ -179,8 +157,8 @@ export default function LandingPage() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Connect", items: [
|
|
|
|
title: "Connect", items: [
|
|
|
|
{ label: "Instagram", href: "https://instagram.com/gofo" },
|
|
|
|
{ label: "Instagram", href: "https://instagram.com/allacoffeeshop" },
|
|
|
|
{ label: "Facebook", href: "https://facebook.com/gofo" }
|
|
|
|
{ label: "Facebook", href: "https://facebook.com/allacoffeeshop" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -190,8 +168,8 @@ export default function LandingPage() {
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
logoText="GoFo"
|
|
|
|
logoText="Alla Coffeeshop"
|
|
|
|
copyrightText="© 2024 GoFo. All rights reserved."
|
|
|
|
copyrightText="© 2024 Alla Coffeeshop. All rights reserved."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
|