Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-15 11:53:06 +00:00

View File

@@ -40,6 +40,7 @@ export default function FeedPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{ title: "Life Update", description: "Just moved to a new city!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-city_23-2148812682.jpg" },
{ title: "Travel Diary", description: "Hiking in the mountains today.", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape_23-2148812682.jpg" },
@@ -55,6 +56,7 @@ export default function FeedPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "m1", name: "Weekend Vibes", price: "", imageSrc: "http://img.b2bpic.net/free-photo/laughing-cat_23-2148812682.jpg" },
{ id: "m2", name: "Monday Blues", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-dog_23-2148812682.jpg" },
@@ -71,6 +73,7 @@ export default function FeedPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
features={[
{ title: "Comedy Skit", description: "Why do we do this?", imageSrc: "http://img.b2bpic.net/free-photo/skit_23-2148812682.jpg" },
{ title: "Dance Challenge", description: "Learning the new moves!", imageSrc: "http://img.b2bpic.net/free-photo/dance_23-2148812682.jpg" }