7 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ export default function Layout() {
</main>
<FooterMinimal
brand="Alexander"
copyright="© 2026 Joseph Alexander. All rights reserved."
copyright=""
socialLinks={[
{ icon: "Twitter", href: "#" },
{ icon: "Linkedin", href: "#" },

View File

@@ -19,8 +19,8 @@ import ToolsSection from './HomePage/sections/Tools';export default function Hom
return (
<StyleProvider siteBackground="none" heroBackground="none" buttonVariant="stagger">
<LoaderReveal
imageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp"
title="Joseph Alexander"
imageSrc="https://storage.googleapis.com/webild/users/user_3FPXlz2N7egPUdVduqnBqZRj2WY/uploaded-1781990079156-ily3qrqu.jpg"
title="TanishqKumar"
/>
<SiteBackgroundSlot />

View File

@@ -11,7 +11,7 @@ export default function ServicesSection(): React.JSX.Element {
tag="Expertise"
title="What I Do"
description="End-to-end marketing expertise spanning strategy, execution, and measurement."
features={[{"description":"End-to-end campaign planning and execution across digital channels.","title":"Brand & Campaign Marketing","imageSrc":"https://images.unsplash.com/photo-1557838923-2985c318be48?auto=format&fit=crop&q=80&w=1000"},{"description":"Long form, short form, ad copy, scripts — written to perform not just to exist.","title":"Creative Content","imageSrc":"https://images.unsplash.com/photo-1455390582262-044cdead2708?auto=format&fit=crop&q=80&w=1000"},{"imageSrc":"https://images.unsplash.com/photo-1432888117426-115b08df9ddf?auto=format&fit=crop&q=80&w=1000","description":"Data-driven content strategy with proven Page 1 rankings and organic growth.","title":"Digital & SEO"},{"imageSrc":"https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&q=80&w=1000","description":"Wireframes, website references, visual templates using Figma and Canva.","title":"Design & UI/UX"}]}
features={[{"description":"End-to-end campaign planning and execution across digital channels.","title":"Brand & Campaign Marketing","imageSrc":"https://images.unsplash.com/photo-1557838923-2985c318be48?auto=format&fit=crop&q=80&w=1000"},{"description":"Long form, short form, ad copy, scripts — written to perform not just to exist.","title":"Creative Content","imageSrc":"https://images.unsplash.com/photo-1455390582262-044cdead2708?auto=format&fit=crop&q=80&w=1000"},{"imageSrc":"https://images.pexels.com/photos/7688336/pexels-photo-7688336.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=7688336","description":"Data-driven content strategy with proven Page 1 rankings and organic growth.","title":"Digital & SEO"},{"imageSrc":"https://images.pexels.com/photos/12760383/pexels-photo-12760383.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=12760383","description":"Wireframes, website references, visual templates using Figma and Canva.","title":"Design & UI/UX"}]}
ctaButton={{"href":"#contact","text":"Let's work together","avatarSrc":"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200","avatarLabel":"Tanishq"}}
/>
</div>