From eb5e0f917b0504376c9cc6c1c53de0b2cfc3eb64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:39:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0969b88..c4cc83b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,21 +22,24 @@ const inter = Inter({ export const metadata: Metadata = { title: "re:print | Custom Lamps, Keychains & Light Boxes", description: "Discover handcrafted custom lamps, personalized keychains, and unique LED light boxes at re:print. Illuminate your world with bespoke designs.", keywords: "custom lamps, personalized keychains, LED light boxes, handmade lighting, custom home decor", metadataBase: new URL("https://reprint.com"), alternates: { - canonical: "https://reprint.com"}, + canonical: "https://reprint.com" + }, openGraph: { title: "re:print | Custom Lamps & Personalized Lighting", description: "Discover handcrafted custom lamps, personalized keychains, and unique LED light boxes.", url: "https://reprint.com", siteName: "re:print", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg", alt: "re:print custom lamp showcase"}, - ], + url: "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg", alt: "re:print custom lamp showcase" + } + ] }, twitter: { card: "summary_large_image", title: "re:print | Custom Lamps & Lighting", description: "Handcrafted custom lamps, keychains, and LED light boxes.", images: [ - "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg"], + "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg" + ] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ From 26270d462e19ebd7905117e98acc42112d15ad8e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:39:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 71 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3a40c9..79cfba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Testimonials", id: "testimonials" } ]} button={{ text: "Shop Now", href: "#products" }} animateOnLoad={true} @@ -46,7 +46,7 @@ export default function LandingPage() { description="Discover stunning handcrafted lamps, custom keychains, and personalized light boxes that bring your imagination to life. Every product is uniquely yours." buttons={[ { text: "Explore Products", href: "#products" }, - { text: "Learn Our Story", href: "#about" }, + { text: "Learn Our Story", href: "#about" } ]} background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg" @@ -64,12 +64,24 @@ export default function LandingPage() { description="Hand-selected pieces from our latest collections. Each product is crafted with precision and passion for individuality." tag="Shop Collection" products={[ - { id: "1", name: "Neon Glow Lamp", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-vector/yellow-glowing-lines-black-background_53876-118395.jpg", imageAlt: "Vibrant neon glow lamp"}, - { id: "2", name: "Custom Keychain", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-gift-set-holiday-cup-toy-blue-colors_169016-19804.jpg", imageAlt: "Personalized custom keychain"}, - { id: "3", name: "LED Light Box", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-banners-clothes-rack-clothing-store-close-up-promotional-signs-marketing-retail-business-campaign-event-merchandise-with-price-tags-department-shop_482257-65363.jpg", imageAlt: "Customizable LED light box"}, - { id: "4", name: "Desk Lamp Pro", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240939.jpg", imageAlt: "Professional desk lamp"}, - { id: "5", name: "Minimalist Pendant", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/lamp_23-2148098570.jpg", imageAlt: "Modern pendant light fixture"}, - { id: "6", name: "Personalized Gift Set", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-floral-business-card-template_23-2148392769.jpg", imageAlt: "Premium gift set collection"}, + { + id: "1", name: "Neon Glow Lamp", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-vector/yellow-glowing-lines-black-background_53876-118395.jpg", imageAlt: "Vibrant neon glow lamp" + }, + { + id: "2", name: "Custom Keychain", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-gift-set-holiday-cup-toy-blue-colors_169016-19804.jpg", imageAlt: "Personalized custom keychain" + }, + { + id: "3", name: "LED Light Box", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-banners-clothes-rack-clothing-store-close-up-promotional-signs-marketing-retail-business-campaign-event-merchandise-with-price-tags-department-shop_482257-65363.jpg", imageAlt: "Customizable LED light box" + }, + { + id: "4", name: "Desk Lamp Pro", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240939.jpg", imageAlt: "Professional desk lamp" + }, + { + id: "5", name: "Minimalist Pendant", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/lamp_23-2148098570.jpg", imageAlt: "Modern pendant light fixture" + }, + { + id: "6", name: "Personalized Gift Set", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-floral-business-card-template_23-2148392769.jpg", imageAlt: "Premium gift set collection" + } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -98,10 +110,18 @@ export default function LandingPage() { description="Explore what makes our lighting and accessories exceptional" tag="Product Highlights" features={[ - { id: "1", title: "Custom Design", description: "Personalize every lamp, keychain, and light box to match your unique style and preferences", imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-top-view_23-2149930937.jpg", imageAlt: "Custom design process"}, - { id: "2", title: "Premium Materials", description: "Handpicked materials sourced globally for durability and aesthetic excellence", imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg", imageAlt: "Premium material quality"}, - { id: "3", title: "Eco-Friendly", description: "Sustainable manufacturing practices and recyclable packaging for a better planet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12732.jpg", imageAlt: "Eco-friendly production"}, - { id: "4", title: "Fast Shipping", description: "Quick turnaround times and reliable delivery to get your custom creations to you fast", imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast shipping service"}, + { + id: "1", title: "Custom Design", description: "Personalize every lamp, keychain, and light box to match your unique style and preferences", imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-top-view_23-2149930937.jpg", imageAlt: "Custom design process" + }, + { + id: "2", title: "Premium Materials", description: "Handpicked materials sourced globally for durability and aesthetic excellence", imageSrc: "http://img.b2bpic.net/free-photo/suitmaker-tailor-cutting-fabric_482257-78193.jpg", imageAlt: "Premium material quality" + }, + { + id: "3", title: "Eco-Friendly", description: "Sustainable manufacturing practices and recyclable packaging for a better planet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-green-planet-your-hands-save-earth_1150-12732.jpg", imageAlt: "Eco-friendly production" + }, + { + id: "4", title: "Fast Shipping", description: "Quick turnaround times and reliable delivery to get your custom creations to you fast", imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg", imageAlt: "Fast shipping service" + } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -116,7 +136,8 @@ export default function LandingPage() { description="Join thousands of customers who trust re:print for their custom lighting and accessory needs" tag="Partners & Features" names={[ - "Design Weekly", "Creative Collective", "Maker Magazine", "Style & Light", "Modern Home", "Artisan Network", "Decor Today", "Custom Creators"]} + "Design Weekly", "Creative Collective", "Maker Magazine", "Style & Light", "Modern Home", "Artisan Network", "Decor Today", "Custom Creators" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -127,12 +148,24 @@ export default function LandingPage() {