Merge version_1 into main #2
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "residential", title: "Residential Cleaning", description: "Transform your home into a sanctuary of cleanliness and comfort. From regular maintenance to deep cleaning, we handle every detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg?_wi=1", imageAlt: "Professional residential cleaning service" },
|
||||
id: "residential", title: "Residential Cleaning", description: "Transform your home into a sanctuary of cleanliness and comfort. From regular maintenance to deep cleaning, we handle every detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg", imageAlt: "Professional residential cleaning service" },
|
||||
items: [
|
||||
{ icon: Home, text: "Full house cleaning" },
|
||||
{ icon: Sparkles, text: "Move-in/move-out services" },
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "commercial", title: "Commercial Cleaning", description: "Professional environments require professional care. We maintain pristine business spaces that impress clients and boost employee satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg?_wi=1", imageAlt: "Commercial office cleaning service" },
|
||||
id: "commercial", title: "Commercial Cleaning", description: "Professional environments require professional care. We maintain pristine business spaces that impress clients and boost employee satisfaction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg", imageAlt: "Commercial office cleaning service" },
|
||||
items: [
|
||||
{ icon: Building2, text: "Office maintenance" },
|
||||
{ icon: CheckCircle, text: "Certified disinfection" },
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "deep", title: "Deep Cleaning Excellence", description: "Our meticulous deep cleaning goes beyond surface level. We restore properties to showroom condition with attention to every corner.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg?_wi=1", imageAlt: "Professional deep cleaning transformation" },
|
||||
id: "deep", title: "Deep Cleaning Excellence", description: "Our meticulous deep cleaning goes beyond surface level. We restore properties to showroom condition with attention to every corner.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", imageAlt: "Professional deep cleaning transformation" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Complete restoration" },
|
||||
{ icon: Award, text: "Superior techniques" },
|
||||
@@ -128,8 +128,8 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
itemClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,21 +147,21 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "regular-cleaning", brand: "Standard", name: "Regular Cleaning", price: "Starting at $99", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg?_wi=2", imageAlt: "Regular home cleaning service"
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-boy-cleaning-floor_23-2148457044.jpg", imageAlt: "Regular home cleaning service"
|
||||
},
|
||||
{
|
||||
id: "deep-cleaning", brand: "Premium", name: "Deep Cleaning", price: "Starting at $199", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg?_wi=2", imageAlt: "Deep cleaning transformation"
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", imageAlt: "Deep cleaning transformation"
|
||||
},
|
||||
{
|
||||
id: "commercial-cleaning", brand: "Professional", name: "Commercial Cleaning", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg?_wi=2", imageAlt: "Commercial office cleaning"
|
||||
reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-indoors_23-2150454505.jpg", imageAlt: "Commercial office cleaning"
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,8 +204,8 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"
|
||||
cardClassName="bg-white/50 backdrop-blur border border-white/20 rounded-xl p-6 text-center"
|
||||
valueClassName="text-4xl font-bold mb-2"
|
||||
@@ -233,8 +233,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20"
|
||||
containerClassName="max-w-4xl"
|
||||
titleClassName="text-4xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-6"
|
||||
accordionClassName="bg-white/50 backdrop-blur border border-white/20 rounded-xl overflow-hidden"
|
||||
accordionTitleClassName="font-semibold text-lg p-5 cursor-pointer hover:bg-white/30"
|
||||
|
||||
Reference in New Issue
Block a user