Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 893c5cf54e | |||
| 7f60c59d5f | |||
| da5af1f4e8 | |||
| c4d3fedf52 | |||
| 9d21f8f579 | |||
| 4a54438da0 |
@@ -1,64 +1,20 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Manrope } from "next/font/google";
|
|
||||||
import { DM_Sans } from "next/font/google";
|
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-manrope", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
|
||||||
variable: "--font-dm-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "HANGOVER - Bold Streetwear Fashion | Cash on Delivery", description: "Premium streetwear brand HANGOVER offers authentic jeans, hoodies, t-shirts & accessories. Shop now with Cash on Delivery in Morocco. Fast shipping, quality guaranteed.", keywords: "streetwear, clothing brand, jeans, hoodies, t-shirts, Morocco, cash on delivery, fashion", metadataBase: new URL("https://hangover.store"),
|
title: "HANGOVER - Bold Streetwear for the Fearless", description: "Premium quality streetwear designed for those who live fearlessly. Shop authentic styles with Cash on Delivery in Morocco."};
|
||||||
alternates: {
|
|
||||||
canonical: "https://hangover.store"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "HANGOVER - Bold Streetwear Fashion", description: "Premium streetwear designed for those who live fearlessly.", url: "https://hangover.store", siteName: "HANGOVER", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "https://hangover.store/og-image.jpg", alt: "HANGOVER Streetwear Collection"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "HANGOVER - Bold Streetwear Fashion", description: "Premium streetwear designed for those who live fearlessly.", images: ["https://hangover.store/twitter-image.jpg"]
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1426,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Mail, Package, Sparkles, Star, HelpCircle } from "lucide-react";
|
import { Mail, Package, Sparkles, Star, HelpCircle, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
|||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Real reviews from HANGOVER community members."
|
description="Real reviews from HANGOVER community members."
|
||||||
tag="Reviews"
|
tag="Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={CheckCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #1f2027;;
|
/* --background: #1f2027;;;
|
||||||
--card: #ffffff;;
|
--card: #db1919;;;
|
||||||
--foreground: #27231f;;
|
--foreground: #27231f;;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #627dc6;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--accent: #c68a62;;
|
--accent: #c68a62;;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #c68a62;;; */
|
||||||
|
|
||||||
--background: #1f2027;;
|
--background: #1f2027;;;
|
||||||
--card: #ffffff;;
|
--card: #db1919;;;
|
||||||
--foreground: #27231f;;
|
--foreground: #27231f;;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #627dc6;;;
|
||||||
--primary-cta-text: #e3deea;;
|
--primary-cta-text: #e3deea;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;;
|
||||||
--secondary-cta-text: #27231f;;
|
--secondary-cta-text: #27231f;;;
|
||||||
--accent: #c68a62;;
|
--accent: #c68a62;;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #c68a62;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user