Update src/app/page.tsx

This commit is contained in:
2026-04-11 11:46:30 +00:00
parent 9cff4778d2
commit 7f5ceb25dc

View File

@@ -25,92 +25,93 @@ export default function LandingPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Superb Solutions LLC"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Superb Solutions LLC"
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Reliable. Professional. Superb Cleaning Services."
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" }]}
slides={[
{ 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/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/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>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Reliable. Professional. Superb Cleaning Services."
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" }]}
slides={[
{ 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/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/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>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
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" },
{ 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: "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" },
]}
title="What Our Clients Say"
description="Hear from our happy customers."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
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" },
{ 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: "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" },
]}
title="What Our Clients Say"
description="Hear from our happy customers."
/>
</div>
<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" }]}
buttons={[{ text: "Add to Cart", onClick: () => console.log("Added") }]}
/>
</div>
<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" }]}
buttons={[{ text: "Add to Cart", onClick: () => console.log("Added") }]}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
blogs={[
{ 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"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
blogs={[
{ 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"
description="Stay updated with our cleaning tips."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
plans={[
{ 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"
description="Simple, affordable plans for your cleaning needs."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
plans={[
{ 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"
description="Simple, affordable plans for your cleaning needs."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Superb Solutions LLC"
copyrightText="© 2025 | Superb Solutions LLC"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Superb Solutions LLC"
copyrightText="© 2025 | Superb Solutions LLC"
/>
</div>
</ReactLenis>
</ThemeProvider>
);