1 Commits

Author SHA1 Message Date
288116a8bc Update src/app/page.tsx 2026-01-21 17:28:08 +00:00

View File

@@ -9,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -81,7 +82,8 @@ export default function LandingPage() {
<FeatureCardTwentyOne <FeatureCardTwentyOne
title="What Makes Us Special" title="What Makes Us Special"
description="Experience the difference that authentic craftsmanship, premium ingredients, and genuine aloha spirit bring to every visit" description="Experience the difference that authentic craftsmanship, premium ingredients, and genuine aloha spirit bring to every visit"
tag="Features" tag="Premium Features"
tagIcon={Award}
accordionItems={[ accordionItems={[
{ {
id: "1", title: "Premium Local Coffee Sourcing", content: "We partner directly with Hawaiian coffee growers to bring you the freshest, highest-quality beans. Our direct relationships ensure sustainable practices and support for local farming communities." id: "1", title: "Premium Local Coffee Sourcing", content: "We partner directly with Hawaiian coffee growers to bring you the freshest, highest-quality beans. Our direct relationships ensure sustainable practices and support for local farming communities."