5 Commits

Author SHA1 Message Date
b1add87fd6 Remove watermark 2026-04-23 11:24:19 +00:00
9e518ae2a7 Update src/app/page.tsx 2026-04-23 11:20:46 +00:00
318f5ab821 Merge version_3 into main
Merge version_3 into main
2026-04-23 11:19:33 +00:00
570cb7f08a Update src/app/page.tsx 2026-04-23 11:19:30 +00:00
9e454c4873 Merge version_2 into main
Merge version_2 into main
2026-04-23 11:18:33 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google"; import { Raleway } from "next/font/google";
@@ -34,7 +33,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${raleway.variable} antialiased`}> <body className={`${raleway.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="The Automated Marketplace for TCG Enthusiasts" title="Automate Your TCG Trading"
description="Buy, sell, and manage your card game collection with fully automated pricing, secure transactions, and instant settlement." description="Buy, sell, and manage your card game collection with fully automated pricing, secure transactions, and instant settlement."
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", alt: "User 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", alt: "User 1" },