Update src/app/page.tsx
This commit is contained in:
@@ -97,11 +97,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tech Deep Dives", description: "Analyzing the latest trends in technology with a focus on real-world impacts.", imageSrc: "http://img.b2bpic.net/free-photo/female-influencer-setting-up-equipment-viral-video_482257-115510.jpg"},
|
||||
title: "Tech Deep Dives", description: "Analyzing the latest trends in technology with a focus on real-world impacts.", imageSrc: "http://img.b2bpic.net/free-photo/female-influencer-setting-up-equipment-viral-video_482257-115510.jpg", buttons: [{ text: "Watch Now", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "Creative Masterclasses", description: "Hands-on tutorials for budding creators looking to up their production game.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg"},
|
||||
title: "Creative Masterclasses", description: "Hands-on tutorials for budding creators looking to up their production game.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg", buttons: [{ text: "Join Class", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "Community Highlights", description: "Showcasing the incredible projects our community members have been building.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg"},
|
||||
title: "Community Highlights", description: "Showcasing the incredible projects our community members have been building.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg", buttons: [{ text: "Explore Gallery", href: "#" }]
|
||||
},
|
||||
]}
|
||||
title="Latest Featured Stories"
|
||||
description="Dive into our most popular content, hand-picked and curated just for you."
|
||||
@@ -111,8 +114,7 @@ export default function LandingPage() {
|
||||
<div id="merch" data-section="merch">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "View Shop", href: "#shop" }]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
|
||||
Reference in New Issue
Block a user