diff --git a/src/app/page.tsx b/src/app/page.tsx
index e2d3200..c32bc4d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,15 +50,11 @@ export default function LandingPage() {
description="Turning your vision into cinematic reality. High-end video production, editing, and storytelling for brands and creators."
buttons={[
{
- text: "View Portfolio",
- href: "#work",
- },
+ text: "View Portfolio", href: "#work"},
{
- text: "Contact Me",
- href: "#contact",
- },
+ text: "Contact Me", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/lots-led-lightning-systems-few-with-color-filters-stairs-movie-set_1268-15947.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/lots-led-lightning-systems-few-with-color-filters-stairs-movie-set_1268-15947.jpg"
imageAlt="Cinematic production studio"
/>
@@ -78,23 +66,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "1",
- icon: Camera,
- title: "Projects Completed",
- value: "150+",
- },
+ id: "1", icon: Camera,
+ title: "Projects Completed", value: "150+"},
{
- id: "2",
- icon: Award,
- title: "Awards Won",
- value: "12",
- },
+ id: "2", icon: Award,
+ title: "Awards Won", value: "12"},
{
- id: "3",
- icon: Users,
- title: "Satisfied Clients",
- value: "85+",
- },
+ id: "3", icon: Users,
+ title: "Satisfied Clients", value: "85+"},
]}
title="Impact by the Numbers"
description="Evidence of excellence in every frame, delivered to global clients."
@@ -103,46 +82,23 @@ export default function LandingPage() {
@@ -351,41 +238,27 @@ export default function LandingPage() {
{
items: [
{
- label: "Work",
- href: "#work",
- },
+ label: "Work", href: "#work"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
{
items: [
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
{
- label: "LinkedIn",
- href: "https://linkedin.com",
- },
+ label: "LinkedIn", href: "https://linkedin.com"},
],
},
]}