diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7bede5b..06d1eda 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, Layout, Code, Shield } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -31,26 +32,11 @@ export default function LandingPage() {
@@ -58,69 +44,22 @@ export default function LandingPage() {
@@ -128,44 +67,15 @@ export default function LandingPage() {
@@ -255,46 +129,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Miller",
- role: "CMO",
- company: "TechStream",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg",
- },
- {
- id: "t2",
- name: "David Chen",
- role: "CEO",
- company: "NexGen",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-bored-man-sitting-couch-flipping-though-tv-channels_482257-126574.jpg",
- },
- {
- id: "t3",
- name: "Alex Rivers",
- role: "Designer",
- company: "Moda",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213615.jpg",
- },
- {
- id: "t4",
- name: "Marcus Thorne",
- role: "Founder",
- company: "ThorneCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-coffee_1157-31442.jpg",
- },
- {
- id: "t5",
- name: "Julia V.",
- role: "Product",
- company: "Innovate",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg",
- },
+ { id: "t1", name: "Sarah Miller", role: "CMO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg" },
+ { id: "t2", name: "David Chen", role: "CEO", company: "NexGen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-bored-man-sitting-couch-flipping-though-tv-channels_482257-126574.jpg" },
+ { id: "t3", name: "Alex Rivers", role: "Designer", company: "Moda", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213615.jpg" },
+ { id: "t4", name: "Marcus Thorne", role: "Founder", company: "ThorneCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-coffee_1157-31442.jpg" },
+ { id: "t5", name: "Julia V.", role: "Product", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg" },
]}
title="What They Say"
description="The Noomo touch redefined our online presence."
@@ -306,21 +145,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "How do you start a project?",
- content: "We begin with a deep discovery session where the story defines the technical path.",
- },
- {
- id: "f2",
- title: "Do you provide 3D assets?",
- content: "Yes, we handle end-to-end 3D modeling and integration for web.",
- },
- {
- id: "f3",
- title: "What is the typical timeline?",
- content: "Timelines depend on complexity but our agile process ensures efficiency.",
- },
+ { id: "f1", title: "How do you start a project?", content: "We begin with a deep discovery session where the story defines the technical path." },
+ { id: "f2", title: "Do you provide 3D assets?", content: "Yes, we handle end-to-end 3D modeling and integration for web." },
+ { id: "f3", title: "What is the typical timeline?", content: "Timelines depend on complexity but our agile process ensures efficiency." },
]}
title="Common Questions"
description="Everything you need to know about our process."
@@ -331,16 +158,9 @@ export default function LandingPage() {
@@ -349,45 +169,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-9923.jpg"
logoText="Noomo"
columns={[
- {
- title: "Agency",
- items: [
- {
- label: "Work",
- href: "#work",
- },
- {
- label: "About",
- href: "#story",
- },
- ],
- },
- {
- title: "Resources",
- items: [
- {
- label: "Insights",
- href: "#",
- },
- {
- label: "Labs",
- href: "#",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ { title: "Agency", items: [{ label: "Work", href: "#work" }, { label: "About", href: "#story" }] },
+ { title: "Resources", items: [{ label: "Insights", href: "#" }, { label: "Labs", href: "#" }] },
+ { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>