Merge version_3 into main #4
@@ -41,9 +41,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${interTight.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${interTight.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { TrendingUp, Users, Clock, Zap, BarChart3, Brain, Sparkles, Star, Crown, HelpCircle, Heart, Shield, Smartphone, Target } from "lucide-react";
|
||||
import { TrendingUp, Users, Clock, Zap, BarChart3, Brain, Sparkles, Star, Crown, HelpCircle, Heart, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -78,24 +78,18 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "collar-standard", name: "CalmPup Smart Collar", price: "$89.99", variant: "Perfect for getting started", imageSrc: "http://img.b2bpic.net/free-photo/puppy-sitting-near-owner-legs-summer-park_651396-3779.jpg?_wi=2", imageAlt: "CalmPup Smart Training Collar with vibration feedback", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "collar-premium", name: "CalmPup Pro Bundle", price: "$149.99", variant: "Most popular choice", imageSrc: "http://img.b2bpic.net/free-vector/charity-app-interface-screens_52683-43806.jpg?_wi=1", imageAlt: "CalmPup Pro with advanced app control features", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "collar-elite", name: "CalmPup Elite Package", price: "$199.99", variant: "Complete solution with lifetime support", imageSrc: "http://img.b2bpic.net/free-photo/puppy-sitting-near-owner-legs-summer-park_651396-3779.jpg?_wi=3", imageAlt: "CalmPup Elite complete training solution", isFavorited: false,
|
||||
id: "collar-standard", name: "CalmPup Smart Collar with Training Guide", price: "$89.99", variant: "Complete starter solution", imageSrc: "http://img.b2bpic.net/free-photo/puppy-sitting-near-owner-legs-summer-park_651396-3779.jpg?_wi=2", imageAlt: "CalmPup Smart Training Collar with Training Guide", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
title="How CalmPup Works: Simple & Effective"
|
||||
description="Choose the solution that matches your dog's needs. All plans include the training guide and app access."
|
||||
tag="High-Converting Options"
|
||||
tagIcon={Target}
|
||||
description="Everything you need to transform your dog's behavior starts here. Includes the smart training collar and comprehensive training guide."
|
||||
tag="The Complete Solution"
|
||||
tagIcon={Sparkles}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Product selection and how it works section"
|
||||
ariaLabel="Product offering and how it works section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,30 +175,20 @@ export default function LandingPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "starter", tag: "Starter", price: "$89.99", period: "one-time", description: "Perfect for single dogs or testing the system", button: { text: "Order Starter", href: "#contact" },
|
||||
id: "collar", tag: "Everything You Need", tagIcon: Crown,
|
||||
price: "$89.99", period: "one-time", description: "Complete training solution with collar and guide", button: { text: "Order Now", href: "#contact" },
|
||||
featuresTitle: "What You Get:", features: [
|
||||
"Smart Training Collar with vibration feedback", "Mobile App Access (iOS & Android)", "4 Basic Training Modes", "30-Day Money-Back Guarantee", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro", tag: "Most Popular", tagIcon: Crown,
|
||||
price: "$149.99", period: "one-time", description: "Everything in Starter + advanced training features", button: { text: "Order Pro Now", href: "#contact" },
|
||||
featuresTitle: "What You Get:", features: [
|
||||
"Premium Smart Training Collar", "Advanced App Control System", "8 Training Modes (Pro Features)", "Extended Range (300ft)", "Priority Email Support", "Free Training Guides", "30-Day Money-Back Guarantee"],
|
||||
},
|
||||
{
|
||||
id: "elite", tag: "Elite", price: "$199.99", period: "one-time", description: "Complete solution with lifetime training support", button: { text: "Order Elite", href: "#contact" },
|
||||
featuresTitle: "What You Get:", features: [
|
||||
"Premium Training Collar (Extended Battery)", "Unlimited App Features", "12 Advanced Training Modes", "Extended Range (300ft)", "Lifetime Training Support", "Monthly Training Tips & Updates", "Free Replacement Batteries for Life", "30-Day Money-Back Guarantee"],
|
||||
"Smart Training Collar with vibration feedback", "Comprehensive Training Guide", "Mobile App Access (iOS & Android)", "4 Basic Training Modes", "30-Day Money-Back Guarantee", "Email Support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Choose Your Path to Peace"
|
||||
description="Risk-free. 30-day guarantee on all plans. No subscription fees. Free shipping."
|
||||
title="Get Your CalmPup Today"
|
||||
description="Everything you need to transform your dog's behavior. Simple, complete, risk-free."
|
||||
tag="Limited Time Offer"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Pricing and plans section"
|
||||
ariaLabel="Pricing and order section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user