Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b999ced81 | |||
| b4de241b10 | |||
| daa7c522f8 |
@@ -1,7 +1,8 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming."};
|
title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -176,8 +176,8 @@ export default function LandingPage() {
|
|||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Glassy card overlay - positioned half off and half on the image */}
|
{/* Glassy card overlay - positioned in front of hero image */}
|
||||||
<div className="absolute bottom-12 md:bottom-20 right-6 md:right-12 w-72 md:w-80 transform translate-y-1/2">
|
<div className="absolute bottom-0 md:bottom-8 right-6 md:right-12 w-72 md:w-80 z-20">
|
||||||
<div className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 md:p-8 shadow-2xl">
|
<div className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl p-6 md:p-8 shadow-2xl">
|
||||||
<div className="flex items-center gap-3 mb-3">
|
<div className="flex items-center gap-3 mb-3">
|
||||||
<div className="text-white">
|
<div className="text-white">
|
||||||
|
|||||||
Reference in New Issue
Block a user