Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 944dd14842 | |||
| 0218c4346b |
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { BookOpen, Facebook, Instagram, MessageCircle, Utensils } from "lucide-react";
|
import { BookOpen, Facebook, Instagram, MessageCircle, Utensils, Coffee, Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -47,6 +47,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
|
tag="A Vibrant Escape"
|
||||||
|
tagIcon={Sparkles}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="Stories Brewed in Every Cup"
|
title="Stories Brewed in Every Cup"
|
||||||
|
|||||||
Reference in New Issue
Block a user