diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c539f..9f4b528 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -144,42 +70,9 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Nike AR Campaign", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg", - }, - { - id: "p2", - name: "Spotify Visualizer", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-ipad_23-2150038502.jpg", - }, - { - id: "p3", - name: "Binance Web3 Experience", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg", - }, - { - id: "p4", - name: "Halyk Bank Immersive", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/blue-magenta-dyes-water_23-2147745441.jpg", - }, - { - id: "p5", - name: "Kaspi Super App UI", - price: "2022", - imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg", - }, - { - id: "p6", - name: "AI Visionaries", - price: "2025", - imageSrc: "http://img.b2bpic.net/free-vector/album-release-website-design_53876-67226.jpg", - }, + { id: "p1", name: "Nike AR Campaign", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg" }, + { id: "p2", name: "Spotify Visualizer", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-ipad_23-2150038502.jpg" }, + { id: "p3", name: "Binance Web3 Experience", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg" }, ]} title="Selected Works" description="Digital experiences for global and local innovators." @@ -191,20 +84,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Immersive Web Experiences", - "3D & WebGL Development", - "Interactive Installations", - ], - }} - positiveCard={{ - items: [ - "Brand Digital Campaigns", - "AI-Powered Experiences", - "AR / VR Prototyping", - ], - }} + negativeCard={{ items: ["Immersive Web Experiences", "3D & WebGL Development", "Interactive Installations"] }} + positiveCard={{ items: ["Brand Digital Campaigns", "AI-Powered Experiences", "AR / VR Prototyping"] }} title="Our Craft" description="Specialized high-end digital services." /> @@ -212,36 +93,16 @@ export default function LandingPage() {
@@ -252,46 +113,8 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah Chen", - role: "Creative Lead", - company: "GlobalDesign", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", - }, - { - id: "t2", - name: "Marcus Thorne", - role: "Tech Director", - company: "InnovateCore", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-front-painting_23-2150771171.jpg", - }, - { - id: "t3", - name: "Elena Volkov", - role: "CEO", - company: "FuturePath", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821393.jpg", - }, - { - id: "t4", - name: "David Park", - role: "Product Designer", - company: "DigitalLife", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346546.jpg", - }, - { - id: "t5", - name: "Lisa Wang", - role: "Marketing Head", - company: "BrandReach", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interactive-contact_1098-14664.jpg", - }, + { id: "t1", name: "Sarah Chen", role: "Creative Lead", company: "GlobalDesign", rating: 5 }, + { id: "t2", name: "Marcus Thorne", role: "Tech Director", company: "InnovateCore", rating: 5 }, ]} title="Client Insights" description="What industry leaders say about our work." @@ -299,73 +122,27 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file