Merge version_3 into main #2
@@ -9,7 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
|||||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -44,10 +44,18 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Bean Haven"
|
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"
|
imageSrc="https://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg"
|
||||||
imageAlt="Premium specialty coffee"
|
imageAlt="Premium specialty coffee"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Shop Coffee", href: "#products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Learn More", href: "#about"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user