6 Commits

Author SHA1 Message Date
00b6de5233 Update src/app/page.tsx 2026-02-21 14:39:53 +00:00
60dad6d8d4 Update src/app/page.tsx 2026-02-21 14:34:04 +00:00
e1524e5c49 Update src/app/page.tsx 2026-02-21 14:32:36 +00:00
9a6be3126c Update src/app/page.tsx 2026-02-21 14:31:56 +00:00
f84441ce05 Merge version_2 into main
Merge version_2 into main
2026-02-21 14:13:15 +00:00
d340599876 Merge version_2 into main
Merge version_2 into main
2026-02-21 14:10:50 +00:00

View File

@@ -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"