diff --git a/public/speakers/davidchaum.png b/public/speakers/davidchaum.png
deleted file mode 100644
index 196dafa..0000000
Binary files a/public/speakers/davidchaum.png and /dev/null differ
diff --git a/public/speakers/michaelbauwens.png b/public/speakers/michaelbauwens.png
deleted file mode 100644
index f67209c..0000000
Binary files a/public/speakers/michaelbauwens.png and /dev/null differ
diff --git a/public/speakers/paul.png b/public/speakers/paul.png
deleted file mode 100644
index 4835654..0000000
Binary files a/public/speakers/paul.png and /dev/null differ
diff --git a/public/speakers/torekeland.png b/public/speakers/torekeland.png
deleted file mode 100644
index eaa3dd5..0000000
Binary files a/public/speakers/torekeland.png and /dev/null differ
diff --git a/public/speakers/vitalikbuterin.png b/public/speakers/vitalikbuterin.png
deleted file mode 100644
index 2fff4c9..0000000
Binary files a/public/speakers/vitalikbuterin.png and /dev/null differ
diff --git a/public/testimonials/amit-chaudary.jpg b/public/testimonials/amit-chaudary.jpg
new file mode 100644
index 0000000..68a383b
Binary files /dev/null and b/public/testimonials/amit-chaudary.jpg differ
diff --git a/public/testimonials/andreea.jpg b/public/testimonials/andreea.jpg
new file mode 100644
index 0000000..53dae85
Binary files /dev/null and b/public/testimonials/andreea.jpg differ
diff --git a/public/testimonials/cryptocanal.jpg b/public/testimonials/cryptocanal.jpg
new file mode 100644
index 0000000..b87ce27
Binary files /dev/null and b/public/testimonials/cryptocanal.jpg differ
diff --git a/public/testimonials/hack-guru.jpg b/public/testimonials/hack-guru.jpg
new file mode 100644
index 0000000..9585b2e
Binary files /dev/null and b/public/testimonials/hack-guru.jpg differ
diff --git a/public/testimonials/lunar-dao.jpg b/public/testimonials/lunar-dao.jpg
new file mode 100644
index 0000000..8c3f8ab
Binary files /dev/null and b/public/testimonials/lunar-dao.jpg differ
diff --git a/public/testimonials/matteo-tambussi.jpg b/public/testimonials/matteo-tambussi.jpg
new file mode 100644
index 0000000..f308320
Binary files /dev/null and b/public/testimonials/matteo-tambussi.jpg differ
diff --git a/public/testimonials/pie-man.jpg b/public/testimonials/pie-man.jpg
new file mode 100644
index 0000000..07722f8
Binary files /dev/null and b/public/testimonials/pie-man.jpg differ
diff --git a/src/components/AboutFooter.astro b/src/components/AboutFooter.astro
index 47a5faf..1e62d98 100644
--- a/src/components/AboutFooter.astro
+++ b/src/components/AboutFooter.astro
@@ -148,7 +148,7 @@ const sortedSections = sectionsConfig
{section.name === "membersGrid" && (
Members
-
diff --git a/src/components/SliderTestimonial.astro b/src/components/SliderTestimonial.astro
index 8ced736..af251a5 100644
--- a/src/components/SliderTestimonial.astro
+++ b/src/components/SliderTestimonial.astro
@@ -1,6 +1,4 @@
---
-import core from "../core.json";
-
const testimonials = [
{
id: "jaromil",
@@ -8,7 +6,7 @@ const testimonials = [
designation: "Hacktivist, Founder & Director at Dyne.org Foundation",
reviewText:
"Privacy-by-design is the best way to approach the web3 frontier and develop something that empowers people and builds the critical mass for its sustainability. Web3Privacy Now focuses on the best possible goals for crypto developments: privacy, independence and decentralisation.",
- imageUrl: null,
+ imageUrl: "/testimonials/jaromil.jpg",
},
{
id: "hackguru",
@@ -16,7 +14,8 @@ const testimonials = [
designation: "Developer Relation at Waku",
reviewText:
"They have been organising amazing pro-privacy initiatives. Been a big fan and excited to continue contributing to this amazing community : )",
- imageUrl: null,
+ imageUrl: "/testimonials/hack-guru.jpg",
+
},
{
id: "lunar-dao",
@@ -24,7 +23,7 @@ const testimonials = [
designation: null,
reviewText:
"A catalyst leading a brilliant charge into privacy content for the web3 ecosystem.",
- imageUrl: null,
+ imageUrl: "/testimonials/lunar-dao.jpg",
},
{
id: "amit-chaudhary",
@@ -32,7 +31,7 @@ const testimonials = [
designation: "Founder Labyrinth, Ex Head of DeFi Research Polygon",
reviewText:
"This is the best community for privacy that unites people to collaborate and turns user privacy into reality with exciting narratives.",
- imageUrl: null,
+ imageUrl: "/testimonials/amit-chaudhary.jpg",
},
{
id: "andreea",
@@ -40,7 +39,7 @@ const testimonials = [
designation: null,
reviewText:
"I loved the event, the place, the people, the conversations, the swag. You guys are incredible! I think I won’t be attending other crypto events that much anymore.",
- imageUrl: null,
+ imageUrl: "/testimonials/andreea.jpg",
},
{
id: "cryptocanal",
@@ -48,7 +47,7 @@ const testimonials = [
designation: null,
reviewText:
"One event at a time, they are building an ecosystem to ensure that no one forgets the political frontiers being pushed by crypto. Web3Privacy Now has been rallying support and ensuring that privacy holds a prime spot at all the major conferences worldwide.",
- imageUrl: null,
+ imageUrl: "/testimonials/cryptocanal.jpg",
},
{
id: "matteo-tambussi",
@@ -56,7 +55,8 @@ const testimonials = [
designation: "Founder of Spaghetteth, Project Manager StakeCapital",
reviewText:
"The balance between Transparency and Privacy, accountable and unaccountable, manifest and secret, convex and concave, 1 and 0 is one of the most fun puzzles blockchain tech has to solve for the world. W3P community approaches this with incredible humility and an unravel-the-knot open debate approach. Also I like how they dress.",
- imageUrl: null,
+ imageUrl: "/testimonials/matto-tambussi.jpg",
+
},
{
id: "pie-man",
@@ -64,27 +64,13 @@ const testimonials = [
designation: "Co-Founder Fairblock Network",
reviewText:
"Most bullish event by far in EthCC was Web3Privacy Now: right in the middle of the park without anything fancy going on, the only incentive to stay was lovely people with extreme passion for deep but practical steps, cryptography, and amazing applications.",
- imageUrl: null,
+ imageUrl: "/testimonials/pie-man.jpg",
+
},
];
-function enrichTestimonials(testimonials, people) {
- return testimonials.map((testimonial) => {
- const person = people.find((p) => p.id === testimonial.id);
- if (person && person.imageUrl) {
- return {
- ...testimonial,
- imageUrl: person.imageUrl,
- };
- }
- return testimonial;
- });
-}
-
// Usage
-const enrichedTestimonials = enrichTestimonials(testimonials, core.people);
-
-let currentTestimonial = 0;
+let currentTestimonial = 1;
---
@@ -93,7 +79,7 @@ let currentTestimonial = 0;
class="flex flex-col md:flex-row my-4 md:my-0 items-center justify-center testimonial-fade active overflow-hidden person-item"
>
- {enrichedTestimonials[currentTestimonial].author}:
+ {testimonials[currentTestimonial].author}:
- "{enrichedTestimonials[currentTestimonial].reviewText}"
+ "{testimonials[currentTestimonial].reviewText}"
@@ -162,71 +148,75 @@ let currentTestimonial = 0;