4 Commits

Author SHA1 Message Date
a3379ab861 Merge version_3 into main
Merge version_3 into main
2026-03-07 07:54:10 +00:00
0f63a13f3d Update src/app/page.tsx 2026-03-07 07:54:06 +00:00
c395823a0a Update src/app/layout.tsx 2026-03-07 07:54:05 +00:00
4d81a813df Merge version_2 into main
Merge version_2 into main
2026-03-05 12:42:40 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -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,

View File

@@ -255,10 +255,13 @@ export default function HomePage() {
<div id="contact-section" data-section="contact-section">
<ContactCenter
tag="Get in Touch"
title="Ready to Order?"
description="Fast, secure ordering—reach us via WhatsApp, Instagram, or email"
title="Order via WhatsApp for Fast Delivery"
description="Connect directly on WhatsApp to place orders, discuss your research needs, and arrange fast delivery throughout Bali."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your WhatsApp number"
buttonText="Contact via WhatsApp"
termsText="Click to start a WhatsApp conversation for fast, frictionless ordering and delivery coordination."
/>
</div>