Merge version_3 into main #5
@@ -10,7 +10,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Eye, Shield, Sparkles, Wrench, Phone } from "lucide-react";
|
||||
import { Eye, Shield, Sparkles, Wrench, Phone, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -109,17 +109,13 @@ export default function HomePage() {
|
||||
description="Our core differentiators ensure your signage stands out and performs."
|
||||
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", imageAlt: "High contrast signage example", buttonIcon: Eye,
|
||||
{ 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", 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", 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", 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"
|
||||
@@ -133,14 +129,11 @@ export default function HomePage() {
|
||||
description="Explore our range of professional signage products designed for every business need."
|
||||
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"
|
||||
@@ -155,10 +148,8 @@ export default function HomePage() {
|
||||
title="Premium Materials Built for Performance"
|
||||
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: "aluminum", value: "Aluminum", description: "Corrosion-resistant, durable, ideal for outdoor signs. Lightweight yet strong with superior finish options and brushed or anodized surfaces."},
|
||||
{ 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."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -170,6 +161,7 @@ export default function HomePage() {
|
||||
title="Client Success Stories"
|
||||
description="Real feedback from businesses transformed by professional signage."
|
||||
tag="Testimonials"
|
||||
tagIcon={CheckCircle}
|
||||
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"},
|
||||
|
||||
Reference in New Issue
Block a user