From 72f4af8bc8a4e7a45b1c5d1bb35a147eeb628324 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:11:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 45a93e8..4abfa83 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Georgia } from "next/font/google"; export const metadata: Metadata = { - title: 'Oltre Studios | Premium Branding & Social Agency', - description: 'Oltre Studios helps small businesses and startups scale with premium brand playbooks and monthly social media retainers. Let\'s go beyond.', + title: 'Oltre Studios | Brand Playbooks & Social Media Retainers', + description: 'Premium brand playbooks and monthly social media retainers for small businesses and startups.', openGraph: { "title": "Oltre Studios | Branding & Social Media", "siteName": "Oltre Studios", -- 2.49.1 From d586faf75f21dd2942a16c8b45737560c1f21773 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:11:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e26dc98..90018de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,17 +7,17 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from 'next/link'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; const navItems = [{ name: 'Home', id: '/' }]; export default function Home() { return ( - +
@@ -57,13 +57,26 @@ export default function Home() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: '1', title: 'Brand Playbooks', tags: ['Strategy', 'Visual Identity'], imageSrc: 'http://img.b2bpic.net/free-photo/3d-rendering-black-torn-paper_23-2151866954.jpg' }, - { id: '2', title: 'Monthly Social Media Retainers', tags: ['Content', 'Growth'], imageSrc: 'http://img.b2bpic.net/free-photo/pregnant-woman-black-clothes-stands-grey-wall_8353-7850.jpg' } + { id: '1', title: 'Brand Playbooks', tags: ['Strategy', 'Visual Identity'], imageSrc: 'http://img.b2bpic.net/free-photo/3d-rendering-black-torn-paper_23-2151866954.jpg', imageAlt: 'Brand Playbook Concept' }, + { id: '2', title: 'Monthly Social Media Retainers', tags: ['Content', 'Growth'], imageSrc: 'http://img.b2bpic.net/free-photo/pregnant-woman-black-clothes-stands-grey-wall_8353-7850.jpg', imageAlt: 'Social Media Retainer Strategy' } ]} title="What we do" description="Dedicated to elevating brands through strategy and consistency." />
+
+ +