Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 032b140759 | |||
| a8fac9d5dc | |||
| cc977fa807 |
@@ -22,11 +22,13 @@ const nunitoSans = Nunito_Sans({
|
||||
export const metadata: Metadata = {
|
||||
title: "Sorrel Gardens | Plant Nursery & Landscaping in Chennai", description: "Premium plant nursery in Injambakkam, Chennai. Indoor plants, terrace gardens, landscape design & wholesale. 4.5★ rated. Call 09789706673 today.", keywords: "plant nursery Chennai, indoor plants, terrace gardens, landscape design, wholesale plants, gardening supplies, Injambakkam", metadataBase: new URL("https://sorrelgardens.com"),
|
||||
alternates: {
|
||||
canonical: "https://sorrelgardens.com"},
|
||||
canonical: "https://sorrelgardens.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Sorrel Gardens - Chennai's Trusted Plant Nursery", description: "Explore our wide variety of plants, landscaping services & expert gardening guidance. 4.5★ from 163+ customers.", url: "https://sorrelgardens.com", siteName: "Sorrel Gardens", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", alt: "Sorrel Gardens plant collection"},
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", alt: "Sorrel Gardens plant collection"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
@@ -1422,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,19 @@ export default function SorrelGardens() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", alt: "Sorrel Gardens plant collection"
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-flower-market_23-2148447169.jpg", alt: "Sorrel Gardens happy customer 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gardening-concept-with-woman_23-2148000101.jpg", alt: "Sorrel Gardens happy customer 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-female-florist-walking-greenhouse-holding-potted-flowering-plant-looking-away-smiling-medium-shot-front-view-gardening-job-botany-concept_74855-12722.jpg", alt: "Sorrel Gardens happy customer 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plant-shop-worker-takes-photo-potted-plants_53876-143254.jpg", alt: "Sorrel Gardens happy customer 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-checking-flowers_23-2148357546.jpg", alt: "Sorrel Gardens happy customer 5"
|
||||
}
|
||||
]}
|
||||
avatarText="4.5★ Rating • 163+ Happy Customers"
|
||||
@@ -264,4 +276,4 @@ export default function SorrelGardens() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user