8 Commits

Author SHA1 Message Date
6a055a7690 Update src/app/page.tsx 2026-04-28 13:10:34 +00:00
5940cb5373 Merge version_5 into main
Merge version_5 into main
2026-04-28 13:09:49 +00:00
b4010fb8a2 Update src/app/page.tsx 2026-04-28 13:09:43 +00:00
82e6f52df3 Merge version_4 into main
Merge version_4 into main
2026-04-28 13:07:53 +00:00
c9ebae3d1d Update theme colors 2026-04-28 13:07:47 +00:00
3d8930745c Merge version_3 into main
Merge version_3 into main
2026-04-28 13:07:42 +00:00
43a83f1c03 Update theme colors 2026-04-28 13:07:39 +00:00
ad204136fb Merge version_2 into main
Merge version_2 into main
2026-04-28 13:06:31 +00:00
2 changed files with 24 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -30,37 +30,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "About", id: "about"},
{
name: "Menu", id: "products"},
{
name: "FAQ", id: "/faq"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Menu", id: "/products" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/contact" },
]}
brandName="Artemis Kafe"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient"}}
<HeroBillboardGallery
title="Artemis Kafe: Crafting Moments in Every Sip"
description="Experience the perfect balance of artisanal coffee and warm, inviting atmosphere at the heart of the city."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", alt: "Happy coffee customer" },
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-redhead-girl-has-coffee-break-holds-white-mug-with-aromatic-beverage-smiles-looks-enjoys-nice-conversation-while-drinking-tea-morning-discusses-news_273609-27897.jpg", alt: "Young woman drinking coffee" },
{ src: "http://img.b2bpic.net/free-photo/male-barista-coffee-shop-holding-cup-by-counter_1303-29321.jpg", alt: "Senior couple enjoying cafe" },
{ src: "http://img.b2bpic.net/free-photo/mindful-dark-skinned-male-student-wearing-casual-clothing-preparing-exams-sitting-cafe-table-reading-information-textbook-talking-phone_273609-7441.jpg", alt: "Student studying at cafe" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg", alt: "Woman having coffee" },
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Explore Our Signature Menu", href: "#products" }]}
mediaAnimation="opacity"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Cafe Scene 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-redhead-girl-has-coffee-break-holds-white-mug-with-aromatic-beverage-smiles-looks-enjoys-nice-conversation-while-drinking-tea-morning-discusses-news_273609-27897.jpg", imageAlt: "Cafe Scene 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-barista-coffee-shop-holding-cup-by-counter_1303-29321.jpg", imageAlt: "Cafe Scene 3" }
]}
avatarText="Loved by 10k+ local regulars"
buttons={[{ text: "View Menu", href: "#products" }]}
marqueeItems={[{ type: "text", text: "Organic Coffee" }, { type: "text", text: "Locally Sourced" }, { type: "text", text: "Fair Trade" }, { type: "text", text: "Freshly Baked" }, { type: "text", text: "Artisan Craft" }]}
/>
</div>
@@ -145,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);