Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -8,11 +8,11 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
@@ -215,19 +215,43 @@ export default function WebAgency2Page() {
|
||||
]
|
||||
}}
|
||||
/>
|
||||
<TeamCardFive
|
||||
title="Meet the Team"
|
||||
description="The creative minds behind your next project."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
mediaClassName="object-[65%_center]"
|
||||
team={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1", imageAlt: "Sarah Miller" },
|
||||
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
|
||||
{ id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }
|
||||
]}
|
||||
/>
|
||||
<div id="technology-stack" data-section="technology-stack">
|
||||
<FeatureCardThree
|
||||
title="Our Technology Stack"
|
||||
description="Leveraging the latest and greatest tools to build robust and scalable solutions."
|
||||
tag="Cutting-Edge Tech"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Next.js", description: "The React framework for production, delivering optimal performance and developer experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/nextjs.svg", imageAlt: "Next.js logo"
|
||||
},
|
||||
{
|
||||
title: "React", description: "A JavaScript library for building user interfaces, powering interactive and dynamic web applications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/react.svg", imageAlt: "React logo"
|
||||
},
|
||||
{
|
||||
title: "Node.js", description: "A JavaScript runtime built on Chrome's V8 JavaScript engine, essential for server-side development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/nodejs.svg", imageAlt: "Node.js logo"
|
||||
},
|
||||
{
|
||||
title: "TypeScript", description: "JavaScript with syntax for types, providing enhanced code quality and developer productivity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/typescript.svg", imageAlt: "TypeScript logo"
|
||||
},
|
||||
{
|
||||
title: "Tailwind CSS", description: "A utility-first CSS framework for rapidly building custom user interfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/tailwind.svg", imageAlt: "Tailwind CSS logo"
|
||||
},
|
||||
{
|
||||
title: "AWS", description: "Amazon Web Services for scalable cloud infrastructure and backend services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/aws.svg", imageAlt: "AWS logo"
|
||||
},
|
||||
{
|
||||
title: "Vercel", description: "A platform for frontend developers, providing global deployment and serverless functions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/vercel.svg", imageAlt: "Vercel logo"
|
||||
},
|
||||
{
|
||||
title: "Figma", description: "Collaborative interface design tool, used for prototyping and UI/UX design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logos/figma.svg", imageAlt: "Figma logo"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about working with us."
|
||||
|
||||
Reference in New Issue
Block a user