Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a91f490795 | |||
| 2e7addcbf9 | |||
| e08a320826 |
@@ -2,7 +2,8 @@ import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
|
||||
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({
|
||||
children,
|
||||
@@ -1381,4 +1382,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -44,13 +44,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT9Q6LqcufSmXp34aU42Uuz3p6/uploaded-1772606347766-79tnch81.jpg"
|
||||
alt="Ga Nhỏ Camping Logo"
|
||||
width={96}
|
||||
height={96}
|
||||
className="rounded-full object-cover w-full h-full"
|
||||
width={160}
|
||||
height={160}
|
||||
className="rounded-full object-cover w-full h-full shadow-lg"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
@@ -303,4 +303,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user