Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06042dc6ce | |||
| 0ef4ee2593 | |||
| f21d1658f1 | |||
| 11ec67f0e3 | |||
| 6a01a2126f | |||
| 576a93ef4b | |||
| c38aef35ca | |||
| 934d5e3cc8 | |||
| 665b25d93e | |||
| d749411aa8 | |||
| 6ac8d4dbaa | |||
| 26ded7b9ef | |||
| 212aa911b6 | |||
| e3adfbdfda | |||
| 15436d71d5 | |||
| 84c592f6ac | |||
| 2a0e3221c4 | |||
| 9984deecc0 | |||
| 60b918dde3 | |||
| 8d66f61d1a | |||
| af7cd8fc2a |
@@ -95,4 +95,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1290,4 +1290,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
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';
|
||||||
@@ -10,11 +10,11 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import {
|
import {
|
||||||
Coffee,
|
Coffee,
|
||||||
BookOpen,
|
BookOpen,
|
||||||
Heart,
|
Heart,
|
||||||
Sparkles,
|
Sparkles,
|
||||||
Smartphone,
|
Smartphone,
|
||||||
Zap,
|
Zap,
|
||||||
Droplet,
|
Droplet,
|
||||||
@@ -65,65 +65,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<HeroLogoBillboard
|
||||||
title="Welcome to Barakuda"
|
logoText="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. A sanctuary for coffee lovers seeking authentic flavor and genuine community."
|
||||||
tag="Premium Coffee Experience"
|
|
||||||
tagIcon={Coffee}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
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" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
background={{ variant: "plain" }}
|
||||||
background={{ variant: "radial-gradient" }}
|
imageAlt="Barista at work in coffee shop"
|
||||||
dashboard={{
|
mediaAnimation="none"
|
||||||
title: "Barakuda Live", logoIcon: Coffee,
|
frameStyle="card"
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", searchPlaceholder: "Search our menu...", chartTitle: "Daily Visitors", listTitle: "Today's Specials", sidebarItems: [
|
|
||||||
{ icon: Home, active: true },
|
|
||||||
{ icon: Coffee, active: false },
|
|
||||||
{ icon: Users, active: false }
|
|
||||||
],
|
|
||||||
stats: [
|
|
||||||
{
|
|
||||||
title: "Since", values: [2015, 2016, 2015],
|
|
||||||
description: "Serving coffee with passion"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Beans", values: [48, 52, 45],
|
|
||||||
valueSuffix: "+", description: "Specialty varieties sourced globally"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Community", values: [5000, 5200, 4800],
|
|
||||||
description: "Coffee lovers & regular guests"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
chartData: [
|
|
||||||
{ value: 65 },
|
|
||||||
{ value: 78 },
|
|
||||||
{ value: 72 },
|
|
||||||
{ value: 85 },
|
|
||||||
{ value: 92 }
|
|
||||||
],
|
|
||||||
listItems: [
|
|
||||||
{
|
|
||||||
icon: Star,
|
|
||||||
title: "Ethiopian Yirgacheffe", status: "Available"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Flame,
|
|
||||||
title: "Dark Roast Blend", status: "Limited"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Leaf,
|
|
||||||
title: "Single Origin Cold Brew", status: "Fresh"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
buttons: [
|
|
||||||
{ text: "Menu", href: "#features" },
|
|
||||||
{ text: "Reserve", href: "#contact" }
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -309,4 +261,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,4 +120,4 @@ export default function ShopPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user