Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a055a7690 | |||
| 5940cb5373 | |||
| b4010fb8a2 | |||
| 82e6f52df3 | |||
| 3d8930745c | |||
| ad204136fb |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user