import React, { useEffect } from "react"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { motion } from "framer-motion"; export default function HomePage() { useEffect(() => { const script = document.createElement("script"); script.src = "https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js"; script.async = true; script.onload = () => { if (window.ShopifyBuy) { if (window.ShopifyBuy.UI) { const client = window.ShopifyBuy.buildClient({ domain: 'your-shop-name.myshopify.com', storefrontAccessToken: 'your-access-token' }); window.ShopifyBuy.UI.onReady(client => { const products = []; products.forEach(({ id, nodeId }) => { client.createComponent('product', { id, node: document.getElementById(nodeId), moneyFormat: '%24%7B%7Bamount%7D%7D', options: { product: { buttonDestination: 'checkout', layout: 'vertical', width: '240px' }, cart: { startOpen: false }, toggle: { sticky: true } } }); }); }); } } }; document.body.appendChild(script); }, []); return ( {/* Hero Section */}

Nextgen Layers

Crafting the Future of 3D Printing

{/* About Section */}

About Us

At Nextgen Layers, we fuse technology and creativity to deliver elite 3D printed products. From aviation parts to custom board game pieces, we’re your design-to-delivery solution.

{/* Services Section */} {["Multi-color 3D Printing", "Custom Part Design", "RC Plane Parts", "Rapid Prototyping", "Material Advice"].map(service => (

{service}

))}
{/* Shop Section */}

Shop Now

{["RC Plane Parts", "Game Tokens", "Custom Tokens"].map((item, idx) => (

{item}

))}
{/* Portfolio Section */}

Our Work

{[1, 2, 3, 4].map(i => ( ))}
{/* Contact Section */}

Contact Us