diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d592e4..bdfbfda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Products", href: "#products" }, { text: "Design Your Own", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="elastic-effect" 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" } @@ -82,9 +82,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Unmatched Customization", description: "Tailor every detail of your product, from material to finish. Our tools allow for endless possibilities.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/studio-background-concept-abstract-empty-light-gradient-purple-studio-room-background-product_1258-67532.jpg", imageAlt: "Custom Design Icon" }] }, - { title: "Precision 3D Printing", description: "Leveraging advanced printing technology for intricate designs and superior durability, ensuring perfection.", icon: Ruler, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/target-with-arrow-3d-design-sport-game-business-design_460848-10405.jpg", imageAlt: "Precision Icon" }] }, - { title: "Dedicated Support", description: "From concept to delivery, our expert team provides personalized guidance and support every step of the way.", icon: LifeBuoy, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/pack-various-fast-service-logo-designs_52683-61830.jpg", imageAlt: "Support Icon" }] } + { title: "Unmatched Customization", description: "Tailor every detail of your product, from material to finish. Our tools allow for endless possibilities.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/studio-background-concept-abstract-empty-light-gradient-purple-studio-room-background-product_1258-67532.jpg", imageAlt: "Custom Design Icon" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732884.jpg", imageAlt: "Still life of small decorative objects with vivid colors" }] }, + { title: "Precision 3D Printing", description: "Leveraging advanced printing technology for intricate designs and superior durability, ensuring perfection.", icon: Ruler, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/target-with-arrow-3d-design-sport-game-business-design_460848-10405.jpg", imageAlt: "Precision Icon" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-robot-with-final-piece-jigsaw-puzzle_1048-3538.jpg", imageAlt: "Modern robot with the final piece of the jigsaw puzzle" }] }, + { title: "Dedicated Support", description: "From concept to delivery, our expert team provides personalized guidance and support every step of the way.", icon: LifeBuoy, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-vector/pack-various-fast-service-logo-designs_52683-61830.jpg", imageAlt: "Support Icon" }, { imageSrc: "http://img.b2bpic.net/free-photo/collage-painted-formula-one-car-against-blue-pink-yellow-green-background_23-2148084260.jpg", imageAlt: "Collage of painted formula one car against blue; pink; yellow and green background" }] } ]} /> @@ -118,9 +118,9 @@ export default function LandingPage() { tag="Flexible Options" 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"] }, - { id: "enterprise", tag: "Business", tagIcon: Briefcase, price: "Custom", period: "quote", description: "For bulk orders, ongoing production, and enterprise solutions.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Includes:", features: ["Unlimited material usage", "Ultra-high resolution", "Dedicated account manager", "Fastest turnaround", "Volume discounts"] } + { id: "basic", tag: "Starter", tagIcon: Sparkles, price: "$99", period: "one-time", description: "Ideal for small projects and individual custom prints.", button: { text: "Start Printing", buttonAnimation: "elastic-effect" }, 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", buttonAnimation: "elastic-effect" }, featuresTitle: "Includes:", features: ["Up to 500g of material", "High resolution print", "Advanced design support", "5-day priority delivery", "Material consultation"] }, + { id: "enterprise", tag: "Business", tagIcon: Briefcase, price: "Custom", period: "quote", description: "For bulk orders, ongoing production, and enterprise solutions.", button: { text: "Contact Sales", href: "#contact", buttonAnimation: "elastic-effect" }, featuresTitle: "Includes:", features: ["Unlimited material usage", "Ultra-high resolution", "Dedicated account manager", "Fastest turnaround", "Volume discounts"] } ]} /> @@ -170,6 +170,7 @@ export default function LandingPage() { useInvertedBackground={true} inputPlaceholder="Your email address" buttonText="Send Message" + buttonAnimation="elastic-effect" termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions." />