2 Commits

Author SHA1 Message Date
f6cb205df6 Update src/app/page.tsx 2026-01-21 18:55:15 +00:00
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 FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -81,7 +82,8 @@ export default function LandingPage() {
<FeatureCardTwentyOne
title="What Makes Us Special"
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={[
{
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."
@@ -190,7 +192,7 @@ export default function LandingPage() {
{
title: "Café", items: [
{ label: "Menu", href: "products" },
{ label: "Hours", href: "contact" },
{ label: "Location & Hours", href: "contact" },
{ label: "Our Story", href: "about" }
]
},