From acfac7537a016ffffc81daeae138a6a206f4523c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:20:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6bd115f..48c78d7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Oron Studio - Award-Winning Creative Agency", description: "Oron Studio crafts bold brands and immersive digital experiences with cutting-edge animation and strategic thinking."}; + title: "Oron Studio - Award-Winning Creative Agency", description: "Oron Studio crafts bold brands and immersive digital experiences with cutting-edge animation and strategic thinking." +}; export default function RootLayout({ children, -- 2.49.1 From 7263473d1a59d4a5f015ed8c2257a6399717547e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:20:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d687811..52dc126 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Award, Palette, Zap, Target, TrendingUp, MessageSquare, Dribbble, Linkedin, Twitter, Instagram, Mail } from 'lucide-react'; +import { Sparkles, Award, Palette, Zap, Target, TrendingUp, MessageSquare, Dribbble, Linkedin, Twitter, Instagram } from 'lucide-react'; import gsap from 'gsap'; import { useEffect, useRef } from 'react'; @@ -19,7 +19,7 @@ export default function LandingPage() { useEffect(() => { // Register ScrollTrigger plugin - const { ScrollTrigger } = require('gsap/ScrollTrigger'); + const ScrollTrigger = require('gsap/ScrollTrigger').default; gsap.registerPlugin(ScrollTrigger); // Animate contact section on scroll -- 2.49.1