Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f475d0fac6 | |||
| b2ecde2454 | |||
| 04d098055a | |||
| 6f576a5046 | |||
| 14991f3683 | |||
| e136b926f1 | |||
| dab0afeeed | |||
| 9f8937f966 | |||
| 783a08fdbd | |||
| c20c54e195 | |||
| 4cfe609272 | |||
| 9037daa791 | |||
| 31711e05af | |||
| e56ab89250 | |||
| 65c9019eef | |||
| 570431daae | |||
| f9b1176061 | |||
| fb3b048d3a | |||
| 289f878246 | |||
| aedf452040 | |||
| 595934a60b | |||
| db6bd9f65e | |||
| e9696f3f3d | |||
| c528dc4fae | |||
| e057848138 | |||
| 6213a4418c | |||
| be8dd855ad | |||
| 262fa0d05e | |||
| 4b5b970a8e | |||
| 275fb30d84 | |||
| 92dd2ba39d | |||
| e40a24d3cf |
@@ -7,11 +7,11 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
|||||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
|
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle } from "lucide-react";
|
import { Zap, Heart, Rocket, Lightbulb, Star, TrendingUp, Workflow, MessageCircle, Linkedin, Twitter } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -104,34 +104,24 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="team" data-section="team">
|
||||||
<TestimonialCardThirteen
|
<TeamCardTwo
|
||||||
testimonials={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Pulse Digital transformed our online presence. The website they built not only looks stunning but has increased our sales by 40%. Highly recommend!", rating: 5,
|
id: "1", name: "Sarah Mitchell", role: "Creative Director", description: "Former co-founder of Design Studio. Early staff at Spotify and Clearbit. Leading our design vision with 12 years of experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-fem-1772527369324-28809a03.png?_wi=1", imageAlt: "Sarah Mitchell, Creative Director", socialLinks: [
|
||||||
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, CEO"
|
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||||
},
|
{ icon: Twitter, url: "https://twitter.com" }
|
||||||
{
|
]
|
||||||
id: "2", name: "James Chen", handle: "@jameschen", testimonial: "Working with Pulse Digital was seamless. They understood our vision, delivered on time, and provided excellent support throughout the project.", rating: 5,
|
|
||||||
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, Founder"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The team at Pulse Digital is incredibly talented and professional. They took our outdated website and created something truly exceptional.", rating: 5,
|
|
||||||
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, Marketing Director"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Park", handle: "@davidpark", testimonial: "From initial consultation to launch, Pulse Digital was exceptional. Our new website has become a powerful business tool.", rating: 5,
|
|
||||||
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, Business Owner"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
title="Meet Our Team"
|
||||||
title="What Clients Say"
|
description="Meet the talented professionals behind Pulse Digital's success"
|
||||||
description="Real feedback from businesses we've helped succeed"
|
tag="Our Team"
|
||||||
tag="Testimonials"
|
tagIcon={Heart}
|
||||||
tagIcon={MessageCircle}
|
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user