Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-22 19:19:50 +00:00

View File

@@ -8,10 +8,9 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/ecommerce/productCatalog/ProductCatalog';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Leaf, Shield, Sparkles, Star, Zap, Droplets } from "lucide-react";
export default function LandingPage() {
return (
@@ -90,11 +89,14 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
layout="section"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Classic Roses", price: "$45", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg" },
{ id: "2", name: "Sunflowers", price: "$38", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg" },
{ id: "3", name: "Spring Tulips", price: "$42", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg" },
{ id: "1", name: "Classic Roses", price: "$45", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg" },
{ id: "2", name: "Sunflowers", price: "$38", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg" },
{ id: "3", name: "Spring Tulips", price: "$42", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg" },
]}
title="Our Collection"
description="Hand-picked favorites for every occasion."
@@ -108,6 +110,7 @@ export default function LandingPage() {
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alice M.", handle: "@alice", testimonial: "The flowers were incredibly fresh and beautiful.", rating: 5 },
{ id: "2", name: "Bob R.", handle: "@bob", testimonial: "Bloom & Petal is my go-to for all gifts.", rating: 5 },