Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6cb205df6 | |||
| 288116a8bc | |||
| e1222009ee |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
@@ -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."
|
||||||
@@ -114,7 +116,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5,
|
id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5,
|
||||||
reviewCount: "247", imageSrc: "https://img.b2bpic.net/free-photo/lemonade-with-ice-strawberry-lemon-black-background_1187-6876.jpg", imageAlt: "Tropical Ice Tea beverage"
|
reviewCount: "247", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_38BjcazLrwif0ixg9s4SVqUVz24/tmp/acai_bowl.jpg", imageAlt: "Acai Bowl beverage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5,
|
id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5,
|
||||||
@@ -190,7 +192,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Café", items: [
|
title: "Café", items: [
|
||||||
{ label: "Menu", href: "products" },
|
{ label: "Menu", href: "products" },
|
||||||
{ label: "Hours", href: "contact" },
|
{ label: "Location & Hours", href: "contact" },
|
||||||
{ label: "Our Story", href: "about" }
|
{ label: "Our Story", href: "about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user