Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62021991c7 | |||
| 2cb1c089be | |||
| fd0212658f | |||
| 1853679b20 | |||
| aa9658a648 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -42,18 +42,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
<HeroSplitKpi
|
||||
title="Welcome to Fia"
|
||||
description="Discover exceptional coffee, warm hospitality, and a community where every cup tells a story. Your perfect coffeeshop escape awaits."
|
||||
tag="Artisanal Coffee Experience"
|
||||
tagIcon={Coffee}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Fia Coffeeshop Interior" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Fia Seating Area" }
|
||||
imageSrc="https://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg"
|
||||
imageAlt="Fia Coffeeshop Interior"
|
||||
imagePosition="right"
|
||||
kpis={[
|
||||
{ value: "12+", label: "Years of Expertise" },
|
||||
{ value: "5,000+", label: "Happy Customers" },
|
||||
{ value: "15+", label: "Bean Origins" }
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Rated by loving Customers"
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "#features" },
|
||||
{ text: "Reserve Now", href: "#contact" }
|
||||
|
||||
Reference in New Issue
Block a user