mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix ui
This commit is contained in:
@@ -104,15 +104,6 @@ export default function Testimonials() {
|
|||||||
return pages;
|
return pages;
|
||||||
}, [totalPages, currentPage]);
|
}, [totalPages, currentPage]);
|
||||||
|
|
||||||
const sectionVariants = {
|
|
||||||
hidden: { opacity: 0, y: 30 },
|
|
||||||
visible: {
|
|
||||||
opacity: 1,
|
|
||||||
y: 0,
|
|
||||||
transition: { duration: 0.6, ease: "easeOut" },
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
const gridVariants = {
|
const gridVariants = {
|
||||||
hidden: { opacity: 0 },
|
hidden: { opacity: 0 },
|
||||||
visible: {
|
visible: {
|
||||||
@@ -122,13 +113,7 @@ export default function Testimonials() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.section
|
<motion.section className="relative z-10 mx-auto w-full max-w-7xl space-y-12 px-4 py-16 sm:px-6 sm:py-24 lg:space-y-16 lg:px-8">
|
||||||
className="relative z-10 mx-auto w-full max-w-7xl space-y-12 px-4 py-16 sm:px-6 sm:py-24 lg:space-y-16 lg:px-8"
|
|
||||||
initial="hidden"
|
|
||||||
whileInView="visible"
|
|
||||||
viewport={{ once: true, amount: 0.2 }}
|
|
||||||
variants={sectionVariants}
|
|
||||||
>
|
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h2 className="font-bold font-mono text-3xl text-foreground tracking-tight sm:text-4xl lg:text-5xl">
|
<h2 className="font-bold font-mono text-3xl text-foreground tracking-tight sm:text-4xl lg:text-5xl">
|
||||||
Loved by <span className="text-primary">Developers</span>
|
Loved by <span className="text-primary">Developers</span>
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 className="font-bold text-4xl tracking-tight sm:text-6xl md:text-7xl lg:text-8xl">
|
<h1 className="font-bold text-5xl tracking-tight sm:text-6xl md:text-7xl lg:text-8xl">
|
||||||
<span className="text-foreground">Roll Your Own</span>
|
<span className="text-foreground">Roll Your Own</span>
|
||||||
<br />
|
<br />
|
||||||
<span className="text-primary">Stack</span>
|
<span className="text-primary">Stack</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user