Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-22 14:08:49 +00:00

View File

@@ -116,6 +116,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Creative Highlights"
description="Curated visual storytelling from our platform features."
textboxLayout="default"
products={[
{ id: "1", name: "Cozy Reading", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/still-life-home-atmosphere-interior-with-cups-book-candles-background-cozy-bedspreads_169016-3306.jpg" },
{ id: "2", name: "Writing Focus", brand: "Lifestyle", price: "Gallery", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/assortment-natural-material-stationery_23-2148898259.jpg" },
@@ -143,6 +144,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
tag="Contact Us"
background={{ variant: "canvas-reveal" }}
title="Start Your Journey"
description="Let's elevate your project together."
@@ -153,6 +155,7 @@ export default function LandingPage() {
<div id="final-cta" data-section="final-cta">
<ContactText
useInvertedBackground={false}
text="Ready to take the next step in your author journey?"
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Get in touch now", href: "#contact" }]}