diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe5799f..fe41e25 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, MousePointer, Smartphone, BarChart } from 'lucide-react';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -55,100 +44,27 @@ export default function LandingPage() {
@@ -157,20 +73,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Designed for Everyone, Built for Growth"
description="Our AI-powered engine takes care of the technical complexity so you can focus on your brand. From small business owners to marketing managers, we empower everyone to succeed online."
- metrics={[
- {
- value: "10k+",
- title: "Websites Built",
- },
- {
- value: "20m",
- title: "Minutes Saved",
- },
- {
- value: "99.9%",
- title: "Uptime",
- },
- ]}
+ metrics={[{ value: "10k+", title: "Websites Built" }, { value: "20m", title: "Minutes Saved" }, { value: "99.9%", title: "Uptime" }]}
imageSrc="http://img.b2bpic.net/free-photo/working-process-night-musician-is-creating-music-night_169016-17532.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
@@ -182,30 +85,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "AI Design Engine",
- description: "Generate layouts based on your brand goals automatically.",
- imageSrc: "http://img.b2bpic.net/free-photo/global-business-strategy-planning-icon-concept_53876-120444.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Drag & Drop Editor",
- description: "Intuitive controls to customize your site in real-time.",
- imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901787.jpg",
- buttonIcon: "MousePointer",
- },
- {
- title: "Responsive Designs",
- description: "Sites that look great on every device instantly.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-close-up_23-2148308536.jpg",
- buttonIcon: "Smartphone",
- },
- {
- title: "Built-in Analytics",
- description: "Track your progress and grow your business with data.",
- imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg",
- buttonIcon: "BarChart",
- },
+ { title: "AI Design Engine", description: "Generate layouts based on your brand goals automatically.", imageSrc: "http://img.b2bpic.net/free-photo/global-business-strategy-planning-icon-concept_53876-120444.jpg", buttonIcon: Zap },
+ { title: "Drag & Drop Editor", description: "Intuitive controls to customize your site in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901787.jpg", buttonIcon: MousePointer },
+ { title: "Responsive Designs", description: "Sites that look great on every device instantly.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-close-up_23-2148308536.jpg", buttonIcon: Smartphone },
+ { title: "Built-in Analytics", description: "Track your progress and grow your business with data.", imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", buttonIcon: BarChart }
]}
title="Everything You Need to Succeed"
description="Professional tools for non-technical users to create stunning digital experiences."
@@ -218,46 +101,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@sarahbiz",
- testimonial: "I never thought I could build a site myself, but BuildAI made it effortless.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-businesswoman-holding-cup_23-2148452644.jpg",
- },
- {
- id: "2",
- name: "Mike R.",
- handle: "@mikemktg",
- testimonial: "The AI design quality is simply unmatched for the price point.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
- },
- {
- id: "3",
- name: "Elena D.",
- handle: "@elenadesign",
- testimonial: "Everything just works. I launched in 30 minutes.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/self-employed-analyst-working-financial-audits-budget-planning-laptop_482257-90911.jpg",
- },
- {
- id: "4",
- name: "David K.",
- handle: "@dk_creative",
- testimonial: "Finally, the web design bottleneck is solved for our team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-green-shirt-standing-desk_23-2148401379.jpg",
- },
- {
- id: "5",
- name: "Chloe B.",
- handle: "@chloe_grow",
- testimonial: "Beautiful results that actually convert.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@sarahbiz", testimonial: "I never thought I could build a site myself, but BuildAI made it effortless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-businesswoman-holding-cup_23-2148452644.jpg" },
+ { id: "2", name: "Mike R.", handle: "@mikemktg", testimonial: "The AI design quality is simply unmatched for the price point.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg" },
+ { id: "3", name: "Elena D.", handle: "@elenadesign", testimonial: "Everything just works. I launched in 30 minutes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/self-employed-analyst-working-financial-audits-budget-planning-laptop_482257-90911.jpg" },
+ { id: "4", name: "David K.", handle: "@dk_creative", testimonial: "Finally, the web design bottleneck is solved for our team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-green-shirt-standing-desk_23-2148401379.jpg" },
+ { id: "5", name: "Chloe B.", handle: "@chloe_grow", testimonial: "Beautiful results that actually convert.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg" }
]}
showRating={true}
title="Trusted by Creators Everywhere"
@@ -267,25 +115,14 @@ export default function LandingPage() {
@@ -396,45 +178,9 @@ export default function LandingPage() {