Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-17 17:04:33 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -42,22 +42,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKPI <HeroSplitKpi
title="Welcome to Fia" title="Welcome to Fia"
description="Discover exceptional coffee, warm hospitality, and a community where every cup tells a story. Your perfect coffeeshop escape awaits." description="Discover exceptional coffee, warm hospitality, and a community where every cup tells a story. Your perfect coffeeshop escape awaits."
tag="Artisanal Coffee Experience" tag="Artisanal Coffee Experience"
tagIcon={Coffee} tagIcon={Coffee}
background={{ variant: "plain" }} background={{ variant: "plain" }}
kpiItems={[ imageSrc="https://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg"
{ label: "Years of Expertise", value: "12+" }, imageAlt="Fia Coffeeshop Interior"
{ label: "Happy Customers", value: "5,000+" }, imagePosition="right"
{ label: "Bean Origins", value: "15+" }, kpis={[
{ label: "Quality Certified", value: "100%" } { value: "12+", label: "Years of Expertise" },
]} { value: "5,000+", label: "Happy Customers" },
mediaItems={[ { value: "15+", label: "Bean Origins" }
{ 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" }
]} ]}
enableKpiAnimation={true}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#features" }, { text: "Explore Menu", href: "#features" },
{ text: "Reserve Now", href: "#contact" } { text: "Reserve Now", href: "#contact" }