Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube } from "lucide-react";
|
||||
import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube, ShoppingCart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -44,10 +44,18 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Bean Haven"
|
||||
description="Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks."
|
||||
description="Artisan coffee roasted to perfection. Discover our single-origin blends and signature espresso drinks crafted with passion and precision."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg"
|
||||
imageAlt="Premium specialty coffee"
|
||||
frameStyle="card"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Coffee", href: "#products"
|
||||
},
|
||||
{
|
||||
text: "Learn More", href: "#about"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user