From 6a394a84d7b2c8851c901460905ea731011463a2 Mon Sep 17 00:00:00 2001 From: "netlify[bot]" Date: Wed, 19 Nov 2025 00:03:06 +0000 Subject: [PATCH] Design a Minimal Landing Page for Listing Sentinel SaaS Product (691d0863981c36261088b0b7) --- src/pages/index.astro | 69 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 56 insertions(+), 13 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 472bf9f..e706f88 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,19 +1,62 @@ --- import Layout from '../layouts/Layout.astro'; -import Markdown from '../components/Markdown.astro'; -const explainer = ` -An Astro website can go way beyond static pages - on the right platform. - -Netlify supports not only [Streaming SSR](https://docs.astro.build/en/guides/server-side-rendering/#html-streaming) and fast [Edge Middleware](https://docs.astro.build/en/guides/middleware/), but also [on-demand revalidation](https://www.netlify.com/blog/cache-tags-and-purge-api-on-netlify/) and [stale-while-revalidate](https://www.netlify.com/blog/swr-and-fine-grained-cache-control/). -Any page or data can be rebuilt only when needed, without site visitors ever getting a performance hit. -`; +const features = [ + { + title: 'Change Detection', + description: 'Instantly detect unauthorized changes to your product listings' + }, + { + title: 'Suppression Monitoring', + description: 'Get alerted when your listings are suppressed or hidden' + }, + { + title: 'Image Tracking', + description: 'Monitor for missing or altered product images' + }, + { + title: 'Content Protection', + description: 'Track edits to titles, bullet points, and descriptions' + }, + { + title: 'Price Monitoring', + description: 'Catch pricing errors before they impact your revenue' + }, + { + title: 'Real-Time Alerts', + description: 'Stay informed with instant notifications of listing issues' + } +]; --- - -

Netlify Platform Starter for Astro

- -

- Read the Docs -

+ +
+
+

Protect Your Amazon Listings

+

+ Listing Sentinel monitors your Amazon product listings 24/7 for unexpected changes, suppression issues, missing images, and pricing errors. +

+ Get Early Access +
+ +
+

Comprehensive Listing Protection

+
+ {features.map((feature) => ( +
+

{feature.title}

+

{feature.description}

+
+ ))} +
+
+ +
+

Stay Protected

+

+ Join Amazon sellers who trust Listing Sentinel to protect their business from listing issues that could cost thousands in lost revenue. +

+ Request Access +
+