Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-10 13:06:00 +00:00
5 changed files with 66 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ export default function AboutPage() {
title: "Successful Trade Partnerships",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg"
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg?_wi=3"
imageAlt="Harmonypeak's global sourcing team"
useInvertedBackground={true}
mediaAnimation="slide-up"
@@ -125,7 +125,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg?_wi=2"
imageAlt="Global trade network connecting world markets"
logoText="HARMONYPEAK"
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"

View File

@@ -89,7 +89,7 @@ export default function ContactPage() {
title: "Global Trade Experience",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg"
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg?_wi=4"
imageAlt="Harmonypeak's international sourcing operations"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -116,7 +116,7 @@ export default function ContactPage() {
price: "Global Supply",
rating: 5,
reviewCount: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg?_wi=4",
imageAlt: "Food and agricultural commodities",
},
{
@@ -126,7 +126,7 @@ export default function ContactPage() {
price: "Specialty Sources",
rating: 5,
reviewCount: "Certified",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg?_wi=5",
imageAlt: "Specialty food ingredients",
},
{
@@ -136,7 +136,7 @@ export default function ContactPage() {
price: "Tech Innovation",
rating: 5,
reviewCount: "Verified",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg?_wi=3",
imageAlt: "Consumer electronics products",
},
{
@@ -146,7 +146,7 @@ export default function ContactPage() {
price: "Bulk Supply",
rating: 5,
reviewCount: "Trusted",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg?_wi=3",
imageAlt: "Industrial raw materials",
},
{
@@ -156,7 +156,7 @@ export default function ContactPage() {
price: "B2B Solutions",
rating: 5,
reviewCount: "Established",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg?_wi=3",
imageAlt: "Institutional supply services",
},
]}
@@ -190,7 +190,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg?_wi=4"
imageAlt="Global trade network connecting world markets"
logoText="HARMONYPEAK"
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"

View File

@@ -1,28 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "HARMONYPEAK | Global Sourcing & Institutional Supply Partner",
description: "Harmonypeak connects businesses with trusted international suppliers. Global sourcing, cross-border trade, and institutional supply solutions for premium brands.",
keywords: "global sourcing, cross-border trade, institutional supply, international procurement, supply chain, private label, brand development",
metadataBase: new URL("https://harmonypeak.com"),
alternates: {
canonical: "https://harmonypeak.com",
},
openGraph: {
title: "HARMONYPEAK - Global Sourcing Excellence",
description: "Your trusted partner for global sourcing, cross-border trade, and brand development.",
siteName: "HARMONYPEAK",
type: "website",
url: "https://harmonypeak.com",
images: [
{
url: "http://img.b2bpic.net/free-vector/coronavirus-spread-around-world-map_23-2148493650.jpg",
alt: "HARMONYPEAK global sourcing network",
},
],
},
twitter: {
card: "summary_large_image",
title: "HARMONYPEAK - Global Sourcing Partner",
description: "Connect with trusted international suppliers and build scalable global brands.",
images: ["http://img.b2bpic.net/free-vector/coronavirus-spread-around-world-map_23-2148493650.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -70,27 +70,27 @@ export default function HomePage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg",
"http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg?_wi=1",
imageAlt: "International manufacturing facilities",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg",
"http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg?_wi=1",
imageAlt: "Global sourcing and procurement",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg?_wi=1",
imageAlt: "Food and agricultural commodities",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg",
"http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg?_wi=1",
imageAlt: "Consumer electronics sourcing",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg",
"http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg?_wi=1",
imageAlt: "Industrial raw materials",
},
]}
@@ -115,7 +115,7 @@ export default function HomePage() {
title: "Global Trade Experience",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg"
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg?_wi=2"
imageAlt="Harmonypeak's international sourcing operations"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -179,7 +179,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Premium",
imageSrc:
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg?_wi=2",
imageAlt: "Food and agricultural commodities",
},
{
@@ -190,7 +190,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Certified",
imageSrc:
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
"http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg?_wi=3",
imageAlt: "Specialty food ingredients",
},
{
@@ -201,7 +201,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Verified",
imageSrc:
"http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg",
"http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174371.jpg?_wi=2",
imageAlt: "Consumer electronics products",
},
{
@@ -212,7 +212,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Trusted",
imageSrc:
"http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg",
"http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886818.jpg?_wi=2",
imageAlt: "Industrial raw materials",
},
{
@@ -223,7 +223,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Established",
imageSrc:
"http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg",
"http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908112.jpg?_wi=2",
imageAlt: "Institutional supply services",
},
]}
@@ -333,7 +333,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg?_wi=1"
imageAlt="Global trade network connecting world markets"
logoText="HARMONYPEAK"
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"

View File

@@ -176,7 +176,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg?_wi=3"
imageAlt="Global trade network connecting world markets"
logoText="HARMONYPEAK"
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"