diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b7bd202..e08ddfc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,22 @@ const openSans = Open_Sans({ export const metadata: Metadata = { title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Discover Settlement Point in Corinella — a scenic coastal lookout with stunning ocean views, short walks, and picnic spots. Visit Corinella Foreshore Reserve today.", keywords: "Settlement Point Corinella, Corinella lookout, things to do Corinella, Corinella coastal views, Corinella foreshore reserve, coastal walks Victoria", metadataBase: new URL("https://settlementpointcorinella.com.au"), alternates: { - canonical: "https://settlementpointcorinella.com.au"}, + canonical: "https://settlementpointcorinella.com.au" + }, openGraph: { title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Experience stunning ocean views and coastal beauty at Settlement Point in Corinella. Free entry, family-friendly, and perfect for day trips.", url: "https://settlementpointcorinella.com.au", siteName: "Settlement Point", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", alt: "coastal lookout ocean view scenic viewpoint settlement point"}, - ], + url: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", alt: "coastal lookout ocean view scenic viewpoint settlement point" + } + ] }, twitter: { - card: "summary_large_image", title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Stunning coastal views, scenic walks, and picnic spots at Settlement Point in Corinella.", images: ["http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg"], + card: "summary_large_image", title: "Settlement Point Corinella | Scenic Coastal Lookout", description: "Stunning coastal views, scenic walks, and picnic spots at Settlement Point in Corinella.", images: ["http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 001dbb0..29294a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,14 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", imageAlt: "Settlement Point scenic coastal lookout with ocean views"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-wooden-fence-seashore-leading-sea_181624-20062.jpg", imageAlt: "Settlement Point scenic coastal lookout with ocean views" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/sandy-shore-sea-with-pure-sky_181624-16443.jpg?_wi=1", imageAlt: "Stunning coastal landscape at Settlement Point"}, + imageSrc: "http://img.b2bpic.net/free-photo/sandy-shore-sea-with-pure-sky_181624-16443.jpg?_wi=1", imageAlt: "Stunning coastal landscape at Settlement Point" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-sea-sunset-beach_93675-128298.jpg?_wi=1", imageAlt: "Ocean waves at Corinella foreshore"}, + imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-sea-sunset-beach_93675-128298.jpg?_wi=1", imageAlt: "Ocean waves at Corinella foreshore" + }, ]} autoplayDelay={5000} showDimOverlay={true} @@ -68,8 +71,8 @@ export default function LandingPage() { title="Quick Information" description="Essential details about Settlement Point" metrics={[ - { id: "1", value: "Open 24/7", description: "Always accessible to visitors" }, - { id: "2", value: "4.6★", description: "38 visitor reviews" }, + { id: "1", value: "4.6★", description: "38 visitor reviews" }, + { id: "2", value: "Open 24/7", description: "Always accessible to visitors" }, { id: "3", value: "Free Entry", description: "No admission fees" }, { id: "4", value: "Corinella", description: "VIC 3984" }, ]} @@ -84,7 +87,8 @@ export default function LandingPage() {