diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8710c04..06b5059 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 { Clock, Code, Check, Rocket } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -30,22 +31,14 @@ export default function LandingPage() {
@@ -56,38 +49,24 @@ export default function LandingPage() {
description="Premium, high-converting digital experiences for food businesses. We deliver your custom restaurant site in 5 days flat—no stress, just sales."
buttons={[
{
- text: "See Packages",
- href: "#pricing",
- },
+ text: "See Packages", href: "#pricing"},
{
- text: "View Our Work",
- href: "#work",
- },
+ text: "View Our Work", href: "#work"},
]}
imageSrc="http://img.b2bpic.net/free-photo/designer-work-office_158595-1208.jpg"
showDimOverlay={true}
avatarText="Trusted by 100+ local restaurants"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg",
- alt: "Urban apartment with a minimalist home office and wooden furniture",
- },
+ src: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg", alt: "Urban apartment with a minimalist home office and wooden furniture"},
{
- src: "http://img.b2bpic.net/free-photo/man-studio-films-tablet-video-review-tech-enthusiasts_482257-116480.jpg",
- alt: "Man in studio films tablet video review for tech enthusiasts",
- },
+ src: "http://img.b2bpic.net/free-photo/man-studio-films-tablet-video-review-tech-enthusiasts_482257-116480.jpg", alt: "Man in studio films tablet video review for tech enthusiasts"},
{
- src: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13258.jpg",
- alt: "At the cozy dark loft attractive student is sitting on the table while studying.",
- },
+ src: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13258.jpg", alt: "At the cozy dark loft attractive student is sitting on the table while studying."},
{
- src: "http://img.b2bpic.net/free-photo/auditor-looking-capital-investments-expansion-strategy_482257-75305.jpg",
- alt: "Auditor looking over capital investments expansion strategy",
- },
+ src: "http://img.b2bpic.net/free-photo/auditor-looking-capital-investments-expansion-strategy_482257-75305.jpg", alt: "Auditor looking over capital investments expansion strategy"},
{
- src: "http://img.b2bpic.net/free-psd/photography-landing-page_23-2148843181.jpg",
- alt: "Photography landing page",
- },
+ src: "http://img.b2bpic.net/free-psd/photography-landing-page_23-2148843181.jpg", alt: "Photography landing page"},
]}
/>
@@ -100,41 +79,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Ma Dear's Kitchen",
- price: "Live Project",
- imageSrc: "http://img.b2bpic.net/free-vector/flat-street-food-landing-page_23-2149030909.jpg",
- },
+ id: "p1", name: "Ma Dear's Kitchen", price: "Live Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-street-food-landing-page_23-2149030909.jpg"},
{
- id: "p2",
- name: "Capovilla Plumbing",
- price: "Live Project",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-striped-pencil-black-white-blankets-leaf-shadow-beige-blank_23-2148296265.jpg",
- },
+ id: "p2", name: "Capovilla Plumbing", price: "Live Project", imageSrc: "http://img.b2bpic.net/free-photo/black-white-striped-pencil-black-white-blankets-leaf-shadow-beige-blank_23-2148296265.jpg"},
{
- id: "p3",
- name: "Coming Soon",
- price: "In Development",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-light-box-with-gold-glitter_23-2148657640.jpg",
- },
+ id: "p3", name: "Coming Soon", price: "In Development", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-light-box-with-gold-glitter_23-2148657640.jpg"},
{
- id: "p4",
- name: "Coming Soon",
- price: "In Development",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vibrant-bent-paper-sheets_23-2148428683.jpg",
- },
+ id: "p4", name: "Coming Soon", price: "In Development", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vibrant-bent-paper-sheets_23-2148428683.jpg"},
{
- id: "p5",
- name: "Coming Soon",
- price: "In Development",
- imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-go-green-concept_53876-133663.jpg",
- },
+ id: "p5", name: "Coming Soon", price: "In Development", imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-go-green-concept_53876-133663.jpg"},
{
- id: "p6",
- name: "Coming Soon",
- price: "In Development",
- imageSrc: "http://img.b2bpic.net/free-psd/gradient-geometric-shapes-template_23-2151858226.jpg",
- },
+ id: "p6", name: "Coming Soon", price: "In Development", imageSrc: "http://img.b2bpic.net/free-psd/gradient-geometric-shapes-template_23-2151858226.jpg"},
]}
title="Selected Projects"
description="From soul food joints to local service brands, we build platforms that scale."
@@ -145,36 +100,17 @@ export default function LandingPage() {