Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cf02d52a5 | |||
| 0121202e53 | |||
| 0bdf15ed5a | |||
| fd1f26ee72 | |||
| 24d7add6db | |||
| 760fd2cf1c | |||
| 55df85df00 | |||
| d1a5b48911 | |||
| 86510ec22f | |||
| e3339b33bd | |||
| e96cda7aff | |||
| 893119fe8d | |||
| 4d3ffda703 | |||
| 2a8a0c9351 | |||
| 12c2c57065 | |||
| bd83b378b6 | |||
| e18827df57 | |||
| c3716f77b9 | |||
| 1a974bdde5 | |||
| 06042dc6ce | |||
| 0ef4ee2593 |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
@@ -65,18 +65,28 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroSplitKpi
|
||||||
logoText="Barakuda"
|
title="Barakuda"
|
||||||
description="Experience the finest specialty coffee crafted with precision and passion. A sanctuary for coffee lovers seeking authentic flavor and genuine community."
|
description="Experience the finest specialty coffee crafted with precision and passion."
|
||||||
|
kpis={[
|
||||||
|
{
|
||||||
|
value: "9", label: "Years", description: "Serving exceptional coffee"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "48", label: "Origins", description: "Coffee varieties worldwide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "5000+", label: "Community", description: "Coffee lovers & regulars"
|
||||||
|
}
|
||||||
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Menu", href: "#features" },
|
{ text: "Explore Our Menu", href: "#features" },
|
||||||
{ text: "Book a Table", href: "#contact" }
|
{ text: "Book a Table", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
imageSrc="https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg"
|
imageAlt="Barakuda coffee shop interior"
|
||||||
imageAlt="Barista at work in coffee shop"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
ariaLabel="Barakuda coffee hero with KPIs"
|
||||||
frameStyle="card"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user