Update src/app/page.tsx
This commit is contained in:
@@ -93,6 +93,7 @@ export default function LandingPage() {
|
||||
imageAlt="Our professional cleaning team"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,20 +155,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "standard", title: "Standard Clean", price: "$149", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", imageAlt: "Standard cleaning service", button: { text: "Book Standard", href: "contact" },
|
||||
features: [
|
||||
id: "standard", title: "Standard Clean", price: "$149", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", imageAlt: "Standard cleaning service", button: { text: "Book Standard", href: "contact" }, features: [
|
||||
"All main living areas", "Bathrooms and kitchen", "Vacuuming and mopping", "Dusting and surfaces"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Premium Clean", price: "$199", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-walking-with-cleaning-cart_23-2149345543.jpg", imageAlt: "Premium cleaning service", button: { text: "Book Premium", href: "contact" },
|
||||
features: [
|
||||
id: "premium", title: "Premium Clean", price: "$199", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-walking-with-cleaning-cart_23-2149345543.jpg", imageAlt: "Premium cleaning service", button: { text: "Book Premium", href: "contact" }, features: [
|
||||
"Everything in Standard", "Deep baseboards", "Inside appliances", "Window interiors", "Detailed attention to detail"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "deluxe", title: "Deluxe White Glove", price: "$249", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/housewife-woking-home_1157-45521.jpg", imageAlt: "Deluxe white glove service", button: { text: "Book Deluxe", href: "contact" },
|
||||
features: [
|
||||
id: "deluxe", title: "Deluxe White Glove", price: "$249", period: "/visit", imageSrc: "http://img.b2bpic.net/free-photo/housewife-woking-home_1157-45521.jpg", imageAlt: "Deluxe white glove service", button: { text: "Book Deluxe", href: "contact" }, features: [
|
||||
"Everything in Premium", "Exterior windows", "Wall spots and marks", "Ceiling fans and fixtures", "Organization assistance"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user