Merge version_1 into main #2
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { CheckCircle, Lightbulb, Shield, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
@@ -84,9 +83,9 @@ export default function ContactPage() {
|
||||
title="Latest Insights & News"
|
||||
description="Stay updated with the latest trends, expert analyses, and company news from the world of software and technology."
|
||||
blogs={[
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024" }
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024", authorAvatar: "/placeholders/avatar.png" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -98,6 +97,7 @@ export default function ContactPage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our innovative solutions are chosen by leading companies worldwide for their reliability and cutting-edge technology."
|
||||
names={[]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-minimalist-abstract-logo-representing--1771432844911-8d92b9d4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-sleek-modern-logo-for-global-data-inc--1771432852347-870f61af.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-modern-logo-for-cybersecure-co--1771432859676-b2c9c1c0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-innovative-and-clean-logo-for-innovat-1771432867861-19e380e5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-futuristic-and-dynamic-logo-for-future-1771432874076-9b0b793c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-clean-cloud-shaped-logo-for-cloud-infr-1771432880896-dce183fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-smart-minimalist-logo-for-ai-insights--1771432887864-ccdb5108.png"
|
||||
]}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
@@ -86,9 +85,9 @@ export default function FeaturesPage() {
|
||||
title="Latest Insights & News"
|
||||
description="Stay updated with the latest trends, expert analyses, and company news from the world of software and technology."
|
||||
blogs={[
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024" }
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024", authorAvatar: "/placeholders/avatar.png" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -100,6 +99,7 @@ export default function FeaturesPage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our innovative solutions are chosen by leading companies worldwide for their reliability and cutting-edge technology."
|
||||
names={[]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-minimalist-abstract-logo-representing--1771432844911-8d92b9d4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-sleek-modern-logo-for-global-data-inc--1771432852347-870f61af.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-modern-logo-for-cybersecure-co--1771432859676-b2c9c1c0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-innovative-and-clean-logo-for-innovat-1771432867861-19e380e5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-futuristic-and-dynamic-logo-for-future-1771432874076-9b0b793c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-clean-cloud-shaped-logo-for-cloud-infr-1771432880896-dce183fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-smart-minimalist-logo-for-ai-insights--1771432887864-ccdb5108.png"
|
||||
]}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { CheckCircle, Lightbulb, Shield, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -85,6 +84,7 @@ export default function HomePage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our innovative solutions are chosen by leading companies worldwide for their reliability and cutting-edge technology."
|
||||
names={[]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-minimalist-abstract-logo-representing--1771432844911-8d92b9d4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-sleek-modern-logo-for-global-data-inc--1771432852347-870f61af.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-modern-logo-for-cybersecure-co--1771432859676-b2c9c1c0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-innovative-and-clean-logo-for-innovat-1771432867861-19e380e5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-futuristic-and-dynamic-logo-for-future-1771432874076-9b0b793c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-clean-cloud-shaped-logo-for-cloud-infr-1771432880896-dce183fb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-smart-minimalist-logo-for-ai-insights--1771432887864-ccdb5108.png"
|
||||
]}
|
||||
@@ -151,9 +151,9 @@ export default function HomePage() {
|
||||
title="Latest Insights & News"
|
||||
description="Stay updated with the latest trends, expert analyses, and company news from the world of software and technology."
|
||||
blogs={[
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024" }
|
||||
{ id: "1", category: "Artificial Intelligence", title: "The Rise of Generative AI in Business", excerpt: "Exploring how generative AI is transforming industries and creating new opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-visually-engaging-image-for-a-blog-pos-1771432894884-3a87afd8.png", authorName: "Alice Green", date: "February 2, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "2", category: "Cloud Computing", title: "Maximizing Efficiency with Hybrid Cloud Strategies", excerpt: "A deep dive into optimizing performance and cost with hybrid cloud deployments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/an-image-representing-cloud-computing-be-1771432906344-ec6edef1.png", authorName: "Bob Blue", date: "January 28, 2024", authorAvatar: "/placeholders/avatar.png" },
|
||||
{ id: "3", category: "Cybersecurity", title: "Protecting Your Data in a Digital World", excerpt: "Essential strategies for businesses to enhance cybersecurity and mitigate risks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-strong-secure-looking-image-for-a-cybe-1771432915426-e3fe9934.png", authorName: "Charlie Red", date: "January 20, 2024", authorAvatar: "/placeholders/avatar.png" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user