Update src/app/page.tsx

This commit is contained in:
2026-03-19 16:56:40 +00:00
parent dd6b99c352
commit 99a5f4f32e

View File

@@ -52,22 +52,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg", imageAlt: "Global connectivity and professional services"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg?_wi=1", imageAlt: "Global connectivity and professional services"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg", imageAlt: "Strategic digital marketing services"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg?_wi=1", imageAlt: "Strategic digital marketing services"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-developing-photos-darkroom-side-view_23-2149893807.jpg", imageAlt: "Professional media production"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-developing-photos-darkroom-side-view_23-2149893807.jpg?_wi=1", imageAlt: "Professional media production"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/little-supermarket-cart-with-big-label-laptop_23-2147962061.jpg", imageAlt: "Custom website development"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/little-supermarket-cart-with-big-label-laptop_23-2147962061.jpg?_wi=1", imageAlt: "Custom website development"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg", imageAlt: "International digital solutions"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg?_wi=2", imageAlt: "International digital solutions"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg", imageAlt: "Business growth through marketing"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg?_wi=2", imageAlt: "Business growth through marketing"
}
]}
autoPlay={true}
@@ -89,7 +89,7 @@ export default function LandingPage() {
tag="Our Mission"
tagIcon={Target}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg"
imageSrc="http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg?_wi=3"
imageAlt="A&E International Services team and expertise"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -111,15 +111,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Marketing Services", description: "Strategic campaigns, branding, SEO, social media marketing, and digital advertising tailored to your business needs. Our comprehensive approach includes market research, competitor analysis, campaign monitoring, and detailed reporting to ensure your investment drives results.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg", imageAlt: "Digital marketing and strategy services"
title: "Marketing Services", description: "Strategic campaigns, branding, SEO, social media marketing, and digital advertising tailored to your business needs. Our comprehensive approach includes market research, competitor analysis, campaign monitoring, and detailed reporting to ensure your investment drives results.", imageSrc: "http://img.b2bpic.net/free-vector/isometric-marketing-landing-page_52683-22242.jpg?_wi=3", imageAlt: "Digital marketing and strategy services"
},
{
id: 2,
title: "Media Services", description: "Professional content creation including video production, photography, graphic design, and social media management. We deliver high-quality visuals, engaging multimedia campaigns, and platform optimization to maximize your brand's impact across all digital channels.", imageSrc: "http://img.b2bpic.net/free-photo/woman-developing-photos-darkroom-side-view_23-2149893807.jpg", imageAlt: "Professional media production and content creation"
title: "Media Services", description: "Professional content creation including video production, photography, graphic design, and social media management. We deliver high-quality visuals, engaging multimedia campaigns, and platform optimization to maximize your brand's impact across all digital channels.", imageSrc: "http://img.b2bpic.net/free-photo/woman-developing-photos-darkroom-side-view_23-2149893807.jpg?_wi=2", imageAlt: "Professional media production and content creation"
},
{
id: 3,
title: "Website Development", description: "Custom websites, e-commerce platforms, landing pages, and responsive design for all devices. Our modern UI/UX approach ensures SEO-friendly structure, mobile compatibility, fast loading speeds, and secure hosting recommendations for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/little-supermarket-cart-with-big-label-laptop_23-2147962061.jpg", imageAlt: "Custom website development and design"
title: "Website Development", description: "Custom websites, e-commerce platforms, landing pages, and responsive design for all devices. Our modern UI/UX approach ensures SEO-friendly structure, mobile compatibility, fast loading speeds, and secure hosting recommendations for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/little-supermarket-cart-with-big-label-laptop_23-2147962061.jpg?_wi=2", imageAlt: "Custom website development and design"
}
]}
textboxLayout="default"
@@ -229,7 +229,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg"
imageSrc="http://img.b2bpic.net/free-vector/digital-technology-with-earth-circuit-diagram_1017-25626.jpg?_wi=4"
imageAlt="Contact us for digital solutions"
mediaAnimation="slide-up"
mediaPosition="right"