diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0786611..ad89f78 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Shield } from "lucide-react";
+import { Shield, Zap, Target, RefreshCw, BarChart2, Cloud } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -51,68 +42,30 @@ export default function LandingPage() {
@@ -135,36 +88,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Strategic Consulting",
- description: "Expert advice to align your business objectives with digital growth.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/business-analytics_53876-163234.jpg",
- },
- {
- title: "Marketing Excellence",
- description: "Tailored marketing strategies that drive engagement and ROI.",
- buttonIcon: "Target",
- imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-788.jpg",
- },
- {
- title: "Workflow Optimization",
- description: "Streamlining processes for faster deployment and operational stability.",
- buttonIcon: "RefreshCw",
- imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-progress-close-up_23-2149151161.jpg",
- },
- {
- title: "Data Analytics",
- description: "Turning raw information into actionable business insights.",
- buttonIcon: "BarChart2",
- imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
- },
- {
- title: "Cloud Infrastructure",
- description: "Scalable cloud solutions for modern enterprise agility.",
- buttonIcon: "Cloud",
- imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
- },
+ { title: "Strategic Consulting", description: "Expert advice to align your business objectives with digital growth.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/business-analytics_53876-163234.jpg" },
+ { title: "Marketing Excellence", description: "Tailored marketing strategies that drive engagement and ROI.", buttonIcon: Target, imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-788.jpg" },
+ { title: "Workflow Optimization", description: "Streamlining processes for faster deployment and operational stability.", buttonIcon: RefreshCw, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-progress-close-up_23-2149151161.jpg" },
+ { title: "Data Analytics", description: "Turning raw information into actionable business insights.", buttonIcon: BarChart2, imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg" },
+ { title: "Cloud Infrastructure", description: "Scalable cloud solutions for modern enterprise agility.", buttonIcon: Cloud, imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" },
]}
title="Optimized Agency Solutions"
description="Everything you need to scale operations and improve your conversion efficiency."
@@ -178,21 +106,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "150%",
- description: "Average Growth",
- },
- {
- id: "m2",
- value: "500+",
- description: "Projects Managed",
- },
- {
- id: "m3",
- value: "98%",
- description: "Client Retention",
- },
+ { id: "m1", value: "150%", description: "Average Growth" },
+ { id: "m2", value: "500+", description: "Projects Managed" },
+ { id: "m3", value: "98%", description: "Client Retention" },
]}
title="Results You Can Trust"
description="Our numbers speak for the impact we deliver for our clients."
@@ -205,41 +121,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@smiller",
- testimonial: "Auctelligent transformed our workflow efficiency beyond expectations.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg",
- },
- {
- id: "2",
- name: "John Doe",
- handle: "@johnd",
- testimonial: "The analytical insights provided are unmatched in the industry.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2210.jpg",
- },
- {
- id: "3",
- name: "Emily Chen",
- handle: "@echen",
- testimonial: "A truly professional team that cares about long-term success.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
- },
- {
- id: "4",
- name: "Marcus Aurelius",
- handle: "@marka",
- testimonial: "Seamless integration of strategy and execution.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
- },
- {
- id: "5",
- name: "Lisa Wang",
- handle: "@lisaw",
- testimonial: "Exceptional results, highly recommend their services.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg",
- },
+ { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Auctelligent transformed our workflow efficiency beyond expectations.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg" },
+ { id: "2", name: "John Doe", handle: "@johnd", testimonial: "The analytical insights provided are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2210.jpg" },
+ { id: "3", name: "Emily Chen", handle: "@echen", testimonial: "A truly professional team that cares about long-term success.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" },
+ { id: "4", name: "Marcus Aurelius", handle: "@marka", testimonial: "Seamless integration of strategy and execution.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg" },
+ { id: "5", name: "Lisa Wang", handle: "@lisaw", testimonial: "Exceptional results, highly recommend their services.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg" },
]}
title="What Our Clients Say"
description="Trusted by leading companies to navigate their growth journey."
@@ -251,14 +137,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Microsoft",
- "Google",
- "Amazon",
- "Apple",
- "Oracle",
- "IBM",
- "Meta",
- ]}
+ "Microsoft", "Google", "Amazon", "Apple", "Oracle", "IBM", "Meta"]}
title="Partners in Innovation"
description="Joining forces with industry leaders globally."
/>
@@ -269,21 +148,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "How do we begin?",
- content: "Reach out to schedule a consultation regarding your business requirements.",
- },
- {
- id: "f2",
- title: "What industries do you serve?",
- content: "We serve tech, retail, education, and finance sectors with tailored strategies.",
- },
- {
- id: "f3",
- title: "How long are contracts?",
- content: "Our engagement models are flexible to match your specific timeline and project goals.",
- },
+ { id: "f1", title: "How do we begin?", content: "Reach out to schedule a consultation regarding your business requirements." },
+ { id: "f2", title: "What industries do you serve?", content: "We serve tech, retail, education, and finance sectors with tailored strategies." },
+ { id: "f3", title: "How long are contracts?", content: "Our engagement models are flexible to match your specific timeline and project goals." },
]}
title="Frequently Asked Questions"
description="Get quick answers to common questions about our services."
@@ -294,17 +161,12 @@ export default function LandingPage() {
@@ -314,29 +176,15 @@ export default function LandingPage() {
logoText="Auctelligent"
columns={[
{
- title: "Agency",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Careers",
- href: "#",
- },
+ title: "Agency", items: [
+ { label: "About", href: "#about" },
+ { label: "Careers", href: "#" },
],
},
{
- title: "Resources",
- items: [
- {
- label: "Blog",
- href: "#",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ title: "Resources", items: [
+ { label: "Blog", href: "#" },
+ { label: "Privacy", href: "#" },
],
},
]}