Compare commits
11 Commits
version_3
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b120b7b68 | |||
| 3aa22ec0d9 | |||
| 2ba025cc98 | |||
| 8918c2dd87 | |||
| 5e59a337dc | |||
| 9f1b955d57 | |||
| aef6a7d93e | |||
| 5dc74614c0 | |||
| ebc47538d2 | |||
| 04ec2a65fd | |||
| ae6c6eaff9 |
@@ -110,12 +110,12 @@ export default function PortfolioPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="Their work truly transformed our online presence. Professional, creative, and always delivered ahead of schedule."
|
testimonial="Their work truly transformed our online presence. Professional, creative, and always delivered ahead of schedule. Highly recommended for any product team."
|
||||||
author="Jane Doe, CEO"
|
author="Jane Doe, CEO at TechInnovate"
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="opacity"
|
avatarsAnimation="opacity"
|
||||||
avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-woman_23-2148814057.jpg", alt: "Client" }]
|
avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-woman_23-2148814057.jpg", alt: "Client" }, { src: "https://img.b2bpic.net/free-photo/professional-man_23-2148814057.jpg", alt: "Partner" }]
|
||||||
}
|
}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000f06e6;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #0a3fea;
|
||||||
--accent: #159c49;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user