Merge version_1 into main #4
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
<ProductDetailCard
|
||||
name="Professional Cleaning Starter Kit"
|
||||
price="$99.00"
|
||||
images={["http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg"]}
|
||||
images={[{ src: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", alt: "Cleaning Starter Kit" }]}
|
||||
buttons={[{ text: "Add to Cart", onClick: () => console.log("Added") }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,8 +80,8 @@ export default function LandingPage() {
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
blogs={[
|
||||
{ id: "1", title: "Spring Cleaning Tips", date: "2025-01-01", author: "Admin" },
|
||||
{ id: "2", title: "Maintaining Office Hygiene", date: "2025-01-05", author: "Admin" }
|
||||
{ id: "1", title: "Spring Cleaning Tips", date: "2025-01-01" },
|
||||
{ id: "2", title: "Maintaining Office Hygiene", date: "2025-01-05" }
|
||||
]}
|
||||
title="Latest Insights"
|
||||
animationType="slide-up"
|
||||
@@ -93,8 +93,8 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{ id: "1", price: "$50", features: ["Dusting", "Vacuuming"] },
|
||||
{ id: "2", price: "$150", features: ["Deep Cleaning", "Sanitization"] }
|
||||
{ id: "1", tag: "Basic", period: "Monthly", price: "$50", description: "Standard cleaning", features: ["Dusting", "Vacuuming"], button: { text: "Choose Plan" }, featuresTitle: "Features included" },
|
||||
{ id: "2", tag: "Pro", period: "Monthly", price: "$150", description: "Deep cleaning", features: ["Deep Cleaning", "Sanitization"], button: { text: "Choose Plan" }, featuresTitle: "Features included" }
|
||||
]}
|
||||
title="Our Pricing"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user