diff --git a/src/app/page.tsx b/src/app/page.tsx
index e10fb3e..6cad10e 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 { Zap, Shield, Building, FileCheck } from 'lucide-react';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -29,123 +30,73 @@ export default function LandingPage() {
@@ -156,9 +107,7 @@ export default function LandingPage() {
title="Why Choose Us?"
buttons={[
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
]}
/>
@@ -169,28 +118,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Roof Repairs",
- description: "Expert solutions for leaks, pipe fittings, and general damage.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
- buttonIcon: "Zap",
+ title: "Roof Repairs", description: "Expert solutions for leaks, pipe fittings, and general damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", buttonIcon: Zap,
},
{
- title: "Full Roof Replacement",
- description: "High-quality, long-lasting roof installations.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg",
- buttonIcon: "Shield",
+ title: "Full Roof Replacement", description: "High-quality, long-lasting roof installations.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", buttonIcon: Shield,
},
{
- title: "Facade Renovation",
- description: "Specialized facade work for condominiums and homes.",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-wall-blue-sky_23-2148742517.jpg",
- buttonIcon: "Building",
+ title: "Facade Renovation", description: "Specialized facade work for condominiums and homes.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-wall-blue-sky_23-2148742517.jpg", buttonIcon: Building,
},
{
- title: "Documentation",
- description: "Comprehensive follow-up documentation for your records.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessmen-analyzing-business-plan-tablet_23-2148252119.jpg",
- buttonIcon: "FileCheck",
+ title: "Documentation", description: "Comprehensive follow-up documentation for your records.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-analyzing-business-plan-tablet_23-2148252119.jpg", buttonIcon: FileCheck,
},
]}
title="Our Expertise"
@@ -208,25 +145,13 @@ export default function LandingPage() {
description="We believe in transparency and measurable results for every client."
metrics={[
{
- id: "m1",
- value: "15+",
- description: "Years of Experience",
- },
+ id: "m1", value: "15+", description: "Years of Experience"},
{
- id: "m2",
- value: "800+",
- description: "Projects Completed",
- },
+ id: "m2", value: "800+", description: "Projects Completed"},
{
- id: "m3",
- value: "98%",
- description: "Customer Satisfaction",
- },
+ id: "m3", value: "98%", description: "Customer Satisfaction"},
{
- id: "m4",
- value: "24h",
- description: "Average Response Time",
- },
+ id: "m4", value: "24h", description: "Average Response Time"},
]}
/>
@@ -238,27 +163,16 @@ export default function LandingPage() {
description="Ready for your next construction or renovation project? Contact us today for a professional quote."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your project...",
- rows: 4,
+ name: "message", placeholder: "Tell us about your project...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/calculator-pen-draft_23-2147785586.jpg"
/>
@@ -269,29 +183,19 @@ export default function LandingPage() {
logoText="Oslo Bygg"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Roofing",
- href: "#services",
- },
+ label: "Roofing", href: "#services"},
{
- label: "Facade Work",
- href: "#services",
- },
+ label: "Facade Work", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}