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) => (
|
{visibleTweetIndices.map((index) => (
|
||||||
<div
|
<div
|
||||||
key={TWEET_IDS[index]}
|
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]} />
|
<Tweet id={TWEET_IDS[index]} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import CustomizableSection from "./_components/CustomizableSection";
|
|||||||
import Footer from "./_components/Footer";
|
import Footer from "./_components/Footer";
|
||||||
import Navbar from "./_components/Navbar";
|
import Navbar from "./_components/Navbar";
|
||||||
import NpmPackage from "./_components/NpmPackage";
|
import NpmPackage from "./_components/NpmPackage";
|
||||||
import SponsorsSection from "./_components/SponsorsSection";
|
// import SponsorsSection from "./_components/SponsorsSection";
|
||||||
import Testimonials from "./_components/Testimonials";
|
import Testimonials from "./_components/Testimonials";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
|||||||
<Testimonials />
|
<Testimonials />
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
||||||
<motion.div
|
{/* <motion.div
|
||||||
className="w-full"
|
className="w-full"
|
||||||
initial="hidden"
|
initial="hidden"
|
||||||
whileInView="visible"
|
whileInView="visible"
|
||||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
|||||||
variants={sectionVariants}
|
variants={sectionVariants}
|
||||||
>
|
>
|
||||||
<SponsorsSection />
|
<SponsorsSection />
|
||||||
</motion.div>
|
</motion.div> */}
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -146,7 +146,8 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--radius: 0.35rem;
|
--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);
|
--foreground: oklch(0.44 0.04 279.33);
|
||||||
--card: oklch(1.0 0 0);
|
--card: oklch(1.0 0 0);
|
||||||
--card-foreground: oklch(0.44 0.04 279.33);
|
--card-foreground: oklch(0.44 0.04 279.33);
|
||||||
|
|||||||
Reference in New Issue
Block a user