Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Bee, Flower, Heart, Leaf, Sparkles, Trophy, Zap } from "lucide-react";
|
||||
import { Award, Heart, Leaf, Sparkles, Trophy, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
title="Crafted by nature, perfected by passion. Every jar tells the story of our commitment to quality and sustainability."
|
||||
description="Bee at Home"
|
||||
subdescription="Artisanal Honey Since 2015"
|
||||
icon={Flower}
|
||||
icon={Leaf}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/shot-beekeeper-beekeeping-suit-standing-near-row-beehives-his-apiary-copyspace_7502-5476.jpg"
|
||||
imageAlt="Beekeeper tending to hives in sunlit field"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Taste the Difference?"
|
||||
tagIcon={Bee}
|
||||
tagIcon={Heart}
|
||||
title="Get Your Honey Today"
|
||||
description="Join thousands of customers enjoying the pure, authentic taste of Bee at Home honey. Order now and experience the golden goodness."
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user