Merge version_1 into main #2
@@ -10,7 +10,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, Cake, Coffee, Heart, Image, MapPin, Menu, Sparkles, Star } from 'lucide-react';
|
||||
import { Award, Cake, Coffee, Heart, Image, MapPin, Menu, Sparkles, Star, Armchair } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,8 +58,6 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl md:text-6xl font-extrabold leading-tight"
|
||||
descriptionClassName="text-lg md:text-xl text-opacity-80 mt-6 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,11 +88,11 @@ export default function LandingPage() {
|
||||
title: "스페셜티 원두", description: "루미에르 커피는 엄선된 스페셜티 원두만 사용합니다. 풍부한 향과 깊은 맛을 느낄 수 있는 프리미엄 커피 경험을 제공합니다.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kke924", imageAlt: "스페셜티 원두" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hh6sn&_wi=1", imageAlt: "원두로 만든 커피" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hh6sn", imageAlt: "원두로 만든 커피" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "편안한 공간", description: "조용하고 따뜻한 분위기의 공간에서 편안하게 시간을 보낼 수 있습니다. 친구와의 대화, 혼자만의 명상까지 모든 순간이 특별합니다.", icon: Coffee,
|
||||
title: "편안한 공간", description: "조용하고 따뜻한 분위기의 공간에서 편안하게 시간을 보낼 수 있습니다. 친구와의 대화, 혼자만의 명상까지 모든 순간이 특별합니다.", icon: Armchair,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=takhw2", imageAlt: "편안한 카페 공간" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6ihqaj", imageAlt: "카페 인테리어" }
|
||||
@@ -104,7 +102,7 @@ export default function LandingPage() {
|
||||
title: "직접 만든 디저트", description: "매장에서 직접 만드는 수제 디저트를 제공합니다. 커피와 완벽하게 어울리는 달콤한 맛의 디저트로 더욱 풍요로운 시간을 선물합니다.", icon: Cake,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q8zbs4", imageAlt: "수제 디저트" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1sda40&_wi=1", imageAlt: "카페 공간에서의 디저트" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1sda40", imageAlt: "카페 공간에서의 디저트" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -113,8 +111,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-6xl mx-auto px-6"
|
||||
titleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
descriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
cardTitleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
cardDescriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -128,7 +126,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "menu-1", brand: "Signature", name: "루미에르 라떼", price: "6,500원", rating: 5,
|
||||
reviewCount: "142", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hh6sn&_wi=2", imageAlt: "루미에르 라떼"
|
||||
reviewCount: "142", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hh6sn", imageAlt: "루미에르 라떼"
|
||||
},
|
||||
{
|
||||
id: "menu-2", brand: "Signature", name: "허니 카라멜 라떼", price: "7,000원", rating: 5,
|
||||
@@ -146,8 +144,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-6xl mx-auto px-6"
|
||||
titleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
descriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,7 +158,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1", category: "공간", title: "창가의 따뜻한 햇빛", excerpt: "루미에르 커피의 넓은 창가 좌석에서 자연광을 받으며 편안한 시간을 보낼 수 있습니다.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1sda40&_wi=2", imageAlt: "카페 창가 좌석", authorName: "루미에르 커피", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=po5blq", date: "2024.01.15"
|
||||
id: "blog-1", category: "공간", title: "창가의 따뜻한 햇빛", excerpt: "루미에르 커피의 넓은 창가 좌석에서 자연광을 받으며 편안한 시간을 보낼 수 있습니다.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1sda40", imageAlt: "카페 창가 좌석", authorName: "루미에르 커피", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=po5blq", date: "2024.01.15"
|
||||
},
|
||||
{
|
||||
id: "blog-2", category: "공간", title: "모던하고 아늑한 인테리어", excerpt: "고급스러운 디자인과 편안함이 조화를 이루는 루미에르 커피의 공간에서 여유로운 시간을 즐기세요.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1bf00v", imageAlt: "카페 인테리어", authorName: "루미에르 커피", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nfjepm", date: "2024.01.10"
|
||||
@@ -174,8 +172,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-6xl mx-auto px-6"
|
||||
titleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
descriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-extrabold mb-4 leading-tight"
|
||||
textBoxDescriptionClassName="text-lg text-opacity-70 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user