Merge version_1 into main #1

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

View File

@@ -10,7 +10,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Package, Layers, TrendingUp, Leaf, Zap, Square, Palette, Shield, Target, Globe, Award, Star, Mail, Fabric, Settings, CheckCircle, House, MessageSquareText, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
import { Sparkles, Package, Layers, TrendingUp, Leaf, Zap, Square, Palette, Shield, Target, Globe, Award, Star, Mail, Settings, CheckCircle, House, MessageSquareText, CircleDollarSign, ArrowLeftRight, Send, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="circleGradient"
background="none"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Discover Debbytex's exceptional collection of high-quality textiles designed for fashion, home décor, industrial applications, and more. We combine innovation with tradition to deliver fabrics that exceed expectations."
tag="Quality & Innovation"
tagIcon={Sparkles}
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Browse Collection", href: "#products" },
{ text: "Request Sample", href: "#contact" }
@@ -54,7 +54,7 @@ export default function LandingPage() {
dashboard={{
title: "Textile Excellence Dashboard", logoIcon: Layers,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-books-flowers_23-2147624817.jpg", imageAlt: "premium textile fabric roll production", sidebarItems: [
{ icon: Fabric },
{ icon: Package },
{ icon: Package, active: true },
{ icon: Settings }
],