Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7b157f441 | |||
| 297245f41f | |||
| c23716f37b | |||
| f4f64b04f5 | |||
| 0a9850959d |
@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'PrintForge 3D - Custom 3D Printing Services & Prototypes',
|
title: 'PrintGods - Custom 3D Printing Services & Prototypes',
|
||||||
description: 'Unlock innovation with PrintForge 3D\'s expert 3D printing services. We offer precision custom prints, rapid prototyping, and a wide range of materials to bring your ideas to life.',
|
description: 'Unlock innovation with PrintGods\' expert 3D printing services. We offer precision custom prints, rapid prototyping, and a wide range of materials to bring your ideas to life.',
|
||||||
keywords: ["3D printing, custom prints, rapid prototyping, additive manufacturing, 3D models, PLA, ABS, SLA, FDM, engineering, design, prototypes"],
|
keywords: ["3D printing, custom prints, rapid prototyping, additive manufacturing, 3D models, PLA, ABS, SLA, FDM, engineering, design, prototypes"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "PrintForge 3D - Custom 3D Printing Services & Prototypes",
|
"title": "PrintForge 3D - Custom 3D Printing Services & Prototypes",
|
||||||
|
|||||||
432
src/app/page.tsx
432
src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Printer, Rocket, Sparkles, Tool, Zap } from "lucide-react";
|
import { Printer, Rocket, Sparkles, Wrench, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,67 +34,42 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg"
|
||||||
brandName="PrintForge 3D"
|
brandName="PrintGods"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Bring Your Ideas to Life with Precision 3D Printing"
|
title="Bring Your Ideas to Life with Precision 3D Printing"
|
||||||
description="Unlock limitless possibilities with our advanced 3D printing services. From rapid prototyping to custom creations, we deliver exceptional quality and detail for every project."
|
description="Unlock limitless possibilities with our advanced 3D printing services. From rapid prototyping to custom creations, we deliver exceptional quality and detail for every project."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "1000+",
|
value: "1000+", label: "Projects Completed"},
|
||||||
label: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Client Satisfaction"},
|
||||||
label: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5+",
|
value: "5+", label: "Years in Industry"},
|
||||||
label: "Years in Industry",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
tag="Innovative 3D Solutions"
|
tag="Innovative 3D Solutions"
|
||||||
@@ -102,13 +77,9 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Gallery",
|
text: "Explore Gallery", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/designers-using-3d-printer_23-2151037123.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/designers-using-3d-printer_23-2151037123.jpg"
|
||||||
@@ -116,48 +87,28 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12331.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12331.jpg", alt: "Young beautiful african woman student resting relaxing sitting in cafe smiling drinking coffee."},
|
||||||
alt: "Young beautiful african woman student resting relaxing sitting in cafe smiling drinking coffee.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-woman-working-computer-cafe_1303-9724.jpg", alt: "Business woman working on computer in a cafe"},
|
||||||
alt: "Business woman working on computer in a cafe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg", alt: "Young smiling lady with dark curly hair in white costume sitting at the table with cup of coffee and laptop while happily looking in camera in cafe on street"},
|
||||||
alt: "Young smiling lady with dark curly hair in white costume sitting at the table with cup of coffee and laptop while happily looking in camera in cafe on street",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
|
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", alt: "Office worker using the cell phone over work"},
|
||||||
alt: "Office worker using the cell phone over work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-party-girl-wearing-party-hat-glasses-standing-with-closed-posture-looking-side-isolated-orange-background-with-copy-space_141793-83043.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-young-blonde-party-girl-wearing-party-hat-glasses-standing-with-closed-posture-looking-side-isolated-orange-background-with-copy-space_141793-83043.jpg", alt: "Smiling young blonde party girl wearing party hat and glasses standing with closed posture looking at side isolated on orange background with copy space"},
|
||||||
alt: "Smiling young blonde party girl wearing party hat and glasses standing with closed posture looking at side isolated on orange background with copy space",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our growing community!"
|
avatarText="Join our growing community!"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Precision Engineering"},
|
||||||
text: "Precision Engineering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Rapid Turnaround"},
|
||||||
text: "Rapid Turnaround",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Custom Solutions"},
|
||||||
text: "Custom Solutions",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Diverse Materials"},
|
||||||
text: "Diverse Materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Expert Support"},
|
||||||
text: "Expert Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
@@ -169,32 +120,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "About "},
|
||||||
content: "About ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg", alt: "PrintGods logo"},
|
||||||
src: "http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg",
|
|
||||||
alt: "PrintForge 3D logo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: " PrintGods: Crafting the Future, One Layer at a Time"},
|
||||||
content: " PrintForge 3D: Crafting the Future, One Layer at a Time",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Meet the Team",
|
text: "Meet the Team", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
description="At PrintForge 3D, we're passionate about bringing your wildest concepts to tangible reality. With cutting-edge 3D printing technology and a team of skilled engineers and designers, we offer unparalleled precision, quality, and material versatility for every project. From intricate prototypes to durable end-use parts, we are your trusted partner in additive manufacturing, ensuring your vision is realized with excellence."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-easter-egg-white-background_176474-2850.jpg"
|
|
||||||
imageAlt="designer holding 3d printed object"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,40 +142,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "customization",
|
id: "customization", title: "Unrivaled Customization", tags: [
|
||||||
title: "Unrivaled Customization",
|
"Personalized", "Unique"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "3D model customization interface on a tablet"},
|
||||||
"Personalized",
|
|
||||||
"Unique",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg",
|
|
||||||
imageAlt: "3D model customization interface on a tablet",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "materials",
|
id: "materials", title: "Diverse Material Selection", tags: [
|
||||||
title: "Diverse Material Selection",
|
"PLA", "ABS", "Resin", "Specialty"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-pattern-design-background-cover-poster-template-flyer-banner_460848-16744.jpg", imageAlt: "Collection of different 3D printing materials"},
|
||||||
"PLA",
|
|
||||||
"ABS",
|
|
||||||
"Resin",
|
|
||||||
"Specialty",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-pattern-design-background-cover-poster-template-flyer-banner_460848-16744.jpg",
|
|
||||||
imageAlt: "Collection of different 3D printing materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "prototyping",
|
id: "prototyping", title: "Rapid Prototyping", tags: [
|
||||||
title: "Rapid Prototyping",
|
"Fast", "Efficient", "Iterative"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019885.jpg", imageAlt: "Stack of progressively refined 3D printed prototypes"},
|
||||||
"Fast",
|
|
||||||
"Efficient",
|
|
||||||
"Iterative",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019885.jpg",
|
|
||||||
imageAlt: "Stack of progressively refined 3D printed prototypes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose PrintForge 3D?"
|
title="Why Choose PrintGods?"
|
||||||
description="Experience unparalleled quality, speed, and versatility with our state-of-the-art 3D printing solutions."
|
description="Experience unparalleled quality, speed, and versatility with our state-of-the-art 3D printing solutions."
|
||||||
tag="Core Advantages"
|
tag="Core Advantages"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
@@ -253,53 +169,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Miniature Figurine Collection", price: "$25.00", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/collection-plastic-baby-dolls-children-with-diverse-skin-colors_23-2150569333.jpg", imageAlt: "Highly detailed 3D printed miniature figurine"},
|
||||||
name: "Miniature Figurine Collection",
|
|
||||||
price: "$25.00",
|
|
||||||
variant: "Standard",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-plastic-baby-dolls-children-with-diverse-skin-colors_23-2150569333.jpg",
|
|
||||||
imageAlt: "Highly detailed 3D printed miniature figurine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Architectural Scale Model", price: "$499.00", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-house-model_23-2151003982.jpg", imageAlt: "Sophisticated 3D printed architectural model"},
|
||||||
name: "Architectural Scale Model",
|
|
||||||
price: "$499.00",
|
|
||||||
variant: "Custom",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-house-model_23-2151003982.jpg",
|
|
||||||
imageAlt: "Sophisticated 3D printed architectural model",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Ergonomic Tool Handle", price: "$45.00", variant: "Industrial Grade", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg", imageAlt: "Custom 3D printed ergonomic tool handle"},
|
||||||
name: "Ergonomic Tool Handle",
|
|
||||||
price: "$45.00",
|
|
||||||
variant: "Industrial Grade",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019902.jpg",
|
|
||||||
imageAlt: "Custom 3D printed ergonomic tool handle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Intricate Custom Jewelry", price: "$120.00", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-dish-plate-dark-background-flat-lay_1258-84832.jpg", imageAlt: "Elegantly designed 3D printed piece of jewelry"},
|
||||||
name: "Intricate Custom Jewelry",
|
|
||||||
price: "$120.00",
|
|
||||||
variant: "Luxury",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-dish-plate-dark-background-flat-lay_1258-84832.jpg",
|
|
||||||
imageAlt: "Elegantly designed 3D printed piece of jewelry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Abstract Geometric Art Piece", price: "$180.00", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14709.jpg", imageAlt: "Abstract 3D printed art piece"},
|
||||||
name: "Abstract Geometric Art Piece",
|
|
||||||
price: "$180.00",
|
|
||||||
variant: "Artistic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-bag-layout-with-place-text-women-s-accessories-jewellery-background-mockup-banner-fashion-accessories_460848-14709.jpg",
|
|
||||||
imageAlt: "Abstract 3D printed art piece",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Personalized Kids Toy", price: "$35.00", variant: "Playtime", imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-zombie-with-mask_183364-80122.jpg", imageAlt: "Vibrant, custom-designed 3D printed toy for children"},
|
||||||
name: "Personalized Kids Toy",
|
|
||||||
price: "$35.00",
|
|
||||||
variant: "Playtime",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-3d-cartoon-zombie-with-mask_183364-80122.jpg",
|
|
||||||
imageAlt: "Vibrant, custom-designed 3D printed toy for children",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Curated 3D Print Gallery"
|
title="Our Curated 3D Print Gallery"
|
||||||
description="Discover a diverse range of high-quality 3D prints, from functional prototypes to artistic creations."
|
description="Discover a diverse range of high-quality 3D prints, from functional prototypes to artistic creations."
|
||||||
@@ -314,63 +194,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", badge: "Individual", badgeIcon: Printer,
|
||||||
badge: "Individual",
|
price: "$9/print", subtitle: "Ideal for single prints & small projects", buttons: [
|
||||||
badgeIcon: Printer,
|
|
||||||
price: "$9/print",
|
|
||||||
subtitle: "Ideal for single prints & small projects",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Standard materials",
|
"Standard materials", "Basic finishing", "Fast turnaround", "Online support"],
|
||||||
"Basic finishing",
|
|
||||||
"Fast turnaround",
|
|
||||||
"Online support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Popular", badgeIcon: Rocket,
|
||||||
badge: "Popular",
|
price: "$299/month", subtitle: "Best for ongoing prototyping & small businesses", buttons: [
|
||||||
badgeIcon: Rocket,
|
|
||||||
price: "$299/month",
|
|
||||||
subtitle: "Best for ongoing prototyping & small businesses",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Choose Pro",
|
text: "Choose Pro", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Premium materials",
|
"Premium materials", "Advanced finishing", "Priority support", "Dedicated account manager", "Volume discounts"],
|
||||||
"Advanced finishing",
|
|
||||||
"Priority support",
|
|
||||||
"Dedicated account manager",
|
|
||||||
"Volume discounts",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "enterprise", badge: "Custom", badgeIcon: Wrench,
|
||||||
badge: "Custom",
|
price: "Contact Us", subtitle: "Tailored solutions for large-scale production", buttons: [
|
||||||
badgeIcon: Tool,
|
|
||||||
price: "Contact Us",
|
|
||||||
subtitle: "Tailored solutions for large-scale production",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Get a Custom Quote",
|
text: "Get a Custom Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Exclusive materials",
|
"Exclusive materials", "Complex designs", "On-site consultation", "Dedicated engineering support", "Unlimited projects"],
|
||||||
"Complex designs",
|
|
||||||
"On-site consultation",
|
|
||||||
"Dedicated engineering support",
|
|
||||||
"Unlimited projects",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Flexible 3D Printing Plans"
|
title="Flexible 3D Printing Plans"
|
||||||
@@ -386,63 +234,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah Johnson", handle: "@SarahJ_Design", testimonial: "PrintGods exceeded my expectations! Their attention to detail and material quality for my custom prototypes was outstanding. Truly professional service.", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3931.jpg", imageAlt: "Sarah Johnson"},
|
||||||
handle: "@SarahJ_Design",
|
|
||||||
testimonial: "PrintForge 3D exceeded my expectations! Their attention to detail and material quality for my custom prototypes was outstanding. Truly professional service.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3931.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael Chen", handle: "@Arch_Innovate", testimonial: "The architectural models they printed for us were incredibly precise and helped us win a major client. The team is knowledgeable and delivers on time.", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-with-plan-blue-background-worker-architecture-constructor-building-color-flat-property_140725-155210.jpg", imageAlt: "Michael Chen"},
|
||||||
handle: "@Arch_Innovate",
|
|
||||||
testimonial: "The architectural models they printed for us were incredibly precise and helped us win a major client. The team is knowledgeable and delivers on time.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-with-plan-blue-background-worker-architecture-constructor-building-color-flat-property_140725-155210.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily Rodriguez", handle: "@ProtoSpark", testimonial: "As a product designer, I rely on fast, accurate prototyping. PrintGods is my go-to. Their rapid turnaround saved us weeks on our development cycle.", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-woman-with-pixie-haircut-wearing-glasses_141793-33127.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
handle: "@ProtoSpark",
|
|
||||||
testimonial: "As a product designer, I rely on fast, accurate prototyping. PrintForge 3D is my go-to. Their rapid turnaround saved us weeks on our development cycle.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-woman-with-pixie-haircut-wearing-glasses_141793-33127.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David Kim", handle: "@TechCraft", testimonial: "I needed a complex functional part, and PrintGods delivered with exceptional strength and finish. The print quality is simply the best I've seen.", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg", imageAlt: "David Kim"},
|
||||||
handle: "@TechCraft",
|
|
||||||
testimonial: "I needed a complex functional part, and PrintForge 3D delivered with exceptional strength and finish. The print quality is simply the best I've seen.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg",
|
|
||||||
imageAlt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Jessica Lee", handle: "@Innovate_Mktg", testimonial: "Our marketing team used their custom 3D prints for a product launch event, and they were a huge hit! Great quality, great service, highly recommend.", rating: 5,
|
||||||
name: "Jessica Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3439.jpg", imageAlt: "Jessica Lee"},
|
||||||
handle: "@Innovate_Mktg",
|
|
||||||
testimonial: "Our marketing team used their custom 3D prints for a product launch event, and they were a huge hit! Great quality, great service, highly recommend.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3439.jpg",
|
|
||||||
imageAlt: "Jessica Lee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Dr. Alex Sharma", handle: "@MediPrint_R&D", testimonial: "PrintGods' capability to handle intricate medical prototypes was crucial for our research. The precision and material integrity were flawless.", rating: 5,
|
||||||
name: "Dr. Alex Sharma",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-smiling-sitting-workplace-typing-laptop_176420-3702.jpg", imageAlt: "Young beautiful businesswoman smiling, sitting at workplace typing on laptop"},
|
||||||
handle: "@MediPrint_R&D",
|
|
||||||
testimonial: "PrintForge 3D's capability to handle intricate medical prototypes was crucial for our research. The precision and material integrity were flawless.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-businesswoman-smiling-sitting-workplace-typing-laptop_176420-3702.jpg",
|
|
||||||
imageAlt: "Young beautiful businesswoman smiling, sitting at workplace typing on laptop",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear from satisfied customers who've brought their visions to life with PrintForge 3D."
|
description="Hear from satisfied customers who've brought their visions to life with PrintGods."
|
||||||
tag="Client Success"
|
tag="Client Success"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -452,14 +264,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Google",
|
"Google", "Microsoft", "Apple", "Amazon", "Tesla", "NVIDIA", "Intel"]}
|
||||||
"Microsoft",
|
|
||||||
"Apple",
|
|
||||||
"Amazon",
|
|
||||||
"Tesla",
|
|
||||||
"NVIDIA",
|
|
||||||
"Intel",
|
|
||||||
]}
|
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="We partner with innovative companies to bring their cutting-edge designs to reality."
|
description="We partner with innovative companies to bring their cutting-edge designs to reality."
|
||||||
tag="Our Collaborations"
|
tag="Our Collaborations"
|
||||||
@@ -472,30 +277,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What types of 3D printing technologies do you offer?", content: "We primarily use FDM (Fused Deposition Modeling) and SLA (Stereolithography) technologies, allowing us to produce a wide range of prototypes and end-use parts with varying levels of detail and material properties."},
|
||||||
title: "What types of 3D printing technologies do you offer?",
|
|
||||||
content: "We primarily use FDM (Fused Deposition Modeling) and SLA (Stereolithography) technologies, allowing us to produce a wide range of prototypes and end-use parts with varying levels of detail and material properties.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What materials are available for printing?", content: "We offer a diverse selection including PLA, ABS, PETG, Nylon, flexible filaments, and various resins. Our specialists can help you choose the best material for your specific application."},
|
||||||
title: "What materials are available for printing?",
|
|
||||||
content: "We offer a diverse selection including PLA, ABS, PETG, Nylon, flexible filaments, and various resins. Our specialists can help you choose the best material for your specific application.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "How do I submit a 3D model for printing?", content: "You can easily upload your 3D model files (STL, OBJ, etc.) directly through our 'Get a Quote' section. Our team will review your file and provide a detailed quotation."},
|
||||||
title: "How do I submit a 3D model for printing?",
|
|
||||||
content: "You can easily upload your 3D model files (STL, OBJ, etc.) directly through our 'Get a Quote' section. Our team will review your file and provide a detailed quotation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "What is the typical turnaround time?", content: "Standard projects typically have a turnaround time of 3-7 business days, depending on complexity and current workload. Expedited options are available for urgent requests."},
|
||||||
title: "What is the typical turnaround time?",
|
|
||||||
content: "Standard projects typically have a turnaround time of 3-7 business days, depending on complexity and current workload. Expedited options are available for urgent requests.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Can you help with design and optimization?", content: "Absolutely! Our experienced design team can assist you with optimizing your 3D models for printing, ensuring structural integrity and achieving the desired aesthetic. We offer consultation services to guide you through the entire process."},
|
||||||
title: "Can you help with design and optimization?",
|
|
||||||
content: "Absolutely! Our experienced design team can assist you with optimizing your 3D models for printing, ensuring structural integrity and achieving the desired aesthetic. We offer consultation services to guide you through the entire process.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our 3D printing services, materials, and processes."
|
description="Find quick answers to common questions about our 3D printing services, materials, and processes."
|
||||||
@@ -507,8 +297,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Start Your 3D Printing Project"
|
title="Start Your 3D Printing Project"
|
||||||
description="Ready to turn your designs into reality? Contact our experts today to discuss your project and get a personalized quote."
|
description="Ready to turn your designs into reality? Contact our experts today to discuss your project and get a personalized quote."
|
||||||
@@ -526,73 +315,46 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
videoSrc="http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019876.jpg?_wi=1"
|
videoSrc="http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019876.jpg?_wi=1"
|
||||||
videoAriaLabel="3D printer in action building an object"
|
videoAriaLabel="3D printer in action building an object"
|
||||||
logoText="PrintForge 3D"
|
logoText="PrintGods"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Custom Prints",
|
label: "Custom Prints", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Prototyping",
|
label: "Prototyping", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Materials",
|
label: "Materials", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Cookie Policy",
|
label: "Cookie Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 PrintForge 3D. All rights reserved."
|
copyrightText="© 2024 PrintGods. All rights reserved."
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/logo-colorful-gradient-design-illustration_483537-957.jpg"
|
||||||
logoAlt="PrintForge 3D logo"
|
logoAlt="PrintGods logo"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019876.jpg?_wi=2"
|
|
||||||
imageAlt="3d printer in action video loop"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user