Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3105ca14fa |
@@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Flower, Heart, Flower2, MapPin, Star, Sprout } from "lucide-react";
|
import { Heart, Flower2, MapPin, Star, Sprout } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "products" },
|
||||||
{ name: "About", id: "about" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Testimonials", id: "testimonials" }
|
{ name: "Testimonials", id: "testimonials" }
|
||||||
]}
|
]}
|
||||||
@@ -54,7 +52,7 @@ export default function LandingPage() {
|
|||||||
avatarText="Trusted by 2,500+ customers • 98% 5-star reviews"
|
avatarText="Trusted by 2,500+ customers • 98% 5-star reviews"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -83,20 +81,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<TestimonialAboutCard
|
|
||||||
tag="Our Story"
|
|
||||||
title="Bee & Fly: Where Passion Meets Petals"
|
|
||||||
description="Founded in 2015"
|
|
||||||
subdescription="Crafting joy through flowers"
|
|
||||||
icon={Flower}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/florist-holding-box-flowers_23-2147761075.jpg"
|
|
||||||
imageAlt="Bee & Fly flower shop interior"
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
title="Why Flowers Bloom Here"
|
title="Why Flowers Bloom Here"
|
||||||
@@ -202,7 +186,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop", href: "#products" },
|
{ label: "Shop", href: "#products" },
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Testimonials", href: "#testimonials" }
|
{ label: "Testimonials", href: "#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user