Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
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 MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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."
|
title="Crafted by nature, perfected by passion. Every jar tells the story of our commitment to quality and sustainability."
|
||||||
description="Bee at Home"
|
description="Bee at Home"
|
||||||
subdescription="Artisanal Honey Since 2015"
|
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"
|
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"
|
imageAlt="Beekeeper tending to hives in sunlit field"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Taste the Difference?"
|
tag="Ready to Taste the Difference?"
|
||||||
tagIcon={Bee}
|
tagIcon={Heart}
|
||||||
title="Get Your Honey Today"
|
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."
|
description="Join thousands of customers enjoying the pure, authentic taste of Bee at Home honey. Order now and experience the golden goodness."
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user