2 Commits

Author SHA1 Message Date
42b8343515 Update src/app/page.tsx 2026-05-21 06:28:32 +00:00
bddbd1400b Merge version_1 into main
Merge version_1 into main
2026-05-21 06:27:28 +00:00

View File

@@ -97,9 +97,10 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="split-actions"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Order Now", href: "#contact" }]}
products={[ products={[
{ {
id: "1", name: "Crispy Drumsticks", price: "$8", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/shot-white-plate-full-fried-chicken_181624-23629.jpg"}, id: "1", name: "Crispy Drumsticks", price: "$8", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/shot-white-plate-full-fried-chicken_181624-23629.jpg"},