Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 23:14:09 +00:00
2 changed files with 13 additions and 46 deletions

View File

@@ -1,54 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { Outfit } from "next/font/google";
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 manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const outfit = Outfit({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Premium THC Vapes | Lab-Tested Quality | VapeVault", description: "Shop premium lab-tested THC vapes with guaranteed quality and purity. Fast shipping, verified products, and 24/7 customer support.", keywords: "THC vapes, vape cartridges, delta-8 vape, premium vapes, lab-tested, vape pen", openGraph: {
title: "Premium THC Vapes | VapeVault", description: "Discover our premium collection of laboratory-tested THC vape products.", siteName: "VapeVault", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg", alt: "Premium THC vape collection"},
],
},
twitter: {
card: "summary_large_image", title: "Premium THC Vapes | VapeVault", description: "Lab-tested, verified quality THC vapes with fast shipping.", images: ["http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "VapeVault - Premium Lab-Tested THC Vapes", description: "Premium THC vapes trusted by verified customers. Lab-tested for safety and compliance."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={outfit.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -43,9 +43,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Experience Premium THC Vapes"
description="Discover our premium collection of laboratory-tested, high-quality vape products. Trusted by thousands for superior flavor, potency, and consistent performance."
description="Every product is laboratory-tested and verified for compliance and safety. Our rigorous quality standards ensure purity, potency, and consistent performance. Trusted by 50,000+ verified customers for superior products you can rely on."
background={{ variant: "glowing-orb" }}
tag="Verified Quality"
tag="Lab-Tested & Verified"
tagIcon={CheckCircle}
tagAnimation="slide-up"
buttons={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
id: "4", title: "Highly Recommended", quote: "Outstanding products and service. I've recommended VapeVault to all my friends. Everyone loves the quality and reliability.", name: "Jessica Martinez", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg"
},
]}
title="Trusted by Thousands"
title="Trusted by 50,000+ Verified Customers"
description="Real reviews from satisfied customers who trust VapeVault for their premium vape needs."
textboxLayout="default"
useInvertedBackground={false}