From 737fed6282607f4bdcba6fd0af94b73d07e2c9eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:58:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 74ad4a6..5c1fbe1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,15 +15,15 @@ const raleway = Raleway({ }); export const metadata: Metadata = { - title: "Penfold Studio | Premium Design & Creative Services", description: "Penfold Studio: Award-winning creative studio delivering premium design, branding, and digital experiences. Transform your vision into reality.", keywords: "design studio, creative services, branding, digital design, premium design, creative direction", metadataBase: new URL("https://penfoldstudio.com"), + title: "Penfold Studio | Short Film Production Company", description: "Penfold Studio: Award-winning short film production company specializing in cinematic storytelling, visual narratives, and innovative film projects. Create compelling short films with us.", keywords: "short film production, film production company, cinematic storytelling, short films, video production, film projects, creative filmmaking", metadataBase: new URL("https://penfoldstudio.com"), alternates: { canonical: "https://penfoldstudio.com" }, openGraph: { - title: "Penfold Studio | Premium Design & Creative Services", description: "Award-winning creative studio delivering exceptional design and digital experiences.", url: "https://penfoldstudio.com", siteName: "Penfold Studio", type: "website" + title: "Penfold Studio | Short Film Production", description: "Award-winning short film production company specializing in cinematic storytelling and visual narratives.", url: "https://penfoldstudio.com", siteName: "Penfold Studio", type: "website" }, twitter: { - card: "summary_large_image", title: "Penfold Studio | Premium Creative Services", description: "Transform your vision with premium design and creative excellence." + card: "summary_large_image", title: "Penfold Studio | Short Film Production", description: "Create compelling short films with award-winning cinematic production." }, robots: { index: true, From 244be118fc807420115c916ebb61570f1ff7b165 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:58:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++++++++++++++------------------------ 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 628177b..677f3a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Sparkles, Scissors, Palette, Volume2, Lightbulb, Users, Zap, Star } from "lucide-react"; +import { Film, Clapper, Video, Clapperboard, Lightbulb, Users, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,7 +32,7 @@ export default function LandingPage() { brandName="Penfold Studio" navItems={[ { name: "Home", id: "home" }, - { name: "Work", id: "work" }, + { name: "Projects", id: "work" }, { name: "Services", id: "services" }, { name: "Packages", id: "merch" }, { name: "Connect", id: "contact" } @@ -44,20 +44,20 @@ export default function LandingPage() {
@@ -79,21 +79,21 @@ export default function LandingPage() {