Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-11 09:53:19 +00:00

View File

@@ -29,30 +29,37 @@ const heroMediaItems = [
const metrics = [
{
id: "1", value: "10M+", title: "Users Reached", description: "Growing community of engaged users", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "User engagement"},
id: "1", value: "10M+", title: "Users Reached", description: "Growing community of engaged users", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "User engagement"
},
{
id: "2", value: "500K+", title: "Projects Delivered", description: "Successfully completed projects", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Project delivery"},
id: "2", value: "500K+", title: "Projects Delivered", description: "Successfully completed projects", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Project delivery"
},
];
const features = [
{
id: "1", title: "Advanced Analytics", author: "Design Team", description: "Real-time insights into your project performance and user behavior", tags: ["Analytics", "Real-time"],
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analytics dashboard"
},
{
id: "2", title: "Seamless Integration", author: "Engineering Team", description: "Connect with your favorite tools and services effortlessly", tags: ["Integration", "Automation"],
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Integration workflow"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Integration workflow"
},
];
const testimonials = [
{
id: "1", name: "Sarah Johnson", role: "Product Manager", company: "TechCorp", rating: 5,
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "CEO", company: "InnovateLabs", rating: 5,
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen"
},
{
id: "3", name: "Elena Rodriguez", role: "Lead Designer", company: "CreativeStudio", rating: 5,
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez"
},
];
const footerColumns = [