diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fa1c0d42..6ae0c1691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ import Nav from "@/components/Nav"; import Footer from "@/components/Footer"; import { TrustLayer } from "@/components/TrustLayer"; import { PopularComparisons } from "@/components/PopularComparisons"; +import { HomeProductSearch } from "@/components/HomeProductSearch"; export const metadata: Metadata = { alternates: { @@ -295,6 +296,7 @@ export default function HomePage() {

Search real products and live merchant data with one API, so AI agents can compare options without scraping storefronts or stitching together generic shopping results.

+

Editor summary

{config.comparisonSectionTitle}

+ {config.comparisonDisclaimer && ( +

{config.comparisonDisclaimer}

+ )}
diff --git a/src/lib/seo-landing-pages.ts b/src/lib/seo-landing-pages.ts index 3f207c75a..c3004dd2b 100644 --- a/src/lib/seo-landing-pages.ts +++ b/src/lib/seo-landing-pages.ts @@ -89,6 +89,7 @@ export type SeoLandingPageConfig = { comparisonSectionTitle: string; comparisonColumns: string[]; comparisonRows: ComparisonRow[]; + comparisonDisclaimer?: string; highlightSectionTitle: string; highlights: Highlight[]; adviceSectionTitle: string; @@ -503,6 +504,7 @@ export const seoLandingPages: Record = { }, "laptop-singapore": { slug: "laptop-singapore", + comparisonDisclaimer: "Editor's picks — not all models may appear in the live results above. Prices shown are reference prices and may differ from live listings.", title: "Best Laptops in Singapore 2026 | Compare Laptop Prices Across SG Retailers", description: "Compare the best laptops in Singapore with live BuyWhere listings, retailer price checks, and quick buying advice across Apple, ASUS, Lenovo, HP, Acer, and Dell.",