From 8f519a32c2dba0666b4a08538bb7c3b8daecf46b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:17:58 +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 7a0cab7..212410f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Raleway } from "next/font/google"; export const metadata: Metadata = { - title: 'ShadesCo - Premium Sunglasses for Your Style | Official Store', - description: 'Discover ShadesCo: premium sunglasses designed for fashion-conscious young adults. Explore our modern, minimalist collections and customize your perfect pair. Shop now!', + title: 'JP Identity - Premium Sunglasses for Your Style | Official Store', + description: 'Discover JP Identity: premium sunglasses designed for fashion-conscious young adults. Explore our modern, minimalist collections and customize your perfect pair. Shop now!', keywords: ["sunglasses, eyewear, fashion, luxury, streetwear, customize, shades, summer, style, aesthetic"], openGraph: { "title": "ShadesCo - Premium Sunglasses for Your Style", -- 2.49.1 From ca280639147f60e5cac788397158e6c7792dd709 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:17:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 154 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8fcccd..73cba7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,46 +29,31 @@ export default function LandingPage() {
@@ -189,9 +118,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Vision: Style, Quality, Freedom." description={[ - "At ShadesCo, we believe sunglasses are more than just an accessory—they're an extension of your personality. Founded with a passion for modern aesthetics and uncompromising quality, we craft eyewear that empowers you to express yourself.", - "We blend minimalist design with durable materials, creating pieces that are both luxurious and perfect for everyday street style. Join us in embracing the freedom of expression, one perfect pair at a time.", - ]} + "At JP Identity, we believe sunglasses are more than just an accessory—they're an extension of your personality. Founded with a passion for modern aesthetics and uncompromising quality, we craft eyewear that empowers you to express yourself.", "We blend minimalist design with durable materials, creating pieces that are both luxurious and perfect for everyday street style. Join us in embracing the freedom of expression, one perfect pair at a time."]} /> @@ -199,20 +126,11 @@ export default function LandingPage() { @@ -220,18 +138,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1