From f6182d4f2c99e478fd4f9b753afda87d6ee70330 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 14:02:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c198394..0c4e644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -28,98 +28,31 @@ export default function LandingPage() { >
@@ -131,20 +64,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Neural Networks", - description: "Custom neural architecture tailored to specific business requirements.", - imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-vector-concept-illustration-isolated-white-background_8130-2298.jpg", - }, + title: "Neural Networks", description: "Custom neural architecture tailored to specific business requirements.", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-vector-concept-illustration-isolated-white-background_8130-2298.jpg"}, { - title: "Big Data Analysis", - description: "Processing vast datasets to uncover actionable insights for rapid growth.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg", - }, + title: "Big Data Analysis", description: "Processing vast datasets to uncover actionable insights for rapid growth.", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg"}, { - title: "Automated Systems", - description: "Streamlining operations through advanced robotics and automated intelligence.", - imageSrc: "http://img.b2bpic.net/free-photo/simulation-software-computer-monitor-empty-solar-panels-plant_482257-120776.jpg", - }, + title: "Automated Systems", description: "Streamlining operations through advanced robotics and automated intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/simulation-software-computer-monitor-empty-solar-panels-plant_482257-120776.jpg"}, ]} title="Why Choose Us" description="We lead the market with state-of-the-art AI integration for local and international enterprises." @@ -157,14 +81,8 @@ export default function LandingPage() { title="Building the Future" description="Our mission is to digitalize Uzbekistan's economy using the most advanced AI frameworks available today." metrics={[ - { - value: "99.9%", - title: "Accuracy Rate", - }, - { - value: "40%", - title: "Efficiency Increase", - }, + { value: "99.9%", title: "Accuracy Rate" }, + { value: "40%", title: "Efficiency Increase" }, ]} imageSrc="http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg" mediaAnimation="blur-reveal" @@ -179,42 +97,9 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "1", - name: "Core Engine", - price: "$9,999", - imageSrc: "http://img.b2bpic.net/free-photo/driver-steering-wheel-car-dashboard-gps-smartphone_169016-68694.jpg", - }, - { - id: "2", - name: "Analytics Pro", - price: "$4,499", - imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", - }, - { - id: "3", - name: "Cloud Hub", - price: "$2,999", - imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg", - }, - { - id: "4", - name: "Cyber Secure", - price: "$5,999", - imageSrc: "http://img.b2bpic.net/free-photo/watched-cloud_1048-1665.jpg", - }, - { - id: "5", - name: "Data Keeper", - price: "$3,999", - imageSrc: "http://img.b2bpic.net/free-photo/advanced-cyber-surveillance-room-with-no-personnel-present_482257-105505.jpg", - }, - { - id: "6", - name: "Workflow AI", - price: "$1,999", - imageSrc: "http://img.b2bpic.net/free-photo/it-professional-supervising-data-center-workplace-checking-hardware_482257-122186.jpg", - }, + { id: "1", name: "Core Engine", price: "$9,999", imageSrc: "http://img.b2bpic.net/free-photo/driver-steering-wheel-car-dashboard-gps-smartphone_169016-68694.jpg" }, + { id: "2", name: "Analytics Pro", price: "$4,499", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" }, + { id: "3", name: "Cloud Hub", price: "$2,999", imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-servers-monitoring_482257-89019.jpg" }, ]} title="Our Solutions" description="Explore our portfolio of AI products designed to scale your operations." @@ -222,92 +107,46 @@ export default function LandingPage() {
-
-
-
-- 2.49.1