2 Commits

Author SHA1 Message Date
848b301a1e Merge version_5 into main
Merge version_5 into main
2026-03-10 13:16:27 +00:00
3105ca14fa Update src/app/page.tsx 2026-03-10 13:16:21 +00:00

View File

@@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactCenter from '@/components/sections/contact/ContactCenter';
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() {
return (
@@ -31,7 +30,6 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "home" },
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Testimonials", id: "testimonials" }
]}
@@ -54,7 +52,7 @@ export default function LandingPage() {
avatarText="Trusted by 2,500+ customers • 98% 5-star reviews"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
/>
@@ -83,20 +81,6 @@ export default function LandingPage() {
/>
</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">
<FeatureCardTwentySeven
title="Why Flowers Bloom Here"
@@ -202,7 +186,7 @@ export default function LandingPage() {
{
items: [
{ label: "Shop", href: "#products" },
{ label: "About Us", href: "#about" },
{ label: "Features", href: "#features" },
{ label: "Testimonials", href: "#testimonials" }
]
},