From 522ae49585874c46d55715028c16daffeb214a0d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", -- 2.49.1 From 736d82cac7371b54413a307230ff7a4226101ae8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:19:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 13 deletions(-) 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 ( - +
- +
- +