Merge version_1 into main #5

Merged
bender merged 6 commits from version_1 into main 2026-03-25 22:15:52 +00:00
6 changed files with 53 additions and 61 deletions

View File

@@ -50,13 +50,13 @@ export default function CartPage() {
const recommendedProductsProps = {
title: "You Might Also Like", description: "Explore more of our sun protection essentials to complete your order.", products: [
{
id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=7", imageAlt: "Sunscreen Swipes box and a single wipe being used"
},
{
id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=8", imageAlt: "Sunscreen Swipes box and a single wipe being used"
},
{
id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used"
id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=9", imageAlt: "Sunscreen Swipes box and a single wipe being used"
}
],
gridVariant: "three-columns-all-equal-width", animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false,

View File

@@ -76,7 +76,7 @@ export default function FaqPage() {
{ text: "Learn More", href: "/how-it-works" }
]}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg?_wi=2"
imageAlt="Sunny beach lifestyle with Sunscreen Swipes"
mediaAnimation="slide-up"
ariaLabel="Hero section: Sun Protection Simplified"

View File

@@ -1,50 +1,40 @@
"use client";
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Sunscreen Swipes | Effortless Sun Protection',
description: 'Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.',
keywords: ["sunscreen, wipes, sun protection, SPF, kid-friendly, mess-free, skincare, sensitive skin, e-commerce"],
openGraph: {
"title": "Sunscreen Swipes | Effortless Sun Protection",
"description": "Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.",
"url": "https://www.sunscreenswipes.com",
"siteName": "Sunscreen Swipes",
"images": [
{
"url": "http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg",
"alt": "Sunny beach with Sunscreen Swipes"
}
],
"type": "website"
},
twitter: {
"card": "summary_large_image",
"title": "Sunscreen Swipes | Effortless Sun Protection",
"description": "Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.",
"images": [
"http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg"
]
},
robots: {
"index": true,
"follow": true
},
};
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Sunscreen Swipes | Effortless Sun Protection", description: "Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.", keywords: "sunscreen, wipes, sun protection, SPF, kid-friendly, mess-free, skincare, sensitive skin, e-commerce", metadataBase: new URL("https://www.sunscreenswipes.com"),
alternates: {
canonical: "https://www.sunscreenswipes.com"},
openGraph: {
title: "Sunscreen Swipes | Effortless Sun Protection", description: "Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.", url: "https://www.sunscreenswipes.com", siteName: "Sunscreen Swipes", images: [
{
url: "http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg", alt: "Sunny beach with Sunscreen Swipes"
}
],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Sunscreen Swipes | Effortless Sun Protection", description: "Discover Sunscreen Swipes: mess-free, kid-friendly sunscreen wipes for all ages. Clean, quick, and effective sun protection you can trust.", images: [
"http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg"
]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
children,
}: Readonly<{
@@ -53,7 +43,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} antialiased`}>
<body
className={`${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -65,4 +57,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
{ text: "Learn More", href: "/how-it-works" }
]}
background={{ variant: "plain" }}
imageSrc={"http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg"}
imageSrc={"http://img.b2bpic.net/free-photo/blonde-woman-with-surfboard-beach_273609-5243.jpg?_wi=1"}
imageAlt={"Sunny beach lifestyle with Sunscreen Swipes"}
mediaAnimation={"slide-up"}
ariaLabel={"Hero section: Sun Protection Simplified"}
@@ -91,9 +91,9 @@ export default function HomePage() {
title={"Meet Sunscreen Swipes"}
description={"Sunscreen Swipes offer superior protection thats effortless and gentle. Designed to shield your skin from sun damage and reduce the risk of skin cancer, our wipes also hydrate and are safe for sensitive skin. Theyre incredibly easy to use, making sun protection simple for kids and elders alike."}
products={[
{ id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" }
{ id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=1", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=2", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=3", imageAlt: "Sunscreen Swipes box and a single wipe being used" }
]}
gridVariant={"three-columns-all-equal-width"}
animationType={"slide-up"}
@@ -126,10 +126,10 @@ export default function HomePage() {
title={"Hear From Our Happy Customers"}
description={"Real people, real results. See why families, adventurers, and everyday users love Sunscreen Swipes for their effortless sun protection."}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Busy Mom", company: "Family Fun Advocate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg" },
{ id: "2", name: "Mark L.", role: "Outdoor Enthusiast", company: "Adventure Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg" },
{ id: "3", name: "Emily R.", role: "Student Athlete", company: "College Swim Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg" },
{ id: "4", name: "David K.", role: "Retired Teacher", company: "Gardening Club Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg" }
{ id: "1", name: "Sarah J.", role: "Busy Mom", company: "Family Fun Advocate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=1" },
{ id: "2", name: "Mark L.", role: "Outdoor Enthusiast", company: "Adventure Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg?_wi=1" },
{ id: "3", name: "Emily R.", role: "Student Athlete", company: "College Swim Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg?_wi=1" },
{ id: "4", name: "David K.", role: "Retired Teacher", company: "Gardening Club Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg?_wi=1" }
]}
gridVariant={"uniform-all-items-equal"}
animationType={"slide-up"}

View File

@@ -55,10 +55,10 @@ export default function ReviewsPage() {
title="Hear From Our Happy Customers"
description="Real people, real results. See why families, adventurers, and everyday users love Sunscreen Swipes for their effortless sun protection."
testimonials={[
{ id: "1", name: "Sarah J.", role: "Busy Mom", company: "Family Fun Advocate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg" },
{ id: "2", name: "Mark L.", role: "Outdoor Enthusiast", company: "Adventure Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg" },
{ id: "3", name: "Emily R.", role: "Student Athlete", company: "College Swim Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg" },
{ id: "4", name: "David K.", role: "Retired Teacher", company: "Gardening Club Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg" }
{ id: "1", name: "Sarah J.", role: "Busy Mom", company: "Family Fun Advocate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=3" },
{ id: "2", name: "Mark L.", role: "Outdoor Enthusiast", company: "Adventure Blogger", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg?_wi=3" },
{ id: "3", name: "Emily R.", role: "Student Athlete", company: "College Swim Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg?_wi=3" },
{ id: "4", name: "David K.", role: "Retired Teacher", company: "Gardening Club Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg?_wi=3" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -91,9 +91,9 @@ export default function ReviewsPage() {
title="Meet Sunscreen Swipes"
description="Sunscreen Swipes offer superior protection thats effortless and gentle. Designed to shield your skin from sun damage and reduce the risk of skin cancer, our wipes also hydrate and are safe for sensitive skin. Theyre incredibly easy to use, making sun protection simple for kids and elders alike."
products={[
{ id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg", imageAlt: "Sunscreen Swipes box and a single wipe being used" }
{ id: "product-pack-50", name: "Sunscreen Swipes 50 Pack", price: "$10.99 - $19.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=4", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-pack-25", name: "Sunscreen Swipes 25 Pack", price: "$7.99 - $15.99", variant: "SPF 30, 50, 75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=5", imageAlt: "Sunscreen Swipes box and a single wipe being used" },
{ id: "product-travel-kit", name: "Travel Swipes Kit", price: "$12.99", variant: "Mixed SPF", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cream-bottle-lemons_23-2148295646.jpg?_wi=6", imageAlt: "Sunscreen Swipes box and a single wipe being used" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"

View File

@@ -112,19 +112,19 @@ export default function WhyUsPage() {
testimonials={[
{
id: "1", name: "Sarah J.", role: "Busy Mom", company: "Family Fun Advocate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg?_wi=2"
},
{
id: "2", name: "Mark L.", role: "Outdoor Enthusiast", company: "Adventure Blogger", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-beach_23-2149031173.jpg?_wi=2"
},
{
id: "3", name: "Emily R.", role: "Student Athlete", company: "College Swim Team", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/family-picnic-park_1303-9635.jpg?_wi=2"
},
{
id: "4", name: "David K.", role: "Retired Teacher", company: "Gardening Club Member", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/talking-confident-modern-conversation-male_1262-2454.jpg?_wi=2"
}
]}
gridVariant="uniform-all-items-equal"