Merge version_2 into main #2
@@ -5,14 +5,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import { Sparkles, Search, ArrowUpRight, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, BookOpen, Award, Users } from "lucide-react";
|
||||
import { Sparkles, Search, Zap, Puzzle, TrendingUp, Award, Users } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -24,7 +23,7 @@ export default function WebAgency2Page() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -62,15 +61,15 @@ export default function WebAgency2Page() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ title: "Search Intelligence", description: "Advanced algorithms for growth.", icon: Search, mediaItems: [] },
|
||||
{ title: "Cloud Engineering", description: "Robust infrastructure for scale.", icon: Zap, mediaItems: [] },
|
||||
{ title: "Brand Identity", description: "Distinguishable visual language.", icon: Puzzle, mediaItems: [] }
|
||||
{ title: "Search Intelligence", description: "Advanced algorithms for growth.", icon: Search, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/analysis-data-concept_23-2148443516.jpg", imageAlt: "Analysis" }, { imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-with-icons_23-2149363590.jpg", imageAlt: "Marketing" }] },
|
||||
{ title: "Cloud Engineering", description: "Robust infrastructure for scale.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-server-room_23-2148443516.jpg", imageAlt: "Cloud" }, { imageSrc: "http://img.b2bpic.net/free-photo/server-room-infrastructure_23-2148443516.jpg", imageAlt: "Server" }] },
|
||||
{ title: "Brand Identity", description: "Distinguishable visual language.", icon: Puzzle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/branding-identity-mockup_23-2149363590.jpg", imageAlt: "Brand" }, { imageSrc: "http://img.b2bpic.net/free-photo/graphic-design-studio_23-2149363590.jpg", imageAlt: "Design" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[{ id: "1", name: "Julian Vane, CTO at Nebula", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg" }]}
|
||||
testimonials={[{ id: "1", name: "Julian Vane, CTO at Nebula", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg" }, { id: "2", name: "Alex Rivers, CEO at Stream", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman_23-2148596660.jpg" }]}
|
||||
cardTitle="Client Success"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
@@ -83,6 +82,7 @@ export default function WebAgency2Page() {
|
||||
description="Data-driven outcomes for high-scale platforms."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", icon: Award, title: "Deployments", value: "500+" },
|
||||
{ id: "2", icon: Users, title: "Active Users", value: "12M+" },
|
||||
@@ -97,6 +97,7 @@ export default function WebAgency2Page() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Elena Thorne", role: "Systems Engineer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck-eyeglasses_273609-13189.jpg" },
|
||||
{ id: "2", name: "Marcus Vane", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg" },
|
||||
@@ -121,6 +122,7 @@ export default function WebAgency2Page() {
|
||||
<ContactText
|
||||
text="Ready to engineer your breakthrough? Let's connect."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user