Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Wind, Cloud, Users, Flame, Utensils, DollarSign } from "lucide-react";
|
||||
import Image from "next/image";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,6 +43,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<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"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<HeroCentered
|
||||
title="Trải nghiệm nướng ngoài trời giữa lòng Vinh"
|
||||
description="Không gian chill – Đồ ăn đậm vị – Phù hợp tụ họp bạn bè & gia đình"
|
||||
|
||||
Reference in New Issue
Block a user