Merge version_2 into main #4
@@ -1,52 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HydroLux - Premium Water Bottle Community", description: "Join the premier social platform for premium water bottle enthusiasts. Discover curated collections, connect with collectors, and celebrate the art of hydration.", keywords: "water bottles, premium bottles, bottle collection, hydration community, sustainable bottles, luxury bottles", metadataBase: new URL("https://hydrolux.com"),
|
||||
alternates: {
|
||||
canonical: "https://hydrolux.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "HydroLux - Elevate Your Hydration", description: "Join 50K+ bottle enthusiasts in the world's premier water bottle community.", url: "https://hydrolux.com", siteName: "HydroLux", type: "website", images: [{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-thermos-floating-water_23-2150963119.jpg", alt: "Premium water bottle collection"
|
||||
}]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "HydroLux - Premium Water Bottle Community", description: "Discover premium bottles, connect with collectors, and celebrate hydration.", images: ["http://img.b2bpic.net/free-photo/close-up-thermos-floating-water_23-2150963119.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "HydroLux - Premium Water Bottle Community", description: "Join a premium community of bottle enthusiasts. Discover, share, and celebrate the art of hydration with curated collections."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1414,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -82,18 +82,21 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Featured Collections"
|
||||
description="Explore our handpicked selection of premium water bottles"
|
||||
description="Explore our handpicked selection of premium water bottles with modern layered design"
|
||||
tag="Shop Now"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{ id: "1", name: "Crystal Titanium Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg", imageAlt: "Crystal Titanium Pro bottle" },
|
||||
{ id: "2", name: "Urban Insulated Elite", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg", imageAlt: "Urban Insulated Elite bottle" },
|
||||
{ id: "3", name: "Eco Pure Sustainable", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Eco Pure Sustainable bottle" }
|
||||
{ id: "3", name: "Eco Pure Sustainable", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Eco Pure Sustainable bottle" },
|
||||
{ id: "4", name: "Luxury Rose Gold", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg", imageAlt: "Luxury Rose Gold bottle" },
|
||||
{ id: "5", name: "Arctic Frost Limited", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg", imageAlt: "Arctic Frost Limited bottle" },
|
||||
{ id: "6", name: "Vintage Heritage Edition", price: "$279", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Vintage Heritage Edition bottle" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,14 +104,14 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="By The Numbers"
|
||||
description="HydroLux community impact and growth"
|
||||
description="HydroLux community impact and growth metrics"
|
||||
tag="Community Stats"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
gridVariant="bento-grid"
|
||||
metrics={[
|
||||
{ id: "1", value: "50K+", description: "Active Members Worldwide" },
|
||||
{ id: "2", value: "12.5M", description: "Total Bottles Collected" },
|
||||
@@ -121,7 +124,7 @@ export default function LandingPage() {
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Brands"
|
||||
description="Partnerships with premium bottle manufacturers and lifestyle brands"
|
||||
description="Strategic partnerships with premium bottle manufacturers and lifestyle brands worldwide"
|
||||
tag="Partners"
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="slide-up"
|
||||
@@ -136,7 +139,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Community Stories"
|
||||
description="Hear from our passionate bottle collectors and community members"
|
||||
description="Hear from our passionate bottle collectors and community members sharing their experiences"
|
||||
tag="Testimonials"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user