Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:14:10 +00:00

View File

@@ -8,7 +8,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import { Star, Sparkles, Fire, Heart, BadgeCheck, MessageCircle } from "lucide-react";
import { Star, Sparkles, Flame, Heart, BadgeCheck, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "View Bundles", href: "#bundles" },
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-with-face-masks-supervising-wood-processing-production-facility_637285-11873.jpg", imageAlt: "elite bundle supplier product collection wholesale"},
@@ -59,11 +59,11 @@ export default function LandingPage() {
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/sweet-bar-with-grey-mousse-desserts-chocolate-cake-candy-pops_8353-10479.jpg", imageAlt: "jewelry supplier luxury items gemstones accessories"},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg?_wi=1", imageAlt: "phone accessories technology mobile supplies wholesale"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg", imageAlt: "phone accessories technology mobile supplies wholesale"},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/row-fashionable-clothing-hangers_1232-3003.jpg", imageAlt: "hoodie supplier apparel clothing bundles fashion"},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "cologne bottles fragrance supplier luxury goods beauty"},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "cologne bottles fragrance supplier luxury goods beauty"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -91,11 +91,11 @@ export default function LandingPage() {
{
id: "product-3", name: "Moissanite Jewelry Supplier", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/classy-silver-wedding-rings-made-white-gold-lie-crystal-bracelet_8353-8667.jpg", imageAlt: "moissanite jewelry diamond rings luxury accessories supplier"},
{
id: "product-4", name: "Phone Accessories Pack", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg?_wi=2", imageAlt: "phone supplier mobile cases technology accessories wholesale"},
id: "product-4", name: "Phone Accessories Pack", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg", imageAlt: "phone supplier mobile cases technology accessories wholesale"},
{
id: "product-5", name: "Premium Hoodie Bundle", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/row-hoodies-with-different-colors-one-that-says-hoodie_188544-43266.jpg", imageAlt: "hoodie bundle apparel supplier clothing collection fashion"},
{
id: "product-6", name: "Cologne Collection", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "cologne supplier fragrance bottles luxury scents beauty"},
id: "product-6", name: "Cologne Collection", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "cologne supplier fragrance bottles luxury scents beauty"},
]}
/>
</div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
title="Best-Selling Supplier Bundles"
description="Maximize your profit margins with our curated bundle collections"
tag="Limited Time Offers"
tagIcon={Fire}
tagIcon={Flame}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}