Update src/app/page.tsx
This commit is contained in:
@@ -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