fix: use webp instead of png
BIN
apps/public/public/screenshots/dashboard-dark.webp
Normal file
|
After Width: | Height: | Size: 286 KiB |
BIN
apps/public/public/screenshots/dashboard-light.webp
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
apps/public/public/screenshots/overview-dark.webp
Normal file
|
After Width: | Height: | Size: 354 KiB |
BIN
apps/public/public/screenshots/overview-light.webp
Normal file
|
After Width: | Height: | Size: 422 KiB |
BIN
apps/public/public/screenshots/profile-dark.webp
Normal file
|
After Width: | Height: | Size: 266 KiB |
BIN
apps/public/public/screenshots/profile-light.webp
Normal file
|
After Width: | Height: | Size: 330 KiB |
BIN
apps/public/public/screenshots/realtime-dark.webp
Normal file
|
After Width: | Height: | Size: 430 KiB |
BIN
apps/public/public/screenshots/realtime-light.webp
Normal file
|
After Width: | Height: | Size: 543 KiB |
BIN
apps/public/public/screenshots/report-dark.webp
Normal file
|
After Width: | Height: | Size: 390 KiB |
BIN
apps/public/public/screenshots/report-light.webp
Normal file
|
After Width: | Height: | Size: 440 KiB |
@@ -74,7 +74,7 @@ export default async function ComparePage({
|
|||||||
name: 'OpenPanel',
|
name: 'OpenPanel',
|
||||||
logo: {
|
logo: {
|
||||||
'@type': 'ImageObject',
|
'@type': 'ImageObject',
|
||||||
url: url('/logo.png'),
|
url: url('/logo.webp'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -110,8 +110,8 @@ export default async function ComparePage({
|
|||||||
|
|
||||||
<div className="container my-16">
|
<div className="container my-16">
|
||||||
<WindowImage
|
<WindowImage
|
||||||
srcDark="/screenshots/overview-dark.png"
|
srcDark="/screenshots/overview-dark.webp"
|
||||||
srcLight="/screenshots/overview-light.png"
|
srcLight="/screenshots/overview-light.webp"
|
||||||
alt="OpenPanel Dashboard Overview"
|
alt="OpenPanel Dashboard Overview"
|
||||||
caption="This is our web analytics dashboard, its an out-of-the-box experience so you can start understanding your traffic and engagement right away."
|
caption="This is our web analytics dashboard, its an out-of-the-box experience so you can start understanding your traffic and engagement right away."
|
||||||
/>
|
/>
|
||||||
@@ -126,8 +126,8 @@ export default async function ComparePage({
|
|||||||
|
|
||||||
<div className="container my-16">
|
<div className="container my-16">
|
||||||
<WindowImage
|
<WindowImage
|
||||||
srcDark="/screenshots/dashboard-dark.png"
|
srcDark="/screenshots/dashboard-dark.webp"
|
||||||
srcLight="/screenshots/dashboard-light.png"
|
srcLight="/screenshots/dashboard-light.webp"
|
||||||
alt="OpenPanel Dashboard"
|
alt="OpenPanel Dashboard"
|
||||||
caption="Comprehensive analytics dashboard with real-time insights and customizable views."
|
caption="Comprehensive analytics dashboard with real-time insights and customizable views."
|
||||||
/>
|
/>
|
||||||
@@ -146,8 +146,8 @@ export default async function ComparePage({
|
|||||||
|
|
||||||
<div className="container my-16">
|
<div className="container my-16">
|
||||||
<WindowImage
|
<WindowImage
|
||||||
srcDark="/screenshots/realtime-dark.png"
|
srcDark="/screenshots/realtime-dark.webp"
|
||||||
srcLight="/screenshots/realtime-light.png"
|
srcLight="/screenshots/realtime-light.webp"
|
||||||
alt="OpenPanel Real-time Analytics"
|
alt="OpenPanel Real-time Analytics"
|
||||||
caption="Track events in real-time as they happen with instant updates and live monitoring."
|
caption="Track events in real-time as they happen with instant updates and live monitoring."
|
||||||
/>
|
/>
|
||||||
@@ -181,8 +181,8 @@ export default async function ComparePage({
|
|||||||
|
|
||||||
<div className="container my-16">
|
<div className="container my-16">
|
||||||
<WindowImage
|
<WindowImage
|
||||||
srcDark="/screenshots/report-dark.png"
|
srcDark="/screenshots/report-dark.webp"
|
||||||
srcLight="/screenshots/report-light.png"
|
srcLight="/screenshots/report-light.webp"
|
||||||
alt="OpenPanel Reports"
|
alt="OpenPanel Reports"
|
||||||
caption="Generate detailed reports and insights with customizable metrics and visualizations."
|
caption="Generate detailed reports and insights with customizable metrics and visualizations."
|
||||||
/>
|
/>
|
||||||
@@ -202,8 +202,8 @@ export default async function ComparePage({
|
|||||||
|
|
||||||
<div className="container my-16">
|
<div className="container my-16">
|
||||||
<WindowImage
|
<WindowImage
|
||||||
srcDark="/screenshots/profile-dark.png"
|
srcDark="/screenshots/profile-dark.webp"
|
||||||
srcLight="/screenshots/profile-light.png"
|
srcLight="/screenshots/profile-light.webp"
|
||||||
alt="OpenPanel User Profiles"
|
alt="OpenPanel User Profiles"
|
||||||
caption="Deep dive into individual user profiles with complete event history and behavior tracking."
|
caption="Deep dive into individual user profiles with complete event history and behavior tracking."
|
||||||
/>
|
/>
|
||||||
|
|||||||