diff --git a/src/app/page.tsx b/src/app/page.tsx index 06224be..2cebe7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Award, Linkedin, TrendingUp, Twitter, Users } from "lucide-react"; export default function LandingPage() { @@ -31,14 +31,11 @@ export default function LandingPage() { @@ -76,15 +57,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Impact Driven Growth" metrics={[ - { - icon: Users, - label: "Clients Served", value: "500+"}, - { - icon: TrendingUp, - label: "Growth Rate", value: "150%"}, - { - icon: Award, - label: "Awards Won", value: "25+"}, + { icon: Users, label: "Clients Served", value: "500+" }, + { icon: TrendingUp, label: "Growth Rate", value: "150%" }, + { icon: Award, label: "Awards Won", value: "25+" }, ]} metricsAnimation="slide-up" /> @@ -96,12 +71,9 @@ export default function LandingPage() { title="Comprehensive Business Services" description="Explore our core services tailored for modern business growth and optimization." accordionItems={[ - { - id: "f1", title: "Strategic Consulting", content: "Tailored roadmaps for sustainable growth."}, - { - id: "f2", title: "Digital Transformation", content: "Modernizing legacy systems with latest tech."}, - { - id: "f3", title: "Brand Development", content: "Creating identities that resonate globally."}, + { id: "f1", title: "Strategic Consulting", content: "Tailored roadmaps for sustainable growth." }, + { id: "f2", title: "Digital Transformation", content: "Modernizing legacy systems with latest tech." }, + { id: "f3", title: "Brand Development", content: "Creating identities that resonate globally." }, ]} mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/multiethnic-leaders-business-meeting-brainstorming-growth-strategy_482257-124049.jpg" @@ -115,18 +87,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "Starter Toolkit", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg"}, - { - id: "p2", name: "Analytics Pro", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg"}, - { - id: "p3", name: "SaaS Platform", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg"}, - { - id: "p4", name: "Growth Suite", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/glossy-gradient-facebook-logo_23-2152009926.jpg"}, - { - id: "p5", name: "Efficiency Pack", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-desk-arrangement_23-2148128260.jpg"}, - { - id: "p6", name: "Ultimate Hub", price: "$999", imageSrc: "http://img.b2bpic.net/free-vector/abstract-modern-business-card_1017-8642.jpg"}, + { id: "p1", name: "Starter Toolkit", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg" }, + { id: "p2", name: "Analytics Pro", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg" }, + { id: "p3", name: "SaaS Platform", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" }, ]} title="Strategic Toolkits" description="Premium resources and tools to jumpstart your business operations." @@ -134,70 +97,48 @@ export default function LandingPage() {
-
-
-
@@ -205,3 +146,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "I have added a customer testimonials section to showcase social proof, an FAQ section addressing common installment questions, a new contact section specifically highlighting our Saudi Arabia presence, and a detailed footer with professional business information and legal links. I also updated the navigation to reflect these new sections." +} \ No newline at end of file