From 199444543d831e3c2fb5c20ffe0624bd8749cf96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:15:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27eb234..41d428f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,7 +166,7 @@ export default function LandingPage() { id: "p7", name: "Cowboys Detailing Promotional Video", price: "Client Project", variant: "Automotive Marketing", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-detailing-shop_23-2149221142.jpg", imageAlt: "Promotional video for Cowboys Detailing" }, { - id: "p8", name: "High School AVID Promotion Video", price: "Educational Project", variant: "Non-Profit / Education", imageSrc: "http://img.b2bpic.net/free-photo/students-wearing-graduation-gowns-raising-their-arms-air-celebrate-graduation_23-2149463510.jpg", alt: "AVID promotion video for high school" + id: "p8", name: "High School AVID Promotion Video", price: "Educational Project", variant: "Non-Profit / Education", imageSrc: "http://img.b2bpic.net/free-photo/students-wearing-graduation-gowns-raising-their-arms-air-celebrate-graduation_23-2149463510.jpg", imageAlt: "AVID promotion video for high school" } ]} title="Our Featured Projects & Client Work" -- 2.49.1