Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 13:39:46 +00:00

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Process", href: "#" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Products",
items: [
title: "Products", items: [
{ label: "Name Plates", href: "/products" },
{ label: "Sign Boards", href: "/products" },
{ label: "LED Signs", href: "/products" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact", href: "/contact" },
{ label: "FAQ", href: "/faq" },
{ label: "Privacy Policy", href: "#" },
@@ -102,6 +99,7 @@ export default function HomePage() {
imageAlt="Color Signs manufacturing facility"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -112,33 +110,16 @@ export default function HomePage() {
tag="Key Benefits"
features={[
{
title: "High-Contrast Visibility",
description: "Strategic color combinations like white on dark and yellow on black maximize readability from distance.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-through-blinds-early-morning-sunlight_169016-17616.jpg?_wi=1",
imageAlt: "High contrast signage example",
buttonIcon: Eye,
buttonHref: "/materials",
title: "High-Contrast Visibility", description: "Strategic color combinations like white on dark and yellow on black maximize readability from distance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-through-blinds-early-morning-sunlight_169016-17616.jpg", imageAlt: "High contrast signage example", buttonIcon: Eye,
buttonHref: "/materials"},
{
title: "Exceptional Durability", description: "Premium materials—acrylic, aluminum, stainless steel—withstand outdoor elements and maintain appearance for years.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-dispersing-light_23-2148599286.jpg", imageAlt: "Durable materials showcase", buttonIcon: Shield,
},
{
title: "Exceptional Durability",
description: "Premium materials—acrylic, aluminum, stainless steel—withstand outdoor elements and maintain appearance for years.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-dispersing-light_23-2148599286.jpg?_wi=1",
imageAlt: "Durable materials showcase",
buttonIcon: Shield,
title: "Brand Consistency", description: "Precise color matching and professional design ensure your signage aligns perfectly with your brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/online-marketing_53876-95312.jpg", imageAlt: "Brand consistency example", buttonIcon: Sparkles,
},
{
title: "Brand Consistency",
description: "Precise color matching and professional design ensure your signage aligns perfectly with your brand identity.",
imageSrc: "http://img.b2bpic.net/free-photo/online-marketing_53876-95312.jpg?_wi=1",
imageAlt: "Brand consistency example",
buttonIcon: Sparkles,
},
{
title: "Professional Installation",
description: "Expert mounting and installation services ensure secure, level, and perfectly positioned signage.",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg?_wi=1",
imageAlt: "Professional installation service",
buttonIcon: Wrench,
title: "Professional Installation", description: "Expert mounting and installation services ensure secure, level, and perfectly positioned signage.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg", imageAlt: "Professional installation service", buttonIcon: Wrench,
},
]}
textboxLayout="default"
@@ -153,28 +134,13 @@ export default function HomePage() {
tag="Product Range"
products={[
{
id: "nameplates",
name: "Name Plates & Door Signs",
price: "Starting $49",
imageSrc: "http://img.b2bpic.net/free-vector/corporate-banner-design-templates-with-orange-blue-grey-backgrounds_1097-1058.jpg",
imageAlt: "Professional name plates",
initialQuantity: 1,
id: "nameplates", name: "Name Plates & Door Signs", price: "Starting $49", imageSrc: "http://img.b2bpic.net/free-vector/corporate-banner-design-templates-with-orange-blue-grey-backgrounds_1097-1058.jpg", imageAlt: "Professional name plates", initialQuantity: 1,
},
{
id: "boards",
name: "Sign Boards & Outdoor Signage",
price: "Starting $199",
imageSrc: "http://img.b2bpic.net/free-photo/blank-storefront-sign-mockup_336305-726.jpg",
imageAlt: "Custom sign boards",
initialQuantity: 1,
id: "boards", name: "Sign Boards & Outdoor Signage", price: "Starting $199", imageSrc: "http://img.b2bpic.net/free-photo/blank-storefront-sign-mockup_336305-726.jpg", imageAlt: "Custom sign boards", initialQuantity: 1,
},
{
id: "led",
name: "LED & Illuminated Signs",
price: "Starting $299",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-orange-blue-neon-sign-that-says-open-bar_181624-45946.jpg",
imageAlt: "LED illuminated signage",
initialQuantity: 1,
id: "led", name: "LED & Illuminated Signs", price: "Starting $299", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-orange-blue-neon-sign-that-says-open-bar_181624-45946.jpg", imageAlt: "LED illuminated signage", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -190,15 +156,9 @@ export default function HomePage() {
tag="Materials & Finishes"
metrics={[
{
id: "acrylic",
value: "Acrylic",
description: "Lightweight, vibrant color options, excellent light transmission. Perfect for indoor and semi-outdoor applications with UV protection options.",
},
id: "acrylic", value: "Acrylic", description: "Lightweight, vibrant color options, excellent light transmission. Perfect for indoor and semi-outdoor applications with UV protection options."},
{
id: "aluminum",
value: "Aluminum",
description: "Corrosion-resistant, durable, ideal for outdoor signs. Lightweight yet strong with superior finish options and brushed or anodized surfaces.",
},
id: "aluminum", value: "Aluminum", description: "Corrosion-resistant, durable, ideal for outdoor signs. Lightweight yet strong with superior finish options and brushed or anodized surfaces."},
]}
useInvertedBackground={false}
metricsAnimation="slide-up"
@@ -212,37 +172,13 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Retail Store Owner",
testimonial: "Color Signs created our storefront signage and it completely transformed our visibility. Customers from three blocks away can see us now. Highly professional and quality work.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
id: "1", name: "Sarah Mitchell", role: "Retail Store Owner", testimonial: "Color Signs created our storefront signage and it completely transformed our visibility. Customers from three blocks away can see us now. Highly professional and quality work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
name: "James Rodriguez",
role: "Restaurant Manager",
testimonial: "The LED sign they designed for our restaurant is stunning. It's attracted so much new foot traffic. The durability is exceptional—no fading or weathering after a year outdoors.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
imageAlt: "James Rodriguez",
},
id: "2", name: "James Rodriguez", role: "Restaurant Manager", testimonial: "The LED sign they designed for our restaurant is stunning. It's attracted so much new foot traffic. The durability is exceptional—no fading or weathering after a year outdoors.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "James Rodriguez"},
{
id: "3",
name: "Emily Chen",
role: "Corporate Facilities Manager",
testimonial: "We needed consistent branding across five office locations. Color Signs delivered perfectly matched aluminum signage with precise color specifications. Fast turnaround, excellent execution.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Emily Chen",
},
id: "3", name: "Emily Chen", role: "Corporate Facilities Manager", testimonial: "We needed consistent branding across five office locations. Color Signs delivered perfectly matched aluminum signage with precise color specifications. Fast turnaround, excellent execution.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"},
{
id: "4",
name: "Michael Torres",
role: "Building Owner",
testimonial: "Their expertise in high-contrast combinations for visibility is unmatched. Our building directory is now readable from every angle. Professional from quote to installation.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Michael Torres",
},
id: "4", name: "Michael Torres", role: "Building Owner", testimonial: "Their expertise in high-contrast combinations for visibility is unmatched. Our building directory is now readable from every angle. Professional from quote to installation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"},
]}
animationType="slide-up"
textboxLayout="default"