Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 07:51:01 +00:00
2 changed files with 12 additions and 48 deletions

View File

@@ -1,57 +1,21 @@
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 "@/styles/globals.css";
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"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "JASTIP.ASIA - Belanja Original dari 9 Negara Asia Tenggara", description: "Platform jasa titip terpercaya untuk belanja produk original dari Thailand, Vietnam, Singapura dan 6 negara Asia Tenggara lainnya. Proses mudah, harga transparan, 100% original.", keywords: "jastip, jastip asia, belanja online, titip barang, thailand, vietnam, singapura, asia tenggara, shopping, personal shopper", metadataBase: new URL("https://jastip.asia"),
alternates: {
canonical: "https://jastip.asia"},
openGraph: {
title: "JASTIP.ASIA - Belanja Original dari Asia Tenggara", description: "Titipkan Impianmu dari 9 Negara Asia Tenggara dengan JASTIP.ASIA", url: "https://jastip.asia", siteName: "JASTIP.ASIA", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/chinese-park-night_1127-4189.jpg", alt: "JASTIP.ASIA - Platform Belanja Asia"},
],
},
twitter: {
card: "summary_large_image", title: "JASTIP.ASIA - Belanja Original dari Asia Tenggara", description: "Titipkan Impianmu dari 9 Negara Asia Tenggara tanpa ribet, tanpa tipu", images: ["http://img.b2bpic.net/free-photo/chinese-park-night_1127-4189.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "JASTIP.ASIA - Titipkan Impianmu dari 9 Negara Asia Tenggara", description:
"Platform jasa titip terpercaya untuk belanja produk original dari Thailand, Vietnam, Singapura, dan 6 negara Asia lainnya. Barang original, tanpa ribet, tanpa tipu."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="id">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -76,14 +76,15 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
cardClassName="relative group"
products={[
{
id: "1", brand: "Mama", name: "Tom Yum Instant Noodle", price: "Rp 45.000", rating: 5,
id: "1", brand: "Mama", name: "⭐ TOP SELLER: Tom Yum Instant Noodle", price: "Rp 45.000", rating: 5,
reviewCount: "2.3k", imageSrc:
"http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=1", imageAlt: "Mama Tom Yum instant noodle Thailand"
},
{
id: "2", brand: "Tao Kae Noi", name: "Seaweed Crispy Snack", price: "Rp 38.000", rating: 5,
id: "2", brand: "Tao Kae Noi", name: "⭐ TOP SELLER: Seaweed Crispy Snack", price: "Rp 38.000", rating: 5,
reviewCount: "1.8k", imageSrc:
"http://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=2", imageAlt: "Tao Kae Noi seaweed snack Thailand"
},
@@ -93,7 +94,7 @@ export default function LandingPage() {
"http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg?_wi=1", imageAlt: "Mistine BB Cream Thailand skincare"
},
{
id: "4", brand: "Nairobi", name: "Hair Care Serum Premium", price: "Rp 55.000", rating: 5,
id: "4", brand: "Nairobi", name: "⭐ TOP SELLER: Hair Care Serum Premium", price: "Rp 55.000", rating: 5,
reviewCount: "1.2k", imageSrc:
"http://img.b2bpic.net/free-photo/paper-sheet-face-mask-cream-herbal-spray-bottles-with-leaves-blue-backdrop_23-2148031346.jpg?_wi=2", imageAlt: "Nairobi hair serum Thailand beauty"
},