Skip to content

Commit 97070b8

Browse files
authored
Merge pull request #3242 from garden-co/update-garden-hp
Update garden.co homepage
2 parents 0d9d59a + f2ac2fc commit 97070b8

File tree

14 files changed

+292
-939
lines changed

14 files changed

+292
-939
lines changed

examples/betterauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clsx": "^2.1.1",
2424
"jazz-tools": "workspace:*",
2525
"lucide-react": "^0.510.0",
26-
"next": "15.3.2",
26+
"next": "15.5.7",
2727
"react": "catalog:react",
2828
"react-dom": "catalog:react",
2929
"sonner": "^2.0.3",

examples/jazz-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"jazz-tools": "workspace:*",
13-
"next": "15.3.2",
13+
"next": "15.5.7",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"
1616
},

examples/server-worker-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"clsx": "^2.1.1",
2020
"jazz-tools": "workspace:*",
2121
"lucide-react": "^0.525.0",
22-
"next": "15.3.2",
22+
"next": "15.5.7",
2323
"next-themes": "^0.4.6",
2424
"postcss": "^8.5.6",
2525
"react": "^19.1.0",

homepage/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clsx": "^2.1.1",
1919
"jazz-tools": "link:../../packages/jazz-tools",
2020
"lucide-react": "^0.436.0",
21-
"next": "15.2.1",
21+
"next": "15.5.7",
2222
"next-themes": "^0.2.1",
2323
"postcss": "^8",
2424
"radix-ui": "^1.4.2",

homepage/gcmp/app/team/members.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ export const team: Array<TeamMember> = [
4242
linkedin: "giordanoricci",
4343
image: "gio.jpg",
4444
},
45-
{
46-
name: "Meg Culotta",
47-
slug: "meg",
48-
titles: ["Technical Project Manager", "QA"],
49-
location: "Minneapolis, US",
50-
github: "mculotta120",
51-
image: "meg.jpg",
52-
},
5345
{
5446
name: "Nikita Voloboev",
5547
slug: "nikita",
@@ -60,18 +52,6 @@ export const team: Array<TeamMember> = [
6052
website: "https://nikiv.dev",
6153
image: "nikita.jpg",
6254
},
63-
{
64-
name: "Divya S",
65-
slug: "div",
66-
location: "New York, US",
67-
titles: ["Platform Engineer"],
68-
x: "shortdiv",
69-
github: "shortdiv",
70-
website: "https://shortdiv.com",
71-
bluesky: "shortdiv.bsky.social",
72-
linkedin: "shortdiv",
73-
image: "div.jpg",
74-
},
7555
{
7656
name: "Nico Rainhart",
7757
slug: "nico",

homepage/gcmp/components/home/Products.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function Products() {
5858
<div className="flex items-center justify-between gap-4">
5959
<GardenLogo className="h-11 w-auto" />
6060
<div>
61-
<ComingSoon>Coming 2025</ComingSoon>
61+
<ComingSoon>Future Project</ComingSoon>
6262
</div>
6363
</div>
6464
<p>

homepage/gcmp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mdast-util-from-markdown": "^2.0.0",
2727
"mdast-util-mdx": "^3.0.0",
2828
"micromark-extension-mdxjs": "^3.0.0",
29-
"next": "15.2.1",
29+
"next": "15.5.7",
3030
"next-themes": "^0.2.1",
3131
"react": "catalog:react",
3232
"react-dom": "catalog:react",

homepage/gcmp/public/team/div.jpg

-9.15 KB
Binary file not shown.

homepage/gcmp/public/team/meg.jpg

-290 KB
Binary file not shown.

homepage/homepage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"mdx-bundler": "^10.1.1",
5252
"mdx-to-md": "^0.5.2",
5353
"micromark-extension-mdxjs": "^3.0.0",
54-
"next": "15.2.1",
54+
"next": "15.5.7",
5555
"next-themes": "^0.2.1",
5656
"node-html-markdown": "^1.3.0",
5757
"qrcode": "^1.5.4",

0 commit comments

Comments
 (0)