From 47869cb108ed1eca91c16f05cbf72c4c2e639649 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:21:53 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06f407e..e36cfd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ 'use client'; -import { ThemeProvider } from '@/components/ThemeProvider'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -131,6 +131,7 @@ export default function Home() { { imageSrc: 'https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=600&q=80', imageAlt: 'Plumbing expertise' }, { imageSrc: 'https://images.unsplash.com/photo-1564543645419-d59e79b6837d?w=600&q=80', imageAlt: 'Quality painting' }, ]} + mediaAnimation="none" buttons={[ { text: 'Get Free Estimate', href: '#contact' }, { text: 'Call Now', href: 'tel:804-938-0669' }, @@ -155,6 +156,7 @@ export default function Home() { description="With over 15 years in the home services industry, we've built our reputation on reliability, expertise, and customer satisfaction. Our team of licensed professionals is dedicated to delivering exceptional results on every project." textboxLayout="default" useInvertedBackground={false} + mediaAnimation="none" bulletPoints={bulletPoints} imageSrc="https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=600&q=80" imageAlt="Our team of professionals" @@ -170,6 +172,7 @@ export default function Home() { description="Contact us today for a free, no-obligation estimate. Our team is ready to help with all your home service needs." background={{ variant: 'sparkles-gradient' }} useInvertedBackground={false} + mediaAnimation="none" imageSrc="https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=600&q=80" imageAlt="Professional team" mediaPosition="right" -- 2.49.1 From a20193062fe6a43c8d890791064a2dc9a751b2b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:21:53 +0000 Subject: [PATCH 2/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c0bfe05..a866039 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/components/theme/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; @@ -56,34 +56,27 @@ const Portfolio = () => { { id: "leadership", groupTitle: "Leadership", members: [ { - id: "1", title: "Sarah Johnson", subtitle: "Creative Director", detail: "sarah.johnson@company.com", imageSrc: - "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson"}, + id: "1", title: "Sarah Johnson", subtitle: "Creative Director", detail: "sarah.johnson@company.com", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson"}, { - id: "2", title: "Michael Chen", subtitle: "Lead Strategist", detail: "michael.chen@company.com", imageSrc: - "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Michael Chen"}, + id: "2", title: "Michael Chen", subtitle: "Lead Strategist", detail: "michael.chen@company.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Michael Chen"}, ], }, { id: "design", groupTitle: "Design Team", members: [ { - id: "3", title: "Emma Davis", subtitle: "UI/UX Designer", detail: "emma.davis@company.com", imageSrc: - "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Emma Davis"}, + id: "3", title: "Emma Davis", subtitle: "UI/UX Designer", detail: "emma.davis@company.com", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Emma Davis"}, { - id: "4", title: "James Wilson", subtitle: "Brand Designer", detail: "james.wilson@company.com", imageSrc: - "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "James Wilson"}, + id: "4", title: "James Wilson", subtitle: "Brand Designer", detail: "james.wilson@company.com", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "James Wilson"}, { - id: "5", title: "Sophie Martin", subtitle: "Graphic Designer", detail: "sophie.martin@company.com", imageSrc: - "https://images.unsplash.com/photo-1517849845537-1d51a20414de?w=400&h=400&fit=crop", imageAlt: "Sophie Martin"}, + id: "5", title: "Sophie Martin", subtitle: "Graphic Designer", detail: "sophie.martin@company.com", imageSrc: "https://images.unsplash.com/photo-1517849845537-1d51a20414de?w=400&h=400&fit=crop", imageAlt: "Sophie Martin"}, ], }, { id: "development", groupTitle: "Development Team", members: [ { - id: "6", title: "Alex Rodriguez", subtitle: "Full Stack Developer", detail: "alex.rodriguez@company.com", imageSrc: - "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Alex Rodriguez"}, + id: "6", title: "Alex Rodriguez", subtitle: "Full Stack Developer", detail: "alex.rodriguez@company.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Alex Rodriguez"}, { - id: "7", title: "Lisa Anderson", subtitle: "Frontend Developer", detail: "lisa.anderson@company.com", imageSrc: - "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Lisa Anderson"}, + id: "7", title: "Lisa Anderson", subtitle: "Frontend Developer", detail: "lisa.anderson@company.com", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Lisa Anderson"}, ], }, ]; -- 2.49.1 From 2bb1d25a3c550b0aa8b178e8178f2c1b990f990e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:24:45 +0000 Subject: [PATCH 3/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index a866039..6ea35c5 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -104,7 +104,13 @@ const Portfolio = () => { ({ + ...project, + mediaItems: [ + project.mediaItems[0], + project.mediaItems[1] || project.mediaItems[0], + ], + }))} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1