Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d536befa8 |
@@ -9,7 +9,6 @@ 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 (
|
||||||
@@ -82,8 +81,7 @@ 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="Premium Features"
|
tag="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."
|
||||||
@@ -192,7 +190,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Café", items: [
|
title: "Café", items: [
|
||||||
{ label: "Menu", href: "products" },
|
{ label: "Menu", href: "products" },
|
||||||
{ label: "Location & Hours", href: "contact" },
|
{ label: "Hours", href: "contact" },
|
||||||
{ label: "Our Story", href: "about" }
|
{ label: "Our Story", href: "about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user