11 Commits

Author SHA1 Message Date
8f2a01d7b3 Update src/app/page.tsx 2026-03-17 02:07:11 +00:00
dafa435196 Update src/app/privacy-policy/page.tsx 2026-03-17 02:06:45 +00:00
15bbc3f80d Update src/app/page.tsx 2026-03-17 02:06:45 +00:00
1b28e6b454 Update src/app/contact/page.tsx 2026-03-17 02:06:44 +00:00
4e07f4015c Merge version_6 into main
Merge version_6 into main
2026-03-17 02:01:52 +00:00
bfa1d18918 Update src/app/page.tsx 2026-03-17 02:01:48 +00:00
f701649025 Merge version_5 into main
Merge version_5 into main
2026-03-17 02:00:40 +00:00
18a747e78b Merge version_5 into main
Merge version_5 into main
2026-03-17 02:00:20 +00:00
38b4dc5bb1 Merge version_5 into main
Merge version_5 into main
2026-03-17 01:59:43 +00:00
932c1c9dbe Merge version_5 into main
Merge version_5 into main
2026-03-17 01:59:15 +00:00
bcefba7972 Merge version_5 into main
Merge version_5 into main
2026-03-17 01:58:47 +00:00
3 changed files with 54 additions and 1 deletions

View File

@@ -79,6 +79,11 @@ export default function ContactPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Contact us section" ariaLabel="Contact us section"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
inputClassName="text-foreground"
buttonTextClassName="text-foreground"
termsClassName="text-foreground"
/> />
</div> </div>
@@ -135,6 +140,10 @@ export default function ContactPage() {
]} ]}
copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile." copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile."
ariaLabel="WhitePop Pro footer" ariaLabel="WhitePop Pro footer"
logoTextClassName="text-foreground"
columnTitleClassName="text-foreground"
columnItemClassName="text-foreground"
copyrightTextClassName="text-foreground"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
logoText="WhitePop Pro" logoText="WhitePop Pro"
description="Professional-grade teeth whitening in 30 minutes. Enamel-safe, peroxide-free formula with nano hydroxyapatite technology." description="Professional-grade teeth whitening in 30 minutes. Enamel-safe, peroxide-free formula with nano hydroxyapatite technology."
buttons={[ buttons={[
{ text: "Shop Now", href: "#pricing" }, { text: "Get My Brighter Smile", href: "#pricing" },
{ text: "See Results", href: "#before-after" } { text: "See Results", href: "#before-after" }
]} ]}
slides={[ slides={[
@@ -64,6 +64,9 @@ export default function LandingPage() {
containerClassName="w-full mx-auto" containerClassName="w-full mx-auto"
mediaWrapperClassName="w-full h-auto max-w-4xl mx-auto" mediaWrapperClassName="w-full h-auto max-w-4xl mx-auto"
imageClassName="w-full h-auto object-cover" imageClassName="w-full h-auto object-cover"
logoClassName="text-foreground"
descriptionClassName="text-foreground"
buttonTextClassName="text-foreground"
/> />
</div> </div>
@@ -92,6 +95,10 @@ export default function LandingPage() {
containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8"
cardClassName="w-full h-auto" cardClassName="w-full h-auto"
gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6" gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6"
metricTitleClassName="text-foreground"
valueClassName="text-foreground"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
/> />
</div> </div>
@@ -135,6 +142,11 @@ export default function LandingPage() {
containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8"
mediaWrapperClassName="w-full h-auto max-w-lg mx-auto" mediaWrapperClassName="w-full h-auto max-w-lg mx-auto"
mediaCardClassName="w-full h-auto" mediaCardClassName="w-full h-auto"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
featureTitleClassName="text-foreground"
featureDescriptionClassName="text-foreground"
listItemClassName="text-foreground"
/> />
</div> </div>
@@ -153,6 +165,10 @@ export default function LandingPage() {
ariaLabel="WhitePop Pro benefits section" ariaLabel="WhitePop Pro benefits section"
mediaWrapperClassName="w-full h-auto max-w-lg mx-auto" mediaWrapperClassName="w-full h-auto max-w-lg mx-auto"
mediaClassName="w-full h-auto object-cover" mediaClassName="w-full h-auto object-cover"
titleClassName="text-foreground"
descriptionClassName="text-foreground"
tagClassName="text-foreground"
buttonTextClassName="text-foreground"
/> />
</div> </div>
@@ -184,6 +200,13 @@ export default function LandingPage() {
cardClassName="w-full h-auto" cardClassName="w-full h-auto"
cardAvatarClassName="w-10 h-10 sm:w-12 sm:h-12" cardAvatarClassName="w-10 h-10 sm:w-12 sm:h-12"
carouselClassName="w-full" carouselClassName="w-full"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
cardTitleClassName="text-foreground"
cardQuoteClassName="text-foreground"
cardAuthorClassName="text-foreground"
cardNameClassName="text-foreground"
cardDateClassName="text-foreground"
/> />
</div> </div>
@@ -221,6 +244,12 @@ export default function LandingPage() {
cardClassName="w-full h-auto" cardClassName="w-full h-auto"
planImageWrapperClassName="w-full h-auto max-w-xs mx-auto" planImageWrapperClassName="w-full h-auto max-w-xs mx-auto"
planImageClassName="w-full h-auto object-cover" planImageClassName="w-full h-auto object-cover"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
planTitleClassName="text-foreground"
planPriceClassName="text-foreground"
planButtonTextClassName="text-foreground"
featureTextClassName="text-foreground"
/> />
</div> </div>
@@ -258,6 +287,10 @@ export default function LandingPage() {
mediaWrapperClassName="w-full h-auto max-w-sm mx-auto" mediaWrapperClassName="w-full h-auto max-w-sm mx-auto"
mediaClassName="w-full h-auto object-cover" mediaClassName="w-full h-auto object-cover"
containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"
accordionTitleClassName="text-foreground"
accordionContentClassName="text-foreground"
/> />
</div> </div>
@@ -301,6 +334,10 @@ export default function LandingPage() {
copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile." copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile."
ariaLabel="WhitePop Pro footer" ariaLabel="WhitePop Pro footer"
containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8"
logoTextClassName="text-foreground"
columnTitleClassName="text-foreground"
columnItemClassName="text-foreground"
copyrightTextClassName="text-foreground"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -105,6 +105,9 @@ export default function PrivacyPolicyPage() {
] ]
} }
]} ]}
titleClassName="text-foreground"
headingClassName="text-foreground"
contentClassName="text-foreground"
/> />
</div> </div>
@@ -147,6 +150,10 @@ export default function PrivacyPolicyPage() {
]} ]}
copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile." copyrightText="© 2025 WhitePop Pro. All rights reserved. | Dentist Approved | Made with 💚 for your smile."
ariaLabel="WhitePop Pro footer" ariaLabel="WhitePop Pro footer"
logoTextClassName="text-foreground"
columnTitleClassName="text-foreground"
columnItemClassName="text-foreground"
copyrightTextClassName="text-foreground"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>