5 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
8de5ae33d8 Merge version_3 into main
Merge version_3 into main
2026-03-10 13:06:06 +00:00
a7cd98c431 Update src/app/page.tsx 2026-03-10 13:06:02 +00:00
9ed8af9880 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:03:31 +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" }
]}
@@ -51,10 +49,10 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/man-with-telephone-make-with-her-hand_1149-1179.jpg", alt: "Happy customer" },
{ src: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg", alt: "Delighted customer" }
]}
avatarText="Trusted by 2,500+ satisfied customers"
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" }
]
},