Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-11 11:44:21 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Superb Solutions LLC"
/>
@@ -55,31 +47,19 @@ export default function LandingPage() {
description="We provide high-quality residential and commercial cleaning services tailored to your needs. Experience the difference of a professional touch."
buttons={[
{
text: "Get a Free Quote",
href: "/contact",
},
text: "Get a Free Quote", href: "/contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=1",
imageAlt: "Clean modern residential home interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", imageAlt: "Clean modern residential home interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-volunteers-holding-hands_23-2148687292.jpg",
imageAlt: "Front view group of volunteers holding hands",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-volunteers-holding-hands_23-2148687292.jpg", imageAlt: "Front view group of volunteers holding hands"},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-pointing-front-them_23-2148687293.jpg",
imageAlt: "Group of volunteers pointing in front of them",
},
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-pointing-front-them_23-2148687293.jpg", imageAlt: "Group of volunteers pointing in front of them"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112833.jpg",
imageAlt: "Portrait of man cleaning his house",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112833.jpg", imageAlt: "Portrait of man cleaning his house"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg",
imageAlt: "Close up of florist woman portrait",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-woman-portret-looking-camera-smiling-using-fertil-soil-with-shovel-white-ceramic-pot-houseplants-prepared-replanting-house-decoration_482257-4789.jpg", imageAlt: "Close up of florist woman portrait"},
]}
/>
</div>
@@ -90,45 +70,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Excellent Service",
quote: "Superb Solutions transformed my home. Highly professional!",
name: "Jane Doe",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=1",
},
id: "1", title: "Excellent Service", quote: "Superb Solutions transformed my home. Highly professional!", name: "Jane Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg"},
{
id: "2",
title: "Reliable Company",
quote: "Best office cleaning we have ever had.",
name: "John Smith",
role: "Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1",
},
id: "2", title: "Reliable Company", quote: "Best office cleaning we have ever had.", name: "John Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
{
id: "3",
title: "Great Detail",
quote: "They missed nothing. Truly professional.",
name: "Emily White",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg",
},
id: "3", title: "Great Detail", quote: "They missed nothing. Truly professional.", name: "Emily White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg"},
{
id: "4",
title: "Fast & Efficient",
quote: "Deep cleaning done perfectly on time.",
name: "Robert Brown",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg",
},
id: "4", title: "Fast & Efficient", quote: "Deep cleaning done perfectly on time.", name: "Robert Brown", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg"},
{
id: "5",
title: "Professionalism",
quote: "Very friendly staff and excellent results.",
name: "Alice Green",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
},
id: "5", title: "Professionalism", quote: "Very friendly staff and excellent results.", name: "Alice Green", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"},
]}
title="What Our Clients Say"
description="Hear from our happy customers."
@@ -136,11 +86,23 @@ export default function LandingPage() {
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductDetailCard />
<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"]}
buttons={[{ text: "Add to Cart", onClick: () => console.log("Added") }]}
layout="default"
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
blogs={[
{ id: "1", title: "Spring Cleaning Tips", description: "Get your home ready for spring with these tips.", date: "2025-01-01", author: "Admin" },
{ id: "2", title: "Maintaining Office Hygiene", description: "Tips for a healthier workplace.", date: "2025-01-05", author: "Admin" }
]}
title="Latest Insights"
description="Expert cleaning advice."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -149,6 +111,12 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardFive
plans={[
{ id: "1", title: "Basic", price: "$50", features: ["Dusting", "Vacuuming"] },
{ id: "2", title: "Premium", price: "$150", features: ["Deep Cleaning", "Sanitization"] }
]}
title="Our Pricing"
description="Affordable packages for everyone."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}