diff --git a/apps/www/components/CTABanner/index.tsx b/apps/www/components/CTABanner/index.tsx index 8e90e6dd29..e508db7128 100644 --- a/apps/www/components/CTABanner/index.tsx +++ b/apps/www/components/CTABanner/index.tsx @@ -17,7 +17,7 @@ const CTABanner = ({ darkerBg, className }: Props) => {
Quickly and cost effectively build Generative AI applications that you can use to chat with your company’s documents. diff --git a/apps/www/components/Hero/Hero.tsx b/apps/www/components/Hero/Hero.tsx index 7d29a77117..44359a6648 100644 --- a/apps/www/components/Hero/Hero.tsx +++ b/apps/www/components/Hero/Hero.tsx @@ -28,7 +28,7 @@ const Hero = () => { Build in a weekend - Scale to millions + Scale to billions
diff --git a/apps/www/data/home/content.tsx b/apps/www/data/home/content.tsx
index 74d132c34f..5ed3bcf8c8 100644
--- a/apps/www/data/home/content.tsx
+++ b/apps/www/data/home/content.tsx
@@ -9,7 +9,7 @@ export default {
Build in a weekend
- Scale to millions
+ Scale to billions
>
),
diff --git a/apps/www/data/products/vector/pageData.tsx b/apps/www/data/products/vector/pageData.tsx
index dfe7b0d0c2..8c89f5e417 100644
--- a/apps/www/data/products/vector/pageData.tsx
+++ b/apps/www/data/products/vector/pageData.tsx
@@ -235,7 +235,7 @@ docs.query(
<>
Powerful Features
- Scale to millions
+ Scale to billions
>
),
paragraph:
diff --git a/apps/www/pages/_app.tsx b/apps/www/pages/_app.tsx
index 525d3a33b4..4cac9922c1 100644
--- a/apps/www/pages/_app.tsx
+++ b/apps/www/pages/_app.tsx
@@ -104,7 +104,7 @@ export default function App({ Component, pageProps }: AppProps) {
site_name: 'Supabase',
images: [
{
- url: `https://supabase.com${basePath}/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com${basePath}/images/og/supabase-og.png`,
width: 800,
height: 600,
alt: 'Supabase Og Image',
diff --git a/apps/www/pages/beta.tsx b/apps/www/pages/beta.tsx
index 45e7acb336..1f0e3bb5e8 100644
--- a/apps/www/pages/beta.tsx
+++ b/apps/www/pages/beta.tsx
@@ -965,7 +965,7 @@ const Beta = (props: Props) => {
},
images: [
{
- url: 'https://supabase.com/og/og-image-v2.jpg',
+ url: 'https://supabase.com/og/supabase-og.png',
},
],
}}
diff --git a/apps/www/pages/blog.tsx b/apps/www/pages/blog.tsx
index 7c660f2c41..7b23c2ff15 100644
--- a/apps/www/pages/blog.tsx
+++ b/apps/www/pages/blog.tsx
@@ -38,7 +38,7 @@ function Blog(props: any) {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/pages/brand-assets.tsx b/apps/www/pages/brand-assets.tsx
index 7046681441..886ad58be2 100644
--- a/apps/www/pages/brand-assets.tsx
+++ b/apps/www/pages/brand-assets.tsx
@@ -29,7 +29,7 @@ const Index = () => {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/pages/company.tsx b/apps/www/pages/company.tsx
index f5b75456c5..6f66fccf0c 100644
--- a/apps/www/pages/company.tsx
+++ b/apps/www/pages/company.tsx
@@ -38,7 +38,7 @@ const Index = ({}: Props) => {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/pages/open-source/index.tsx b/apps/www/pages/open-source/index.tsx
index 661e3555a0..47e6412613 100644
--- a/apps/www/pages/open-source/index.tsx
+++ b/apps/www/pages/open-source/index.tsx
@@ -32,7 +32,7 @@ const OpenSource = () => {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/pages/pricing/index.tsx b/apps/www/pages/pricing/index.tsx
index 8b96931729..34dd396463 100644
--- a/apps/www/pages/pricing/index.tsx
+++ b/apps/www/pages/pricing/index.tsx
@@ -62,7 +62,7 @@ export default function IndexPage() {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/pages/support.tsx b/apps/www/pages/support.tsx
index c9ba1ec6de..8f1975026f 100644
--- a/apps/www/pages/support.tsx
+++ b/apps/www/pages/support.tsx
@@ -41,7 +41,7 @@ const Index = () => {
url: `https://supabase.com/${router.pathname}`,
images: [
{
- url: `https://supabase.com/images/og/og-image-v2.jpg`,
+ url: `https://supabase.com/images/og/supabase-og.png`,
},
],
}}
diff --git a/apps/www/public/images/og/og-image-v2.jpg b/apps/www/public/images/og/og-image-v2.jpg
deleted file mode 100644
index c2165818c4..0000000000
Binary files a/apps/www/public/images/og/og-image-v2.jpg and /dev/null differ
diff --git a/apps/www/public/images/og/supabase-og.png b/apps/www/public/images/og/supabase-og.png
new file mode 100644
index 0000000000..09b48ad0be
Binary files /dev/null and b/apps/www/public/images/og/supabase-og.png differ
diff --git a/examples/auth/nextjs/components/tutorial/FetchDataSteps.tsx b/examples/auth/nextjs/components/tutorial/FetchDataSteps.tsx
index 0099f8e155..e12b56dd7e 100644
--- a/examples/auth/nextjs/components/tutorial/FetchDataSteps.tsx
+++ b/examples/auth/nextjs/components/tutorial/FetchDataSteps.tsx
@@ -1,5 +1,5 @@
-import Step from "./Step";
-import Code from "./Code";
+import Step from './Step'
+import Code from './Code'
const create = `
create table notes (
@@ -12,7 +12,7 @@ values
('Today I created a Supabase project.'),
('I added some data and queried it from Next.js.'),
('It was awesome!');
-`.trim();
+`.trim()
const server = `
import { createClient } from '@/utils/supabase/server'
@@ -23,7 +23,7 @@ export default async function Page() {
return
{JSON.stringify(notes, null, 2)}
}
-`.trim();
+`.trim()
const client = `
'use client'
@@ -45,14 +45,14 @@ export default function Page() {
return {JSON.stringify(notes, null, 2)}
}
-`.trim();
+`.trim()
export default function FetchDataSteps() {
return (
- Head over to the{" "} + Head over to the{' '} Table Editor - {" "} - for your Supabase project to create a table and insert some example - data. If you're stuck for creativity, you can copy and paste the - following into the{" "} + {' '} + for your Supabase project to create a table and insert some example data. If you're stuck + for creativity, you can copy and paste the following into the{' '} SQL Editor - {" "} + {' '} and click RUN!
@@ -79,11 +78,11 @@ export default function FetchDataSteps() {
- To create a Supabase client and query data from an Async Server - Component, create a new page.tsx file at{" "} + To create a Supabase client and query data from an Async Server Component, create a new + page.tsx file at{' '} /app/notes/page.tsx - {" "} + {' '} and add the following.
@@ -91,9 +90,9 @@ export default function FetchDataSteps() {
You're ready to launch your product to the world! 🚀