Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,16 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { FileText, Layers, LayoutDashboard, MapPin, ShieldCheck, Sparkles, Users } from "lucide-react";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Carlstra Aero Ltd - End-to-End Supply, Logistics & Technical Solutions in Kenya", description: "Carlstra Aero Ltd provides end-to-end supply, logistics, technical, and contracting solutions for Kenya's most demanding institutions, ensuring trust and compliance.", openGraph: {
|
||||
title: "Carlstra Aero Ltd - Trusted Partner for Institutional Solutions", description: "Carlstra Aero Ltd offers reliable and compliant supply, logistics, and technical solutions across Kenya's public and private sectors. Request a quote today.", url: "https://www.carlstraaero.com", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/blue-neon-light-dissolves-darkness-soft-neon_169016-71278.jpg", alt: "Carlstra Aero Ltd Logo and Services"},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user