Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-08 02:36:35 +00:00

View File

@@ -70,6 +70,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Revolution", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=1" },
{ id: "p2", name: "Medicine Wheel", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=2" },
@@ -83,6 +84,7 @@ export default function LandingPage() {
cardTitle="Community Favorites"
cardTag="Hear from our neighbors"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
{ id: "2", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3547.jpg" }
@@ -94,6 +96,7 @@ export default function LandingPage() {
<FaqSplitText
sideTitle="Common Questions"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you offer gluten-free options?", content: "Yes, we have gluten-friendly alternatives available." },
{ id: "f2", title: "Are ingredients organic?", content: "We source organic, local ingredients whenever possible." }
@@ -109,6 +112,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
]}
useInvertedBackground={false}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg"
/>