21 Commits

Author SHA1 Message Date
89c51fe81a Update src/app/styles/variables.css 2026-02-26 11:40:36 +00:00
86082bdd94 Update src/app/page.tsx 2026-02-26 11:40:35 +00:00
2226985002 Update src/app/layout.tsx 2026-02-26 11:40:34 +00:00
467dd0029e Switch to version 2: modified src/app/styles/variables.css 2026-02-26 11:39:26 +00:00
58a2b37a65 Switch to version 2: modified src/app/page.tsx 2026-02-26 11:39:25 +00:00
b9c7fbee01 Switch to version 2: modified src/app/layout.tsx 2026-02-26 11:39:24 +00:00
8f009cebcb Switch to version 3: modified src/app/styles/variables.css 2026-02-26 11:39:18 +00:00
ba804be343 Switch to version 3: modified src/app/page.tsx 2026-02-26 11:39:17 +00:00
ffbb83e3f3 Switch to version 3: modified src/app/layout.tsx 2026-02-26 11:39:16 +00:00
5287c377ca Merge version_4 into main
Merge version_4 into main
2026-02-26 11:30:24 +00:00
9553c12eb2 Update src/app/styles/variables.css 2026-02-26 11:30:19 +00:00
e092430f7e Update src/app/page.tsx 2026-02-26 11:30:19 +00:00
a22bb77e1c Update src/app/layout.tsx 2026-02-26 11:30:18 +00:00
8dcb8397d7 Switch to version 2: modified src/app/styles/variables.css 2026-02-26 11:29:10 +00:00
ade3bc8ced Switch to version 2: modified src/app/page.tsx 2026-02-26 11:29:09 +00:00
e5eda4d315 Switch to version 2: modified src/app/layout.tsx 2026-02-26 11:29:08 +00:00
af18c37878 Merge version_3 into main
Merge version_3 into main
2026-02-26 11:27:38 +00:00
9b1acc077d Update src/app/styles/variables.css 2026-02-26 11:27:34 +00:00
8d92576d11 Update src/app/page.tsx 2026-02-26 11:27:34 +00:00
7848366318 Update src/app/layout.tsx 2026-02-26 11:27:33 +00:00
48ae3b6d0d Merge version_2 into main
Merge version_2 into main
2026-02-26 11:26:06 +00:00
3 changed files with 42 additions and 64 deletions

View File

@@ -14,15 +14,15 @@ const openSans = Open_Sans({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", keywords: ["coffeeshop", "cafe", "coffee", "pastries", "Alla", "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", "GoFo", "cozy", "community", "menu", "drinks", "food", "dessert"],
openGraph: { openGraph: {
title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", url: "https://allacoffeeshop.com", siteName: "Alla Coffeeshop", 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://gofocoffeeshop.com", siteName: "GoFo", images: [
{ {
url: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", alt: "Alla Coffeeshop Interior"} url: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", alt: "GoFo Coffeeshop Interior"}
], ],
type: "website"}, type: "website"},
twitter: { twitter: {
card: "summary_large_image", title: "Alla Coffeeshop - Your Daily Escape", description: "Experience the rich aroma of freshly brewed coffee, delightful pastries, and a cozy atmosphere at Alla Coffeeshop. Perfect for relaxation and connection.", images: ["http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg"], card: "summary_large_image", 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.", images: ["http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg"],
}, },
}; };

View File

@@ -4,7 +4,7 @@ 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 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';
@@ -29,28 +29,27 @@ 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: "About", id: "about" },
{ name: "Testimonials", id: "testimonial" } { name: "Testimonials", id: "testimonial" }
]} ]}
button={{ text: "Order Online", href: "product" }} button={{ text: "Explore", href: "#hero" }}
brandName="Alla Coffeeshop" 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="Your Daily Escape: Discover Alla Coffeeshop" 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 Alla" tag="Welcome to GoFo"
buttons={[ buttons={[
{ text: "Explore Our Menu", href: "product" }, { text: "Explore Our Offerings", href: "#feature" },
{ 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 Alla Coffeeshop"}, 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"} imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", imageAlt: "Close-up of latte art"}
]} ]}
@@ -62,38 +61,18 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
title="Our Passion for Perfect Coffee" title="Our Passion for Perfect Coffee"
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." 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 Alla" tag="About GoFo"
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 Alla Coffeeshop" imageAlt="Exterior of GoFo Coffeeshop"
buttons={[{ text: "Learn Our Story", href: "#about" }]} buttons={[{ text: "Learn Our Story", href: "#about" }]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </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: "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"
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 Alla?" 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 coffee experience, from our ethically sourced beans to our warm, welcoming staff."
tag="Our Difference" tag="Our Difference"
accordionItems={[ accordionItems={[
@@ -105,7 +84,7 @@ export default function LandingPage() {
"Our baristas are passionate artisans, trained to perfect every pour, foam, and flavor to create your ideal coffee."}, "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: id: "3", title: "Cozy Atmosphere & Community", content:
"Alla is more than a place to grab coffee; it's a comfortable space designed for connection, creativity, and calm moments."} "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" videoSrc="http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg"
videoAriaLabel="Roasted coffee beans" videoAriaLabel="Roasted coffee beans"
@@ -119,7 +98,7 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sofia K.", handle: "Coffee Lover", testimonial: id: "1", name: "Sofia K.", handle: "Coffee Lover", testimonial:
"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."}, "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."},
{ {
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 +107,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. Alla 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. GoFo 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:
"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."} "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" animationType="slide-up"
title="What Our Guests Say" title="What Our Guests Say"
description="Hear from our cherished customers who make Alla 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}
/> />
@@ -159,7 +138,7 @@ export default function LandingPage() {
} }
]} ]}
title="Our Coffee & Community in Numbers" 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" textboxLayout="default"
animationType="blur-reveal" animationType="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
@@ -173,14 +152,13 @@ export default function LandingPage() {
{ {
title: "Explore", items: [ title: "Explore", items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Menu", href: "#product" },
{ label: "About Us", href: "#about" } { label: "About Us", href: "#about" }
] ]
}, },
{ {
title: "Connect", items: [ title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com/allacoffeeshop" }, { label: "Instagram", href: "https://instagram.com/gofocoffeeshop" },
{ label: "Facebook", href: "https://facebook.com/allacoffeeshop" } { label: "Facebook", href: "https://facebook.com/gofocoffeeshop" }
] ]
}, },
{ {
@@ -190,8 +168,8 @@ export default function LandingPage() {
] ]
} }
]} ]}
logoText="Alla Coffeeshop" logoText="GoFo"
copyrightText="© 2024 Alla Coffeeshop. All rights reserved." copyrightText="© 2024 GoFo. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #0a0a0a;;
--card: #f9f9f9;; --card: #1a1a1a;;
--foreground: #000f06e6;; --foreground: #fffffae6;;
--primary-cta: #0a7039;; --primary-cta: #fde047;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1a1a1a;;
--accent: #e2e2e2;; --accent: #737373;;
--background-accent: #c4c4c4;; */ --background-accent: #737373;; */
--background: #ffffff;; --background: #0a0a0a;;
--card: #f9f9f9;; --card: #1a1a1a;;
--foreground: #000f06e6;; --foreground: #fffffae6;;
--primary-cta: #0a7039;; --primary-cta: #fde047;;
--primary-cta-text: #ffffff;; --primary-cta-text: #0a0a0a;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1a1a1a;;
--secondary-cta-text: #000f06e6;; --secondary-cta-text: #fffffae6;;
--accent: #e2e2e2;; --accent: #737373;;
--background-accent: #c4c4c4;; --background-accent: #737373;;
/* 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);