Skip to content

Commit

Permalink
feat: update landing page links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Gilliam committed Jun 13, 2024
1 parent c0dfc82 commit da9e3d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,226 deletions.
2 changes: 1 addition & 1 deletion apps/www/components/announcement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import BgNoiseWrapper from "./texture-wrapper"
export function Announcement() {
return (
<Link
href="https://www.newcult.co"
href="https://www.newcult.co/templates"
className="group inline-flex items-center rounded-lg border border-black/10 bg-transparent px-3 py-1 text-sm font-medium text-neutral-800 shadow-sm"
// style={{ backgroundImage: "url('/cult-noise.png')" }}
target="_blank"
Expand Down
10 changes: 5 additions & 5 deletions apps/www/components/landing/plug-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ export function PlugCardGrid() {
title: "SEO Tool",
description:
"Quickly evaluate your website's SEO performance for free. AI improvements + Open graph preview.",
href: "https://cleanmyseo.com",
href: "https://www.newcult.co/templates/cult-seo",
img: "/seo.webp",
},
{
title: "Nextjs Templates",
description:
"Comprehensive Next.js + Supabase templates built with Tailwind CSS, Cult components, and shadcn.",
href: "https://newcult.co",
img: "/cult-og.png",
href: "https://www.newcult.co/templates/cult-offline-travel-stash",
img: "/newcult-landing.png",
},
{
title: "Design List",
description:
"Curated bookmarks for design engineers: design tools, JavaScript resources, React.js libraries, and more.",
href: "https://nextjs.design",
href: "https://www.newcult.co/templates/cult-directory-template",
img: "/dir.png",
},
]
Expand All @@ -41,7 +41,7 @@ export function PlugCardGrid() {
className="absolute left-4 top-4 rounded-[14px] border border-black/10 text-base md:left-6"
>
<StickerIcon className="mr-1 fill-[#EEBDE0] stroke-1 text-neutral-800" />{" "}
Additional Goodies
Additional Goods
</Badge>
<div className=" flex flex-col justify-center space-y-4 rounded-[34px] p-3 pt-12">
<div className="relative grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3 ">
Expand Down
Binary file added apps/www/public/newcult-landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da9e3d2

Please sign in to comment.