Merge version_2 into main #3
@@ -71,6 +71,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "r1", name: "Basic Oil Change", price: "$19", variant: "Guide", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-oil-car_23-2148817001.jpg" },
|
||||
{ id: "r2", name: "Brake Pad Replacement", price: "$49", variant: "Guide", imageSrc: "http://img.b2bpic.net/free-photo/car-brake-repair_23-2148817002.jpg" },
|
||||
@@ -103,6 +104,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,6 +116,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user