Merge version_1 into main #5
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard
|
||||
layout="section"
|
||||
name="Professional Cleaning Starter Kit"
|
||||
price="$99.00"
|
||||
images={[{ src: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", alt: "Cleaning Starter Kit" }]}
|
||||
@@ -80,8 +81,8 @@ export default function LandingPage() {
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
blogs={[
|
||||
{ id: "1", title: "Spring Cleaning Tips", date: "2025-01-01" },
|
||||
{ id: "2", title: "Maintaining Office Hygiene", date: "2025-01-05" }
|
||||
{ id: "1", title: "Spring Cleaning Tips", date: "2025-01-01", category: "Home", excerpt: "Essential tips for spring", imageSrc: "", authorName: "Admin", authorAvatar: "" },
|
||||
{ id: "2", title: "Maintaining Office Hygiene", date: "2025-01-05", category: "Office", excerpt: "Keep your office clean", imageSrc: "", authorName: "Admin", authorAvatar: "" }
|
||||
]}
|
||||
title="Latest Insights"
|
||||
animationType="slide-up"
|
||||
@@ -97,6 +98,7 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
description="Simple, affordable plans for your cleaning needs."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user