diff --git a/src/app/page.tsx b/src/app/page.tsx
index d0fcaac..b1e1f58 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Palette, Zap, Layers, Printer } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -29,40 +30,30 @@ export default function LandingPage() {
@@ -83,32 +74,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Shop Sign Boards",
- description: "Creative and durable boards for shops, showrooms, and offices.",
- imageSrc: "http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg?_wi=1",
- imageAlt: "Shop signage board",
- buttonIcon: "Palette",
+ title: "Shop Sign Boards", description: "Creative and durable boards for shops, showrooms, and offices.", imageSrc: "http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg", imageAlt: "Shop signage board", buttonIcon: Palette,
},
{
- title: "LED & Glow Signs",
- description: "Bright and attractive signage for day & night visibility.",
- imageSrc: "http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg?_wi=2",
- imageAlt: "LED signage",
- buttonIcon: "Zap",
+ title: "LED & Glow Signs", description: "Bright and attractive signage for day & night visibility.", imageSrc: "http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg", imageAlt: "LED signage", buttonIcon: Zap,
},
{
- title: "3D Letter Boards",
- description: "Modern, stylish, and premium look for your brand identity.",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-pastel-golden-black-word-concept_23-2148663102.jpg",
- imageAlt: "3D letters",
- buttonIcon: "Layers",
+ title: "3D Letter Boards", description: "Modern, stylish, and premium look for your brand identity.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-pastel-golden-black-word-concept_23-2148663102.jpg", imageAlt: "3D letters", buttonIcon: Layers,
},
{
- title: "Flex Printing",
- description: "High-quality banners for advertising and promotions.",
- imageSrc: "http://img.b2bpic.net/free-psd/business-design-template_23-2149914224.jpg",
- imageAlt: "Flex banner",
- buttonIcon: "Printer",
+ title: "Flex Printing", description: "High-quality banners for advertising and promotions.", imageSrc: "http://img.b2bpic.net/free-psd/business-design-template_23-2149914224.jpg", imageAlt: "Flex banner", buttonIcon: Printer,
},
]}
title="Professional Signage Services"
@@ -122,36 +97,21 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Have questions about our signage services? Find answers here."
- imageSrc="http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-vector/geometric-neon-sign_23-2147570378.jpg"
imageAlt="FAQ Illustration"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What types of signs do you make?",
- content: "We specialize in LED signage, 3D letter boards, shop signage, and high-quality flex banners.",
- },
+ id: "1", title: "What types of signs do you make?", content: "We specialize in LED signage, 3D letter boards, shop signage, and high-quality flex banners."},
{
- id: "2",
- title: "Do you provide installation services?",
- content: "Yes, we handle professional installation for all the signage projects we undertake to ensure perfect fit and safety.",
- },
+ id: "2", title: "Do you provide installation services?", content: "Yes, we handle professional installation for all the signage projects we undertake to ensure perfect fit and safety."},
{
- id: "3",
- title: "Can you design custom logos for signage?",
- content: "Absolutely! Our team works with you to translate your brand identity into effective and eye-catching sign designs.",
- },
+ id: "3", title: "Can you design custom logos for signage?", content: "Absolutely! Our team works with you to translate your brand identity into effective and eye-catching sign designs."},
{
- id: "4",
- title: "How long does a project take?",
- content: "Timelines vary based on complexity, but we prioritize quality and prompt delivery for every business order.",
- },
+ id: "4", title: "How long does a project take?", content: "Timelines vary based on complexity, but we prioritize quality and prompt delivery for every business order."},
{
- id: "5",
- title: "Are your LED signs energy efficient?",
- content: "Yes, we use modern LED technology that ensures high visibility while maintaining low power consumption.",
- },
+ id: "5", title: "Are your LED signs energy efficient?", content: "Yes, we use modern LED technology that ensures high visibility while maintaining low power consumption."},
]}
/>
@@ -160,8 +120,7 @@ export default function LandingPage() {
@@ -170,37 +129,23 @@ export default function LandingPage() {