Compare commits
48 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1459ea6d99 | |||
| f553765554 | |||
| c9f7319300 | |||
| 9517bcbdf4 | |||
| f8715f87cc | |||
| 235baa4909 | |||
| 4c5cad9218 | |||
| 2e235d6123 | |||
| 4a10a3a626 | |||
| 18206eb409 | |||
| d854e60725 | |||
| 4d43998e7b | |||
| daa779c4ec | |||
| cd10360a62 | |||
| 775155018a | |||
| 579a2a9d98 | |||
| 6e698e6ad9 | |||
| 452e554d8b | |||
| ad3b5146db | |||
| 6eee64818b | |||
| 8699858969 | |||
| aed3ea9b1f | |||
| 5d8cde4b94 | |||
| ebbf354365 | |||
| 9ddd4b0205 | |||
| b4dead82e5 | |||
| e2c7e3f0a4 | |||
| e812020aa1 | |||
| 4e6df632a8 | |||
| 737d03b65c | |||
| 42926ec2ce | |||
| a6b7bf11c8 | |||
| 7b9865c919 | |||
| 33991a39da | |||
| 19e78c9f48 | |||
| e36150d0da | |||
| a93c3e2a9b | |||
| 2a64c0080d | |||
| 2100630574 | |||
| a7448ebbac | |||
| dd832e8ebb | |||
| dd28d04c9d | |||
| aebba7babf | |||
| 7212cb92d9 | |||
| 80dd06eee1 | |||
| be7aa0b553 | |||
| 443b0381de | |||
| 7b4c751884 |
14
src/app/about/page.tsx
Normal file
14
src/app/about/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<NavbarLayoutFloatingInline navItems={[{name: "About Us", id: "/about"}, {name: "Pricing", id: "/pricing"}, {name: "Contact", id: "/contact"}, {name: "Social Media", id: "/social-media"}]} button={{text: "Get Started", href: "/pricing"}} brandName="NextGenBinCleaning" />
|
||||
<TextAbout title="About Our Founders" useInvertedBackground={false} />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
14
src/app/contact/page.tsx
Normal file
14
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<NavbarLayoutFloatingInline navItems={[{name: "About Us", id: "/about"}, {name: "Pricing", id: "/pricing"}, {name: "Contact", id: "/contact"}, {name: "Social Media", id: "/social-media"}]} button={{text: "Get Started", href: "/pricing"}} brandName="NextGenBinCleaning" />
|
||||
<ContactSplitForm title="Contact Us" description="Call us at 330-581-5104 or 330-265-5048 to book your service today." inputs={[{name: "name", type: "text", placeholder: "Your Name", required: true}, {name: "email", type: "email", placeholder: "Your Email", required: true}]} useInvertedBackground={false} />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -1,17 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Phone, Users, Instagram, Facebook } from "lucide-react";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
|
||||
export default function TrashCleaningPage() {
|
||||
return (
|
||||
@@ -27,81 +17,16 @@ export default function TrashCleaningPage() {
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Social Media", id: "social" },
|
||||
]}
|
||||
brandName="NextGenBinCleaning"
|
||||
button={{ text: "330-581-5104 | 330-265-5048", href: "tel:3305815104" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Welcome to NextGenBinCleaning"
|
||||
description="We keep your bins sanitized, smelling fresh, and spotless with our eco-friendly professional cleaning services in Louisville, Ohio."
|
||||
buttons={[
|
||||
{ text: "View Pricing", href: "#pricing" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-environment-concept_23-2148472378.jpg", imageAlt: "Grassy dirt trail background with soapy cleaning process" }
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
id="about"
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "Me and my friend Jordan are in middle school and this is " },
|
||||
{ type: "text", content: "NextGenBinCleaning " },
|
||||
{ type: "text", content: "we are in the Louisville, Ohio area." }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
id="pricing"
|
||||
tag="Our Plans"
|
||||
tagIcon={Sparkles}
|
||||
title="NextGen BinCleaning"
|
||||
description="Choose the plan that works for you."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
{
|
||||
title: "One Time Service", description: "1 bin: $15 | 2 bins: $25", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-recycle-bin_23-2151064538.jpg", imageAlt: "One time bin service"
|
||||
},
|
||||
{
|
||||
title: "Monthly Service", description: "1 bin: $30/mo | 2 bins: $35/mo", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo_23-2150704974.jpg", imageAlt: "Monthly bin service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
id="social"
|
||||
tag="Social"
|
||||
tagIcon={Instagram}
|
||||
title="Social Media"
|
||||
description="Connect with us on our social platforms."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "fb", title: "Facebook", description: "Follow our latest cleaning results!", tag: "Facebook", imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg", imageAlt: "Facebook"
|
||||
},
|
||||
{
|
||||
id: "ig", title: "Instagram", description: "See the shine on every bin we clean!", tag: "Instagram", imageSrc: "http://img.b2bpic.net/free-photo/branding-strategy-marketing-business-graphic-design_53876-125554.jpg", imageAlt: "Instagram"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="NextGenBinCleaning"
|
||||
copyrightText="© 2025 NextGenBinCleaning | Louisville, OH"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Social Media", id: "/social-media" },
|
||||
]}
|
||||
brandName="NextGenBinCleaning"
|
||||
button={{text: "View Pricing", href: "/pricing"}}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
25
src/app/pricing/page.tsx
Normal file
25
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,25 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import { Trash2 } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<NavbarLayoutFloatingInline navItems={[{name: "About Us", id: "/about"}, {name: "Pricing", id: "/pricing"}, {name: "Contact", id: "/contact"}, {name: "Social Media", id: "/social-media"}]} button={{text: "Get Started", href: "/pricing"}} brandName="NextGenBinCleaning" />
|
||||
<PricingCardOne
|
||||
title="Our Pricing"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
description="Choose the right bin cleaning plan for your needs."
|
||||
plans={[
|
||||
{ id: "one-time", badge: "One-Time", badgeIcon: Trash2, price: "$25", subtitle: "Single wash", features: ["Eco-friendly", "Sanitized bin"] },
|
||||
{ id: "monthly", badge: "Monthly", price: "$35", subtitle: "Recurring service", features: ["Regular visits", "Discounted rate"] }
|
||||
]}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
21
src/app/social-media/page.tsx
Normal file
21
src/app/social-media/page.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextAnimation from "@/components/text/TextAnimation";
|
||||
|
||||
export default function SocialMediaPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{name: "About Us", id: "/about"}, {name: "Pricing", id: "/pricing"}, {name: "Contact", id: "/contact"}, {name: "Social Media", id: "/social-media"}]}
|
||||
brandName="NextGenBinCleaning"
|
||||
/>
|
||||
</div>
|
||||
<div className="py-20 text-center">
|
||||
<TextAnimation title="SOCIAL MEDIA" variant="words-trigger" className="text-8xl font-black" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user