Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 17:29:43 +00:00
4 changed files with 1379 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -101,21 +101,21 @@ export default function HomePage() {
id: "1",
name: "Custom Personalized Gifts",
price: "$29.99+",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg?_wi=1",
imageAlt: "Personalized 3D printed custom gift items",
},
{
id: "2",
name: "Precision Engineering Parts",
price: "$49.99+",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=1",
imageAlt: "High-precision 3D printed components",
},
{
id: "3",
name: "Student Learning Kits",
price: "$39.99+",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg?_wi=1",
imageAlt: "Educational 3D printing learning sets",
},
]}

View File

@@ -110,21 +110,21 @@ export default function PricingPage() {
id: "1",
name: "Custom Personalized Gifts",
price: "$29.99+",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg?_wi=4",
imageAlt: "Personalized 3D printed custom gift items",
},
{
id: "2",
name: "Precision Engineering Parts",
price: "$49.99+",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=4",
imageAlt: "precision 3D printed industrial components",
},
{
id: "3",
name: "Student Learning Kits",
price: "$39.99+",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg?_wi=4",
imageAlt: "educational 3D printing learning kit STEM",
},
]}

View File

@@ -55,42 +55,42 @@ export default function ProductsPage() {
id: "1",
name: "Custom Personalized Gifts",
price: "$29.99+",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg?_wi=2",
imageAlt: "Personalized 3D printed custom gift items",
},
{
id: "2",
name: "Precision Engineering Parts",
price: "$49.99+",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=2",
imageAlt: "High-precision 3D printed components",
},
{
id: "3",
name: "Student Learning Kits",
price: "$39.99+",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg?_wi=2",
imageAlt: "Educational 3D printing learning sets",
},
{
id: "4",
name: "Custom Home Decor",
price: "$34.99+",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg?_wi=3",
imageAlt: "3D printed decorative home items",
},
{
id: "5",
name: "Prototyping Services",
price: "$59.99+",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=3",
imageAlt: "Professional prototyping solutions",
},
{
id: "6",
name: "Specialty Materials",
price: "$79.99+",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg?_wi=3",
imageAlt: "Advanced specialty material options",
},
]}