update why nearle page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { Metadata } from "next";
|
||||
import { PremiumPageShell } from "@/components/layout/PremiumPageShell";
|
||||
import { Hero } from "@/components/home/Hero";
|
||||
import { ServiceCategories } from "@/components/home/ServiceCategories";
|
||||
@@ -5,8 +6,22 @@ import { WhyNearle } from "@/components/home/WhyNearle";
|
||||
import { HowItWorks } from "@/components/home/HowItWorks";
|
||||
import { HyperlocalFeatures } from "@/components/home/HyperlocalFeatures";
|
||||
import { BusinessSection } from "@/components/home/BusinessSection";
|
||||
import { WhyAICommerceWins } from "@/components/home/WhyAICommerceWins";
|
||||
import { StoreQRSection } from "@/components/home/StoreQRSection";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Commerce Platform for Neighbourhood Stores",
|
||||
description:
|
||||
"Nearle is the AI Commerce platform that digitizes neighbourhood stores instead of replacing them. AI catalogs by ProductLLM, QR ordering, and local discovery — commerce that runs on your neighbourhood.",
|
||||
openGraph: {
|
||||
title: "Nearle — AI Commerce Platform for Neighbourhood Stores",
|
||||
description:
|
||||
"Not another delivery app. Nearle adds AI, a digital storefront, and ordering to the local stores you already trust.",
|
||||
url: "https://nearle.in",
|
||||
},
|
||||
alternates: { canonical: "/" },
|
||||
};
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<PremiumPageShell>
|
||||
@@ -16,6 +31,7 @@ export default function HomePage() {
|
||||
<HowItWorks />
|
||||
<HyperlocalFeatures />
|
||||
<BusinessSection />
|
||||
<WhyAICommerceWins />
|
||||
<StoreQRSection />
|
||||
</PremiumPageShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user