Merge version_3 into main #5
@@ -1,52 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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"},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
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"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "HappyPrint Advertising Inc. - Professional Printing & Advertising Solutions", description: "High-quality printing, advertising, and fabrication solutions since 2007. Trusted by national and multinational companies."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Foundation", title: "Enthusiasm", subtitle: "Passion for excellence in work", description: "Our team arrives ready to contribute, continuously learning and growing. We approach every project with genuine passion and dedication to delivering exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060346.jpg"
|
||||
tag: "Foundation", title: "Enthusiasm", subtitle: "Passion for excellence in work", description: "Our team arrives ready to contribute, continuously learning and growing. We approach every project with genuine passion and dedication to delivering exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060346.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -149,15 +149,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", brand: "HappyPrint", name: "Digital Printing", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-business-card-pack-template_23-2148453026.jpg", imageAlt: "Business cards and invitations"
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg?_wi=3", imageAlt: "Business cards and invitations"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "HappyPrint", name: "Large Format Printing", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-vector/nice-coupon-with-many-colors_1017-4229.jpg", imageAlt: "Tarpaulins and vehicle wraps"
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153846.jpg?_wi=1", imageAlt: "Tarpaulins and vehicle wraps"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "HappyPrint", name: "Offset Printing", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-brochure-with-geometric-shapes_1207-524.jpg", imageAlt: "Flyers and brochures"
|
||||
reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060346.jpg?_wi=2", imageAlt: "Flyers and brochures"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "HappyPrint", name: "Textile Printing", price: "Custom Quote", rating: 5,
|
||||
@@ -179,11 +179,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Step One", title: "Submit Your Request", subtitle: "Share your printing project details", description: "Send us your printing request and our experienced team will review it carefully and contact you to discuss your specific requirements and vision.", imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-concept-landing-page_52683-18613.jpg"
|
||||
tag: "Step One", title: "Submit Your Request", subtitle: "Share your printing project details", description: "Send us your printing request and our experienced team will review it carefully and contact you to discuss your specific requirements and vision.", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept-landing-page_52683-18613.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step Two", title: "Consultation & Confirmation", subtitle: "Planning and design refinement", description: "We provide thorough consultation to ensure your printing requirements are clearly understood and properly executed according to your expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153846.jpg"
|
||||
tag: "Step Two", title: "Consultation & Confirmation", subtitle: "Planning and design refinement", description: "We provide thorough consultation to ensure your printing requirements are clearly understood and properly executed according to your expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153846.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -262,18 +262,18 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Advertising & Fabrication", href: "#services" },
|
||||
{ label: "Graphic Design", href: "#services" },
|
||||
{ label: "Digital Printing", href: "#services" },
|
||||
{ label: "Large Format Printing", href: "#services" },
|
||||
{ label: "Advertising & Fabrication", href: "services" },
|
||||
{ label: "Graphic Design", href: "services" },
|
||||
{ label: "Digital Printing", href: "services" },
|
||||
{ label: "Large Format Printing", href: "services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Values", href: "#values" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Values", href: "values" },
|
||||
{ label: "How It Works", href: "how-it-works" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #341f51;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #ff8c42;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #1f7cff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user