|
3 | 3 | import { motion } from 'framer-motion' |
4 | 4 | import useIsMobile from '@/app/(landing)/components/hooks/use-is-mobile' |
5 | 5 | import { Marquee } from '@/app/(landing)/components/magicui/marquee' |
| 6 | +import { getAssetUrl } from '@/lib/utils' |
6 | 7 |
|
7 | 8 | const X_TESTIMONIALS = [ |
8 | 9 | { |
9 | 10 | text: "Drag-and-drop AI workflows for devs who'd rather build agents than babysit them.", |
10 | 11 | username: '@GithubProjects', |
11 | 12 | viewCount: '90.4k', |
12 | 13 | tweetUrl: 'https://x.com/GithubProjects/status/1906383555707490499', |
13 | | - profileImage: '/twitter/github-projects.jpg', |
| 14 | + profileImage: getAssetUrl('twitter/github-projects.jpg'), |
14 | 15 | }, |
15 | 16 | { |
16 | 17 | text: 'A very good looking agent workflow builder 🔥 and open source!', |
17 | 18 | username: '@xyflowdev', |
18 | 19 | viewCount: '3,246', |
19 | 20 | tweetUrl: 'https://x.com/xyflowdev/status/1909501499719438670', |
20 | | - profileImage: '/twitter/xyflow.jpg', |
| 21 | + profileImage: getAssetUrl('twitter/xyflow.jpg'), |
21 | 22 | }, |
22 | 23 | { |
23 | 24 | text: "🚨 BREAKING: This startup just dropped the fastest way to build AI agents.\n\nThis Figma-like canvas to build agents will blow your mind.\n\nHere's why this is the best tool for building AI agents:", |
24 | 25 | username: '@hasantoxr', |
25 | 26 | viewCount: '515k', |
26 | 27 | tweetUrl: 'https://x.com/hasantoxr/status/1912909502036525271', |
27 | | - profileImage: '/twitter/hasan.jpg', |
| 28 | + profileImage: getAssetUrl('twitter/hasan.jpg'), |
28 | 29 | }, |
29 | 30 | { |
30 | 31 | text: 'omfggggg this is the zapier of agent building\n\ni always believed that building agents and using ai should not be limited to technical people. i think this solves just that\n\nthe fact that this is also open source makes me so optimistic about the future of building with ai :)))\n\ncongrats @karabegemir & @typingwala !!!', |
31 | 32 | username: '@nizzyabi', |
32 | 33 | viewCount: '6,269', |
33 | 34 | tweetUrl: 'https://x.com/nizzyabi/status/1907864421227180368', |
34 | | - profileImage: '/twitter/nizzy.jpg', |
| 35 | + profileImage: getAssetUrl('twitter/nizzy.jpg'), |
35 | 36 | }, |
36 | 37 | { |
37 | 38 | text: "One of the best products I've seen in the space, and the hustle and grind I've seen from @karabegemir and @typingwala is insane. Sim Studio is positioned to build something game-changing, and there's no better team for the job.\n\nCongrats on the launch 🚀 🎊 great things ahead!", |
38 | 39 | username: '@firestorm776', |
39 | 40 | viewCount: '956', |
40 | 41 | tweetUrl: 'https://x.com/firestorm776/status/1907896097735061598', |
41 | | - profileImage: '/twitter/samarth.jpg', |
| 42 | + profileImage: getAssetUrl('twitter/samarth.jpg'), |
42 | 43 | }, |
43 | 44 | { |
44 | 45 | text: 'lfgg got access to @simstudioai via @zerodotemail 😎', |
45 | 46 | username: '@nizzyabi', |
46 | 47 | viewCount: '1,585', |
47 | 48 | tweetUrl: 'https://x.com/nizzyabi/status/1910482357821595944', |
48 | | - profileImage: '/twitter/nizzy.jpg', |
| 49 | + profileImage: getAssetUrl('twitter/nizzy.jpg'), |
49 | 50 | }, |
50 | 51 | { |
51 | 52 | text: 'Feels like we\'re finally getting a "Photoshop moment" for AI devs—visual, intuitive, and fast enough to keep up with ideas mid-flow.', |
52 | 53 | username: '@syamrajk', |
53 | 54 | viewCount: '2,643', |
54 | 55 | tweetUrl: 'https://x.com/syamrajk/status/1912911980110946491', |
55 | | - profileImage: '/twitter/syamrajk.jpg', |
| 56 | + profileImage: getAssetUrl('twitter/syamrajk.jpg'), |
56 | 57 | }, |
57 | 58 | { |
58 | 59 | text: "🚨 BREAKING: This startup just dropped the fastest way to build AI agents.\n\nThis Figma-like canvas to build agents will blow your mind.\n\nHere's why this is the best tool for building AI agents:", |
59 | 60 | username: '@lazukars', |
60 | 61 | viewCount: '47.4k', |
61 | 62 | tweetUrl: 'https://x.com/lazukars/status/1913136390503600575', |
62 | | - profileImage: '/twitter/lazukars.png', |
| 63 | + profileImage: getAssetUrl('twitter/lazukars.png'), |
63 | 64 | }, |
64 | 65 | { |
65 | 66 | text: 'The use cases are endless. Great work @simstudioai', |
66 | 67 | username: '@daniel_zkim', |
67 | 68 | viewCount: '103', |
68 | 69 | tweetUrl: 'https://x.com/daniel_zkim/status/1907891273664782708', |
69 | | - profileImage: '/twitter/daniel.jpg', |
| 70 | + profileImage: getAssetUrl('twitter/daniel.jpg'), |
70 | 71 | }, |
71 | 72 | ] |
72 | 73 |
|
|
0 commit comments