Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a91f490795 | |||
| 2e7addcbf9 | |||
| e08a320826 |
@@ -2,7 +2,8 @@ import type { Metadata } from "next";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh"};
|
title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -44,13 +44,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<div className="flex flex-col items-center justify-center pt-12 pb-8 px-4">
|
<div className="flex flex-col items-center justify-center pt-12 pb-8 px-4">
|
||||||
<div className="w-24 h-24 mb-8 relative">
|
<div className="w-40 h-40 mb-8 relative">
|
||||||
<Image
|
<Image
|
||||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT9Q6LqcufSmXp34aU42Uuz3p6/uploaded-1772606347766-79tnch81.jpg"
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT9Q6LqcufSmXp34aU42Uuz3p6/uploaded-1772606347766-79tnch81.jpg"
|
||||||
alt="Ga Nhỏ Camping Logo"
|
alt="Ga Nhỏ Camping Logo"
|
||||||
width={96}
|
width={160}
|
||||||
height={96}
|
height={160}
|
||||||
className="rounded-full object-cover w-full h-full"
|
className="rounded-full object-cover w-full h-full shadow-lg"
|
||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user