Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 17:21:55 +00:00

View File

@@ -120,15 +120,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Quality", title: "Premium Materials", subtitle: "Sourced Responsibly", description: "We select only the finest natural fabrics, ensuring comfort and durability that stand the test of time.", imageSrc: "/placeholders/placeholder1.webp?_wi=1"
tag: "Quality", title: "Premium Materials", subtitle: "Sourced Responsibly", description: "We select only the finest natural fabrics, ensuring comfort and durability that stand the test of time.", imageSrc: "/placeholders/placeholder1.webp"
},
{
id: 2,
tag: "Sustainability", title: "Eco-Conscious", subtitle: "Ethical Production", description: "Our production process prioritizes environmental responsibility and fair labor practices throughout our supply chain.", imageSrc: "/placeholders/placeholder1.webp?_wi=2"
tag: "Sustainability", title: "Eco-Conscious", subtitle: "Ethical Production", description: "Our production process prioritizes environmental responsibility and fair labor practices throughout our supply chain.", imageSrc: "/placeholders/placeholder1.webp"
},
{
id: 3,
tag: "Delivery", title: "Worldwide Shipping", subtitle: "Fast & Reliable", description: "We deliver to customers globally with careful packaging to ensure every order arrives in perfect condition.", imageSrc: "/placeholders/placeholder1.webp?_wi=3"
tag: "Delivery", title: "Worldwide Shipping", subtitle: "Fast & Reliable", description: "We deliver to customers globally with careful packaging to ensure every order arrives in perfect condition.", imageSrc: "/placeholders/placeholder1.webp"
}
]}
textboxLayout="default"
@@ -260,6 +260,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us how we can help", rows: 5 }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
buttonText="Send Message"
className="py-20"
containerClassName="max-w-7xl mx-auto"