Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 23:33:14 +00:00

View File

@@ -69,6 +69,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Signature", name: "Crawfish Boil", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=1" },
{ id: "2", brand: "Premium", name: "King Crab Platter", price: "$55", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=1" },
@@ -98,6 +99,7 @@ export default function LandingPage() {
title="Plan Your Visit"
description="Located in the heart of downtown. Open Daily 11 AM - 10 PM. Call us at (555) 123-4567 or visit us at 123 Bayou Way, New Orleans, LA."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttonText="Get Directions"
/>
</div>