diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02e6d35..a3bfd02 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Smart Phone | Technology, Refined.', - description: 'Premium smartphone retailer and tech concierge. Curated tech, personalized setup, and next-day delivery.', + title: 'Smart Phone Concierge', + description: 'Elite technology curation and concierge services for professionals.', openGraph: { "title": "Smart Phone | Technology, Refined.", "description": "The world’s most advanced smartphones, curated and delivered with precision.", diff --git a/src/app/page.tsx b/src/app/page.tsx index aa2fa14..57997af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,15 +10,25 @@ import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import Link from "next/link"; - -const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - +
- +
- +