mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update deps and testimonials
This commit is contained in:
@@ -12,6 +12,7 @@ const TWEET_IDS = [
|
||||
"1930511724702285885",
|
||||
"1912836377365905496",
|
||||
"1907817662215757853",
|
||||
"1931709370003583004",
|
||||
"1929147326955704662",
|
||||
"1904228496144269699",
|
||||
"1930257410259616057",
|
||||
@@ -26,9 +27,11 @@ const TWEET_IDS = [
|
||||
"1904241046898556970",
|
||||
"1913834145471672652",
|
||||
"1930514202260635807",
|
||||
"1931589579749892480",
|
||||
"1904144343125860404",
|
||||
"1917610656477348229",
|
||||
"1904215768272654825",
|
||||
"1931830211013718312",
|
||||
"1913833079342522779",
|
||||
"1930449311848087708",
|
||||
"1907723601731530820",
|
||||
@@ -118,7 +121,6 @@ export default function Testimonials() {
|
||||
initial="hidden"
|
||||
animate="visible"
|
||||
>
|
||||
{/* Column 1 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -143,9 +145,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_1
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
@@ -156,7 +155,6 @@ export default function Testimonials() {
|
||||
})}
|
||||
</motion.div>
|
||||
|
||||
{/* Column 2 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -181,9 +179,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_2
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
@@ -194,7 +189,6 @@ export default function Testimonials() {
|
||||
})}
|
||||
</motion.div>
|
||||
|
||||
{/* Column 3 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -219,9 +213,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_3
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
|
||||
Reference in New Issue
Block a user