From c395823a0a8d80348b5addb98e05d9756bad569b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:54:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4579510..9f4f2ea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AXIOM Research - Premium Research Peptides in Bali", description: "Science-led peptide protocols in Bali. High quality research peptides and wellness protocols with fast daily delivery."}; + title: "AXIOM Research - Premium Research Peptides in Bali", description: "Science-led peptide protocols in Bali. High quality research peptides and wellness protocols with fast daily delivery." +}; export default function RootLayout({ children, -- 2.49.1 From 0f63a13f3d4ab9c60ae5a56d025081c723b5695a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:54:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d6c785..7316aa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -255,10 +255,13 @@ export default function HomePage() {
-- 2.49.1