Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00b6de5233 | |||
| 60dad6d8d4 | |||
| e1524e5c49 | |||
| 9a6be3126c | |||
| f84441ce05 | |||
| d340599876 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
@@ -44,13 +44,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
<HeroSplitDualMedia
|
||||
tag="Premium Coffee Roastery"
|
||||
title="Experience Crafted Coffee Excellence"
|
||||
description="Discover Bakteria, where every cup tells a story of passion, precision, and premium quality. From bean to brew, we celebrate the art of coffee."
|
||||
tag="Premium Coffee Roastery"
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/digital-technology-with-hexagonal-shapes_1017-29805.jpg?id=12320003"
|
||||
imageAlt="Bakteria Coffee Roastery Setup"
|
||||
mediaItems={[
|
||||
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1771505618512-apxd95pq.mp4", imageAlt: "Coffee beans in a jar" },
|
||||
{ videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1771684785214-9g6egt6v.mp4", imageAlt: "Barista preparing coffee" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by coffee enthusiasts"
|
||||
buttons={[
|
||||
{ text: "Explore Our Menu", href: "/#menu" },
|
||||
{ text: "Learn More", href: "/#about" }
|
||||
@@ -81,13 +86,13 @@ export default function LandingPage() {
|
||||
id: "1", name: "Ethiopian Yirgacheffe", price: "$16", variant: "Bright & Floral", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-brown-bag-with-red-coffee-beans-it_181624-18802.jpg", imageAlt: "Ethiopian Yirgacheffe"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Colombian Geisha", price: "$18", variant: "Smooth & Rich", imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg", imageAlt: "Colombian Geisha"
|
||||
id: "2", name: "Colombian Geisha", price: "$18", variant: "Smooth & Rich", imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=2", imageAlt: "Colombian Geisha"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sumatra Mandheling", price: "$15", variant: "Deep & Full-bodied", imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-black-background-with-pralines_114579-16619.jpg", imageAlt: "Sumatra Mandheling"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Bacteria House Blend", price: "$14", variant: "Our Signature", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-barista-leveling-coffee-level-machine-cup_23-2148523052.jpg", imageAlt: "Bacteria House Blend"
|
||||
id: "4", name: "Bacteria House Blend", price: "$14", variant: "Our Signature", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-barista-leveling-coffee-level-machine-cup_23-2148523052.jpg?_wi=2", imageAlt: "Bacteria House Blend"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user