From 5372bf82c84f5f4fbaf9ec427f8622a42d498bcf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:30:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acc2f82..d744ec8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Production", title: "Video Production", subtitle: "Cinematic storytelling that captivates", description: "From concept to final cut, we produce high-quality videos that capture attention and drive engagement. Our in-house production team handles everything from commercials to documentaries with professional equipment and creative expertise.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg", imageAlt: "Video production quality cinematography" + tag: "Production", title: "Video Production", subtitle: "Cinematic storytelling that captivates", description: "From concept to final cut, we produce high-quality videos that capture attention and drive engagement. Our in-house production team handles everything from commercials to documentaries with professional equipment and creative expertise.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg?_wi=1", imageAlt: "Video production quality cinematography" }, { id: 2, - tag: "Strategy", title: "Content Strategy", subtitle: "Data-driven content that converts", description: "We develop tailored content strategies that align with your brand goals and audience insights. Our approach combines creative thinking with analytics to ensure every piece of content delivers measurable results.", imageSrc: "http://img.b2bpic.net/free-photo/hands-male-business-executive-using-laptop_1170-2940.jpg", imageAlt: "branding design agency portfolio" + tag: "Strategy", title: "Content Strategy", subtitle: "Data-driven content that converts", description: "We develop tailored content strategies that align with your brand goals and audience insights. Our approach combines creative thinking with analytics to ensure every piece of content delivers measurable results.", imageSrc: "http://img.b2bpic.net/free-photo/hands-male-business-executive-using-laptop_1170-2940.jpg?_wi=1", imageAlt: "branding design agency portfolio" }, { id: 3, - tag: "Design", title: "Brand Design", subtitle: "Visual identity that stands out", description: "Our design team creates distinctive visual identities that reflect your brand's values and resonate with your target market. From logos to complete brand systems, we craft designs that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-booklet_23-2147731383.jpg", imageAlt: "professional video production case study" + tag: "Design", title: "Brand Design", subtitle: "Visual identity that stands out", description: "Our design team creates distinctive visual identities that reflect your brand's values and resonate with your target market. From logos to complete brand systems, we craft designs that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-booklet_23-2147731383.jpg?_wi=1", imageAlt: "professional video production case study" }, ]} /> @@ -116,13 +116,13 @@ export default function LandingPage() { tag="Featured Work" products={[ { - id: "1", name: "Premium Brand Video Campaign", price: "Luxury Goods", variant: "Commercial Production", imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-booklet_23-2147731383.jpg", imageAlt: "Brand video campaign showcase" + id: "1", name: "Premium Brand Video Campaign", price: "Luxury Goods", variant: "Commercial Production", imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-booklet_23-2147731383.jpg?_wi=2", imageAlt: "Brand video campaign showcase" }, { - id: "2", name: "Social Media Content Series", price: "Tech Startup", variant: "Content Strategy", imageSrc: "http://img.b2bpic.net/free-photo/hands-male-business-executive-using-laptop_1170-2940.jpg", imageAlt: "Social media content series" + id: "2", name: "Social Media Content Series", price: "Tech Startup", variant: "Content Strategy", imageSrc: "http://img.b2bpic.net/free-photo/hands-male-business-executive-using-laptop_1170-2940.jpg?_wi=2", imageAlt: "Social media content series" }, { - id: "3", name: "Documentary Production", price: "Non-Profit Organization", variant: "Full Production", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg", imageAlt: "Documentary production project" + id: "3", name: "Documentary Production", price: "Non-Profit Organization", variant: "Full Production", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg?_wi=2", imageAlt: "Documentary production project" }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1