mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update theme
This commit is contained in:
@@ -145,7 +145,7 @@ export default function Testimonials() {
|
||||
{visibleTweetIndices.map((index) => (
|
||||
<div
|
||||
key={TWEET_IDS[index]}
|
||||
className="overflow-hidden rounded-lg border border-border bg-card shadow-sm transition-shadow duration-300 hover:shadow-md"
|
||||
className="overflow-hidden rounded-lg border border-border"
|
||||
>
|
||||
<Tweet id={TWEET_IDS[index]} />
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ import CustomizableSection from "./_components/CustomizableSection";
|
||||
import Footer from "./_components/Footer";
|
||||
import Navbar from "./_components/Navbar";
|
||||
import NpmPackage from "./_components/NpmPackage";
|
||||
import SponsorsSection from "./_components/SponsorsSection";
|
||||
// import SponsorsSection from "./_components/SponsorsSection";
|
||||
import Testimonials from "./_components/Testimonials";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
<Testimonials />
|
||||
</motion.div>
|
||||
|
||||
<motion.div
|
||||
{/* <motion.div
|
||||
className="w-full"
|
||||
initial="hidden"
|
||||
whileInView="visible"
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
variants={sectionVariants}
|
||||
>
|
||||
<SponsorsSection />
|
||||
</motion.div>
|
||||
</motion.div> */}
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
|
||||
@@ -146,7 +146,8 @@
|
||||
|
||||
:root {
|
||||
--radius: 0.35rem;
|
||||
--background: oklch(0.96 0.01 264.53);
|
||||
/* --background: oklch(0.96 0.01 264.53); */
|
||||
--background: oklch(1.0 0 0);
|
||||
--foreground: oklch(0.44 0.04 279.33);
|
||||
--card: oklch(1.0 0 0);
|
||||
--card-foreground: oklch(0.44 0.04 279.33);
|
||||
|
||||
Reference in New Issue
Block a user