Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -8,11 +8,10 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle, Users } from "lucide-react";
|
||||
import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -84,31 +83,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="capabilities" data-section="capabilities">
|
||||
<FeatureCardNine
|
||||
title="Our Capabilities"
|
||||
description="Comprehensive solutions designed to elevate your digital presence and drive measurable results"
|
||||
tag="What We Deliver"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Strategic Design", description: "User-centric design that combines aesthetics with functionality. We create digital experiences that engage your audience and drive conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/abstract-representation-of-web-design-pr-1772527372333-1ad2600f.png?_wi=1", imageAlt: "Strategic design process"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Advanced Development", description: "Robust, scalable websites built with modern technologies. We ensure seamless performance, fast loading times, and exceptional user experience across all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/code-editor-on-screen-displaying-clean-o-1772527370169-57931e12.png?_wi=1", imageAlt: "Advanced development"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Brand Identity", description: "Cohesive visual identities that resonate with your target audience. From logo design to complete brand guidelines, we establish your unique market position.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/branding-identity-elements-spread-out-in-1772527370942-4bda01ed.png?_wi=2", imageAlt: "Brand identity elements"},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
@@ -130,43 +104,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
groups={[
|
||||
{
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "1", title: "You", subtitle: "Founder & Creative Director", detail: "Leading our vision and creative direction", imageSrc: "", imageAlt: "Team member photo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "creative", groupTitle: "Creative Team", members: [
|
||||
{
|
||||
id: "2", title: "Sarah Mitchell", subtitle: "Lead Designer", detail: "sarah@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-fem-1772527369324-28809a03.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "3", title: "James Chen", subtitle: "UI/UX Specialist", detail: "james@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527369460-6104c452.png", imageAlt: "James Chen"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "development", groupTitle: "Development Team", members: [
|
||||
{
|
||||
id: "4", title: "Emily Rodriguez", subtitle: "Full Stack Developer", detail: "emily@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-young-female--1772527369938-37ff44ff.png", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "5", title: "David Park", subtitle: "Backend Engineer", detail: "david@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527370017-a9558657.png", imageAlt: "David Park"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet The Team"
|
||||
description="Talented professionals dedicated to bringing your vision to life"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Our People"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
@@ -239,4 +176,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user