3 Commits

Author SHA1 Message Date
592c691527 Update src/app/page.tsx 2026-03-06 15:17:26 +00:00
57ee102a59 Update src/app/page.tsx 2026-03-06 15:16:37 +00:00
3b50cec9cc Update src/app/page.tsx 2026-03-06 15:14:51 +00:00
3 changed files with 14 additions and 16 deletions

View File

@@ -17,22 +17,20 @@ const inter = Inter({
export const metadata: Metadata = {
title: "HappyPrint Advertising - Professional Printing & Advertising Solutions", description: "Quality printing, graphic design, and advertising services for national and multinational companies. Fast delivery, creative solutions, and trusted expertise since 2007.", keywords: "printing services, advertising, graphic design, large format printing, digital printing, signage, branding", metadataBase: new URL("https://happyprint.com.ph"),
alternates: {
canonical: "https://happyprint.com.ph"
},
canonical: "https://happyprint.com.ph"},
openGraph: {
title: "HappyPrint Advertising Inc. - Excellence in Printing & Advertising", description: "Transform your brand vision into reality with professional printing and advertising solutions.", url: "https://happyprint.com.ph", siteName: "HappyPrint Advertising Inc.", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg", alt: "HappyPrint professional printing services"
}
]
url: "http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg", alt: "HappyPrint professional printing services"},
],
},
twitter: {
card: "summary_large_image", title: "HappyPrint Advertising - Professional Printing Solutions", description: "High-quality printing and advertising services trusted by corporate clients.", images: ["http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg"]
card: "summary_large_image", title: "HappyPrint Advertising - Professional Printing Solutions", description: "High-quality printing and advertising services trusted by corporate clients.", images: ["http://img.b2bpic.net/free-photo/side-view-women-using-printer-work_23-2149713668.jpg"],
},
robots: {
index: true,
follow: true
}
follow: true,
},
};
export default function RootLayout({

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Established 2007"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Explore Services", href: "services" },
{ text: "Contact Us", href: "contact" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #341f51;
--primary-cta-text: #f5f5f5;
--secondary-cta: #106EFB;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #E34400;
--background-accent: #106EFB;
--accent: #6139e6;
--background-accent: #b3a8e8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);