Merge version_1 into main #4

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

View File

@@ -47,17 +47,17 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Custom Creations"
tagIcon={Sparkles}
tagAnimation="elastic-effect"
tagAnimation="entrance-slide"
buttons={[
{ text: "Explore Products", href: "#products" },
{ text: "Design Your Own", href: "#contact" }
]}
buttonAnimation="elastic-effect"
buttonAnimation="text-stagger"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/various-animal-toy-figures-with-boxes-colorful-background_53876-31936.jpg", imageAlt: "Modern 3D printer creating an object" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732956.jpg", imageAlt: "Collection of diverse 3D printed custom products" }
]}
mediaAnimation="elastic-effect"
mediaAnimation="entrance-slide"
rating={5}
ratingText="4.9/5 from 1,000+ happy customers"
useInvertedBackground={false}
@@ -78,7 +78,7 @@ export default function LandingPage() {
title="Why Choose PrintCraft Co.?"
description="Experience unparalleled quality, customization, and customer service. We're dedicated to making your 3D printing journey seamless and inspiring."
tag="Our Expertise"
tagAnimation="elastic-effect"
tagAnimation="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -95,7 +95,7 @@ export default function LandingPage() {
title="Our Bestselling 3D Creations"
description="Discover a range of our most popular 3D printed products, from intricate decor to personalized gadgets, all ready for customization."
tag="Shop Now"
tagAnimation="elastic-effect"
tagAnimation="entrance-slide"
textboxLayout="default"
useInvertedBackground={true}
products={[
@@ -116,7 +116,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
tag="Flexible Options"
tagAnimation="elastic-effect"
tagAnimation="entrance-slide"
plans={[
{ id: "basic", tag: "Starter", tagIcon: Sparkles, price: "$99", period: "one-time", description: "Ideal for small projects and individual custom prints.", button: { text: "Start Printing" }, featuresTitle: "Includes:", features: ["Up to 100g of material", "Standard resolution", "Basic design review", "7-day delivery"] },
{ id: "pro", tag: "Popular", tagIcon: Zap, price: "$299", period: "one-time", description: "Best for complex designs and multiple product prototypes.", button: { text: "Get Pro Plan" }, featuresTitle: "Includes:", features: ["Up to 500g of material", "High resolution print", "Advanced design support", "5-day priority delivery", "Material consultation"] },
@@ -135,8 +135,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/excited-young-handsome-guy-wearing-red-shirt-glasses-showing-yes-gesture-isolated-green-wall_141793-83642.jpg", alt: "Sarah P." },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19610.jpg", alt: "David C." }
]}
ratingAnimation="elastic-effect"
avatarsAnimation="elastic-effect"
ratingAnimation="entrance-slide"
avatarsAnimation="entrance-slide"
useInvertedBackground={true}
/>
</div>
@@ -149,13 +149,13 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/production-business-plan-meeting_53876-94905.jpg"
imageAlt="Person examining a 3D printed object with a design on screen"
mediaAnimation="elastic-effect"
mediaAnimation="entrance-slide"
mediaPosition="right"
title="Frequently Asked Questions"
description="Find answers to common questions about our 3D printing services, customization options, and ordering process."
tag="Need Help?"
tagAnimation="elastic-effect"
faqsAnimation="elastic-effect"
tagAnimation="entrance-slide"
faqsAnimation="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -165,12 +165,12 @@ export default function LandingPage() {
tag="Get in Touch"
title="Start Your Custom Project"
description="Ready to bring your ideas to life? Contact us today to discuss your 3D printing and customization needs."
tagAnimation="elastic-effect"
tagAnimation="entrance-slide"
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
inputPlaceholder="Your email address"
buttonText="Send Message"
buttonAnimation="elastic-effect"
buttonAnimation="text-stagger"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
/>
</div>