Compare commits
4 Commits
version_44
...
version_45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
894b1ea5aa | ||
| d4143f993d | |||
| bd1cba785d | |||
| b261165344 |
@@ -14,7 +14,7 @@ export default function ContactSection(): React.JSX.Element {
|
||||
text="Ready to build your next brand identity?"
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@yusupov.agency",
|
||||
href: "",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Portfolio",
|
||||
|
||||
@@ -17,19 +17,29 @@ const testimonials = [
|
||||
quote: "Incredible creative energy and professional execution.",
|
||||
},
|
||||
{
|
||||
name: "UCC",
|
||||
name: "Based UZB",
|
||||
role: "CEO",
|
||||
quote: "Best design partner we have ever collaborated with.",
|
||||
},
|
||||
{
|
||||
name: "OldShahar",
|
||||
name: "Tansiq",
|
||||
role: "CEO",
|
||||
quote: "Their work ethic is unparalleled in Central Asia.",
|
||||
},
|
||||
{
|
||||
name: "UCC",
|
||||
name: "Atirgul",
|
||||
role: "CEO",
|
||||
quote: "The electric blue design language is now our signature.",
|
||||
},
|
||||
{
|
||||
name: "Stabrini",
|
||||
role: "CEO",
|
||||
quote: "A fantastic team that delivers beyond expectations.",
|
||||
},
|
||||
{
|
||||
name: "Kavestro",
|
||||
role: "CEO",
|
||||
quote: "Highly recommend for any creative and branding needs.",
|
||||
}
|
||||
];
|
||||
|
||||
@@ -37,7 +47,7 @@ type Testimonial = {
|
||||
name: string;
|
||||
role: string;
|
||||
quote: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
};
|
||||
|
||||
const TestimonialsInline = () => {
|
||||
const half = Math.ceil(testimonials.length / 2);
|
||||
|
||||
Reference in New Issue
Block a user