diff --git a/src/app/page.tsx b/src/app/page.tsx
index cb603aa..b702f35 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,30 +43,17 @@ export default function LandingPage() {
@@ -92,18 +64,9 @@ export default function LandingPage() {
title="Crafting Visual Legacies"
description="With over a decade of industry-defining work, we balance precision with passion. Our studio ensures every frame resonates with the narrative intent of our clients."
metrics={[
- {
- value: "1500+",
- title: "Projects Completed",
- },
- {
- value: "24/7",
- title: "Precision Workflow",
- },
- {
- value: "50+",
- title: "Global Partners",
- },
+ { value: "1500+", title: "Projects Completed" },
+ { value: "24/7", title: "Precision Workflow" },
+ { value: "50+", title: "Global Partners" },
]}
imageSrc="http://img.b2bpic.net/free-photo/bunch-cosmetics-beauty-vlogger_23-2148916352.jpg"
mediaAnimation="slide-up"
@@ -119,33 +82,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Cinematic",
- name: "Urban Noir Series",
- price: "Finish: 4K",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-background_58702-2597.jpg",
- },
- {
- id: "2",
- brand: "Commercial",
- name: "High-Tech Narrative",
- price: "Finish: 6K",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-freelancers-editing-film-footage-computer-using-movie-making-software-with-visual-sound-effects-working-post-production-montage-make-creative-content-app_482257-49850.jpg",
- },
- {
- id: "3",
- brand: "Indie",
- name: "Lyrical Motion",
- price: "Finish: 4K",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459671.jpg",
- },
+ { id: "1", brand: "Cinematic", name: "Urban Noir Series", price: "Finish: 4K", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-background_58702-2597.jpg" },
+ { id: "2", brand: "Commercial", name: "High-Tech Narrative", price: "Finish: 6K", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/diverse-freelancers-editing-film-footage-computer-using-movie-making-software-with-visual-sound-effects-working-post-production-montage-make-creative-content-app_482257-49850.jpg" },
+ { id: "3", brand: "Indie", name: "Lyrical Motion", price: "Finish: 4K", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459671.jpg" },
]}
title="Featured Post-Production Works"
description="A glimpse into our recent color grading and finishing projects."
@@ -157,30 +96,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: 1,
- tag: "Process",
- title: "Color Calibration",
- subtitle: "Perfect Hue Accuracy",
- description: "Strict industry adherence to color space standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg?_wi=1",
- },
- {
- id: 2,
- tag: "Technology",
- title: "4K/8K Finishing",
- subtitle: "High Resolution Mastery",
- description: "Delivering crisp details for every screen format.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg?_wi=2",
- },
- {
- id: 3,
- tag: "Support",
- title: "Collaborative Review",
- subtitle: "Client-First Feedback",
- description: "Live session reviews to ensure perfect results.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg?_wi=3",
- },
+ { id: 1, tag: "Process", title: "Color Calibration", subtitle: "Perfect Hue Accuracy", description: "Strict industry adherence to color space standards.", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg" },
+ { id: 2, tag: "Technology", title: "4K/8K Finishing", subtitle: "High Resolution Mastery", description: "Delivering crisp details for every screen format.", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg" },
+ { id: 3, tag: "Support", title: "Collaborative Review", subtitle: "Client-First Feedback", description: "Live session reviews to ensure perfect results.", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066388.jpg" },
]}
title="Precision-Driven Workflow"
description="Our studio is equipped with the latest industry-standard tools to provide a seamless finishing experience."
@@ -189,31 +107,14 @@ export default function LandingPage() {