Update src/app/page.tsx

This commit is contained in:
2026-06-01 04:41:16 +00:00
parent 01c677058f
commit 46bc8be9ae

View File

@@ -65,7 +65,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/energized-businesswoman-drinks-coffee-gets-takeaway-lunch-near-office-building-standing-street_1258-122005.jpg", imageAlt: "stylish woman modest wear natural light" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fulllenght-portrait-spectacular-stylish-lady-is-dressed-dark-green-suit-with-red-lips-is-touching-her-hair-looking-down_291650-2057.jpg", imageAlt: "young woman stylish modern outfit" }
]}
useInvertedBackground={true}
/>
</div>
@@ -122,8 +121,6 @@ export default function LandingPage() {
{ text: "Ikuti di Instagram →", href: "https://www.instagram.com/khenar.id" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-model-jacket-posing-outside_1303-21589.jpg"
imageAlt="Young woman in Khenar.id modest fashion"
/>
</div>
@@ -153,12 +150,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
blogs={[
{ id: "1", category: "Outfit", title: "Style Santai untuk Hangout", excerpt: "Temukan outfit paling nyaman untuk gaya harianmu.", imageSrc: "http://img.b2bpic.net/free-vector/blogger-banner-set_1284-6003.jpg", imageAlt: "Instagram post 1" },
{ id: "2", category: "Hijab", title: "Inspirasi Hijab Kekinian", excerpt: "Padu padan hijab favoritmu dengan koleksi terbaru.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-modern-muslim-woman-hijab-working-laptop-office-room-education-online_285396-9439.jpg", imageAlt: "Instagram post 2" },
{ id: "3", category: "Lookbook", title: "Monochrome Look for Daily", excerpt: "Tampil stylish dengan sentuhan monokrom yang chic.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374795.jpg", imageAlt: "Instagram post 3" },
{ id: "4", category: "Casual", title: "Comfortable & Stylish Daily Wear", excerpt: "Outfit terbaik untuk harimu yang padat namun tetap fashionable.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711576.jpg", imageAlt: "Instagram post 4" },
{ id: "5", category: "Trendy", title: "Fashion Statement with Khenar", excerpt: "Curi perhatian dengan koleksi pilihan yang super trendi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-model-dressed-summer-jeans-black-top-clothes-sexy-carefree-female-posing-near-white-brick-wall-studio-tanned-cheerful_158538-26804.jpg", imageAlt: "Instagram post 5" },
{ id: "6", category: "Elegant", title: "Timeless Elegance Collection", excerpt: "Padukan gaya klasik dengan sentuhan modern untuk tampilan anggun.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2149652005.jpg", imageAlt: "Instagram post 6" }
{ id: "1", category: "Outfit", title: "Style Santai untuk Hangout", excerpt: "Temukan outfit paling nyaman untuk gaya harianmu.", imageSrc: "http://img.b2bpic.net/free-vector/blogger-banner-set_1284-6003.jpg", imageAlt: "Instagram post 1", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" },
{ id: "2", category: "Hijab", title: "Inspirasi Hijab Kekinian", excerpt: "Padu padan hijab favoritmu dengan koleksi terbaru.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-modern-muslim-woman-hijab-working-laptop-office-room-education-online_285396-9439.jpg", imageAlt: "Instagram post 2", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" },
{ id: "3", category: "Lookbook", title: "Monochrome Look for Daily", excerpt: "Tampil stylish dengan sentuhan monokrom yang chic.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374795.jpg", imageAlt: "Instagram post 3", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" },
{ id: "4", category: "Casual", title: "Comfortable & Stylish Daily Wear", excerpt: "Outfit terbaik untuk harimu yang padat namun tetap fashionable.", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711576.jpg", imageAlt: "Instagram post 4", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" },
{ id: "5", category: "Trendy", title: "Fashion Statement with Khenar", excerpt: "Curi perhatian dengan koleksi pilihan yang super trendi.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-model-dressed-summer-jeans-black-top-clothes-sexy-carefree-female-posing-near-white-brick-wall-studio-tanned-cheerful_158538-26804.jpg", imageAlt: "Instagram post 5", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" },
{ id: "6", category: "Elegant", title: "Timeless Elegance Collection", excerpt: "Padukan gaya klasik dengan sentuhan modern untuk tampilan anggun.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2149652005.jpg", imageAlt: "Instagram post 6", authorName: "Khenar.id Team", authorAvatar: "/images/default-avatar.png", date: "2025-01-15" }
]}
buttons={[
{ text: "Lihat Feed Instagram →", href: "https://www.instagram.com/khenar.id" }