diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3784657..dcabca8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,8 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import { CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,12 +30,10 @@ export default function LandingPage() {
@@ -64,12 +62,9 @@ export default function LandingPage() {
title="Transforming Visions into Digital Reality"
description="We bridge the gap for small businesses by building modern, responsive, and high-tech websites that captivate and convert your target audience."
metrics={[
- {
- value: "150%", title: "Avg Traffic Boost"},
- {
- value: "99.9%", title: "Uptime Reliability"},
- {
- value: "24/7", title: "Expert Support"},
+ { value: "150%", title: "Avg Traffic Boost" },
+ { value: "99.9%", title: "Uptime Reliability" },
+ { value: "24/7", title: "Expert Support" },
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg"
mediaAnimation="blur-reveal"
@@ -82,34 +77,46 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Design", title: "Modern UI/UX", subtitle: "Captivating visuals", description: "Custom designs crafted to hold attention and boost engagement.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-email-icon-with-two-messages_1134-66.jpg"},
- {
- tag: "Tech", title: "Mobile Responsive", subtitle: "Works everywhere", description: "Seamless functionality on every device for every customer.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg"},
- {
- tag: "Data", title: "Performance Analytics", subtitle: "Track your success", description: "Real-time metrics to guide your business growth and decisions.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg"},
+ { tag: "Design", title: "Modern UI/UX", subtitle: "Captivating visuals", description: "Custom designs crafted to hold attention and boost engagement.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-email-icon-with-two-messages_1134-66.jpg" },
+ { tag: "Tech", title: "Mobile Responsive", subtitle: "Works everywhere", description: "Seamless functionality on every device for every customer.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg" },
+ { tag: "Data", title: "Performance Analytics", subtitle: "Track your success", description: "Real-time metrics to guide your business growth and decisions.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg" },
]}
title="Built for Growth & Scalability"
description="Our core services ensure your brand stands out with modern design and robust performance."
/>
+
+