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-19 02:29:38 +00:00
3 changed files with 51 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ export default function AppPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg?_wi=2",
imageAlt: "Create Your Capsule",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Time Capsule SMS - Seal Messages for the Future",
description: "Create beautiful time capsules with messages, images, stickers, and links. Seal them for future dates, share via code, and unlock emotional moments when the time is right.",
keywords: "time capsule, message scheduling, future emails, shared messages, memory vault, scheduled notifications",
metadataBase: new URL("https://timecapsulesms.com"),
alternates: {
canonical: "https://timecapsulesms.com",
},
openGraph: {
title: "Time Capsule SMS - Seal Messages for the Future",
description: "Create beautiful time capsules with messages, images, stickers, and links. Seal them for future dates, share via code, and unlock emotional moments when the time is right.",
url: "https://timecapsulesms.com",
siteName: "Time Capsule SMS",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg",
alt: "Time Capsule SMS",
},
],
},
twitter: {
card: "summary_large_image",
title: "Time Capsule SMS - Seal Messages for the Future",
description: "Create beautiful time capsules with messages, images, stickers, and links. Seal them for future dates and unlock emotional moments.",
images: ["http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -86,13 +86,13 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-wedding-arrangement-with-opened-envelope_23-2148243901.jpg?_wi=1",
imageAlt: "Sealed Time Capsule",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/desk-office_23-2148006551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/desk-office_23-2148006551.jpg?_wi=1",
imageAlt: "Message Composition",
},
]}
@@ -139,7 +139,7 @@ export default function HomePage() {
title: "Rich Message Composition",
subtitle: "Express yourself fully",
description: "Add text, images, stickers, GIFs, and links to create vivid, multimedia messages that capture your emotions and thoughts.",
imageSrc: "http://img.b2bpic.net/free-photo/desk-office_23-2148006551.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/desk-office_23-2148006551.jpg?_wi=2",
imageAlt: "Message composition interface",
},
{