6 Commits

Author SHA1 Message Date
5f1006c8e5 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:17:18 +00:00
b23358f285 Update src/app/page.tsx 2026-03-06 21:17:13 +00:00
faa2b7b041 Update src/app/layout.tsx 2026-03-06 21:17:13 +00:00
26e7046223 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:12:57 +00:00
3cd85dba18 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:12:12 +00:00
0eec442d07 Merge version_1 into main
Merge version_1 into main
2026-03-06 21:10:59 +00:00
2 changed files with 51 additions and 90 deletions

View File

@@ -1,54 +1,16 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Iceberackercalls | Premium Call Management Solutions", description: "Transform your business communications with Iceberackercalls. Advanced call management, analytics, and 24/7 support for enterprises.", keywords: "call management, business communication, call center software, customer communication platform", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Iceberackercalls | Premium Call Management Solutions", description: "Transform your business communications with Iceberackercalls. Advanced call management, analytics, and 24/7 support.", type: "website", siteName: "Iceberackercalls", images: [
{
url: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-954.jpg", alt: "Iceberackercalls Platform"},
],
},
twitter: {
card: "summary_large_image", title: "Iceberackercalls | Premium Call Management Solutions", description: "Transform your business communications with intelligent call management.", images: ["http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-954.jpg"],
},
};
title: "Cold Call Solutions | Sell Websites", description: "Professional cold calling services to help you sell websites and grow your business."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1378,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactText from "@/components/sections/contact/ContactText";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Zap } from "lucide-react";
import { Zap, Phone, TrendingUp, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,66 +29,66 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Why Us", id: "about" },
{ name: "Success Stories", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Iceberackercalls"
bottomLeftText="Professional Call Solutions"
bottomRightText="hello@iceberackercalls.com"
brandName="ColdCall Pro"
bottomLeftText="Expert Website Sales Solutions"
bottomRightText="sales@coldcallpro.com"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="ICEBERACKERCALLS"
description="Premium call management and customer communication solutions for businesses of all sizes. Streamline your calling operations with our intelligent platform."
logoText="COLDCALL PRO"
description="Transform your cold calling strategy with our proven methodology for selling websites. Close more deals, build stronger client relationships, and grow your business exponentially."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" },
{ text: "Start Free Trial", href: "#contact" },
{ text: "Learn Our Method", href: "#services" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-954.jpg"
imageAlt="Professional call center team in modern office"
imageAlt="Professional cold calling sales team"
frameStyle="browser"
mediaAnimation="slide-up"
buttonAnimation="opacity"
ariaLabel="Hero section for Iceberackercalls"
ariaLabel="Hero section for ColdCall Pro - Website Sales Solutions"
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="About Iceberackercalls"
title="Why Choose ColdCall Pro"
description={[
"We are a leading provider of innovative call management solutions, dedicated to transforming how businesses communicate with their customers. With over a decade of industry experience, we've helped thousands of organizations optimize their calling operations.", "Our mission is simple: to empower businesses with intelligent, reliable, and user-friendly communication tools that drive engagement, improve efficiency, and deliver exceptional customer experiences."
"We've perfected the art of cold calling for web services. Our specialized approach turns objections into opportunities and builds genuine relationships with prospects interested in website development and digital solutions.", "With our proven framework, sales teams consistently achieve 3-5x higher conversion rates. We provide the scripts, training, and support your team needs to confidently sell websites and close deals faster than ever before."
]}
useInvertedBackground={false}
showBorder={true}
buttons={[{ text: "Explore Our Solutions", href: "#services" }]}
buttons={[{ text: "View Our Training Programs", href: "#services" }]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardOne
title="Our Services"
description="Comprehensive call management solutions designed to meet your business needs"
title="Our Cold Calling Services"
description="Complete solutions designed to help you master the art of selling websites through strategic cold calling"
tag="Services"
tagIcon={Zap}
tagIcon={Phone}
features={[
{
title: "Call Management", description: "Advanced call routing, queuing, and monitoring with real-time analytics", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-staff-members-using-device-review-firewall-rules_482257-122477.jpg?_wi=1", imageAlt: "Call management dashboard interface", button: { text: "Learn More", href: "#" },
title: "Cold Call Scripts & Templates", description: "Professionally crafted, battle-tested scripts specifically designed for selling websites and digital services to various industries", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-staff-members-using-device-review-firewall-rules_482257-122477.jpg?_wi=1", imageAlt: "Cold calling scripts and templates", button: { text: "View Scripts", href: "#" },
},
{
title: "Performance Analytics", description: "Detailed insights into call metrics, customer satisfaction, and team performance", imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg", imageAlt: "Analytics dashboard with performance metrics", button: { text: "Learn More", href: "#" },
title: "Sales Training & Coaching", description: "One-on-one and group training sessions to master objection handling, closing techniques, and relationship building", imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg", imageAlt: "Sales training and coaching sessions", button: { text: "Learn More", href: "#" },
},
{
title: "24/7 Support", description: "Dedicated support team available round-the-clock to assist your operations", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-25147.jpg", imageAlt: "Professional customer support team", button: { text: "Learn More", href: "#" },
title: "Lead Generation & Targeting", description: "Qualified prospect lists and targeting strategies to connect you with decision-makers who need website services", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-25147.jpg", imageAlt: "Lead generation and targeting", button: { text: "Get Leads", href: "#" },
},
{
title: "Integration Suite", description: "Seamless integration with your existing CRM and business tools", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-staff-members-using-device-review-firewall-rules_482257-122477.jpg?_wi=2", imageAlt: "Integration technology system", button: { text: "Learn More", href: "#" },
title: "CRM & Tracking Tools", description: "Integrated tools to track calls, manage pipelines, and measure your cold calling success with real-time analytics", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-staff-members-using-device-review-firewall-rules_482257-122477.jpg?_wi=2", imageAlt: "CRM and tracking tools", button: { text: "View Tools", href: "#" },
},
]}
gridVariant="two-columns-alternating-heights"
@@ -100,13 +100,13 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Thousands of companies rely on Iceberackercalls for their communication needs"
title="Trusted by Leading Sales Teams"
description="Hundreds of sales professionals and agencies use ColdCall Pro to consistently close website deals"
tag="Partners"
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechCorp", "Global Solutions", "StartupXYZ", "Enterprise Inc", "Growth Co", "Innovation Labs", "CloudSync Solutions"
"Digital Agency Group", "WebDev Solutions", "Tech Sales Plus", "Enterprise Web Co", "Growth Marketing Labs", "Innovation Digital", "CloudWeb Partners"
]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-photo/side-view-colleagues-working-as-team_23-2149636251.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", "http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148411021.jpg", "http://img.b2bpic.net/free-vector/set-gradient-e-commerce-logos_23-2148944697.jpg", "http://img.b2bpic.net/free-vector/flat-design-healthcare-system-labels_23-2150749745.jpg", "http://img.b2bpic.net/free-vector/university-background-flat-style_23-2147760414.jpg"
@@ -118,29 +118,29 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from businesses using Iceberackercalls"
title="Success Stories from Our Clients"
description="Real results from sales professionals who mastered cold calling for website sales"
tag="Testimonials"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Iceberackercalls has revolutionized how we manage customer communications. The platform is intuitive, reliable, and has increased our efficiency by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "Sales Manager, Digital Agency Group", testimonial: "ColdCall Pro's scripts and training completely transformed our cold calling approach. We went from 5% to 18% conversion rates in just 3 months. It's a game-changer for selling websites.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "Operations Director, Global Solutions", testimonial: "The analytics features are phenomenal. We can now track every call metric and optimize our team performance with data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", handle: "Lead Sales Developer, WebDev Solutions", testimonial: "The objection handling techniques alone paid for the subscription 10 times over. Our team now confidently closes website deals with clients who would have hung up before.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "Customer Success Lead, StartupXYZ", testimonial: "The 24/7 support team went above and beyond to help us implement the system. Exceptional service and product.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012912.jpg", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", handle: "Business Development Lead, Tech Sales Plus", testimonial: "Outstanding training and support. The lead lists are highly targeted, and the scripts actually work. I've never seen my team more confident on calls.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012912.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "VP Sales, Enterprise Inc", testimonial: "Integration with our existing CRM was seamless. Iceberackercalls fits perfectly into our workflow without any disruption.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "David Kim"
id: "4", name: "David Kim", handle: "VP Sales, Enterprise Web Co", testimonial: "ColdCall Pro gave us a systematic approach to something that felt chaotic before. Every metric improved - call volume, conversion rate, and deal size.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Martinez", handle: "Business Development, Growth Co", testimonial: "Outstanding platform with excellent ROI. Our team loves it, and our customers benefit from faster, smarter call handling.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Jessica Martinez"
id: "5", name: "Jessica Martinez", handle: "Sales Team Lead, Growth Marketing Labs", testimonial: "Best investment we've made in our sales team. The personalized coaching helped me understand what truly resonates with prospects looking for web solutions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Robert Thompson", handle: "Director of IT, Innovation Labs", testimonial: "The security features and compliance standards are top-notch. We trust Iceberackercalls with our critical communications.", imageSrc: "http://img.b2bpic.net/free-photo/serious-face-young-businessman-looking-up_1262-5526.jpg", imageAlt: "Robert Thompson"
id: "6", name: "Robert Thompson", handle: "Director of Sales, Innovation Digital", testimonial: "We saw immediate results. The combination of quality leads, proven scripts, and expert coaching made a real difference in our ability to sell websites confidently.", imageSrc: "http://img.b2bpic.net/free-photo/serious-face-young-businessman-looking-up_1262-5526.jpg", imageAlt: "Robert Thompson"
},
]}
animationType="slide-up"
@@ -150,11 +150,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your call management? Get in touch with our team today and discover how Iceberackercalls can elevate your business."
text="Ready to master cold calling and start closing more website deals? Join hundreds of sales professionals who are already seeing results with ColdCall Pro."
animationType="entrance-slide"
buttons={[
{ text: "Start Your Free Trial", href: "#" },
{ text: "Schedule Demo", href: "#" },
{ text: "Schedule a Demo", href: "#" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -165,25 +165,25 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#services" },
{ label: "Pricing", href: "#" },
{ label: "Security", href: "#" },
{ label: "API", href: "#" },
title: "Services", items: [
{ label: "Cold Calling Scripts", href: "#services" },
{ label: "Sales Training", href: "#services" },
{ label: "Lead Generation", href: "#services" },
{ label: "CRM Tools", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "About Us", href: "#about" },
{ label: "Success Stories", href: "#testimonials" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Guides", href: "#" },
{ label: "Sales Tips", href: "#" },
{ label: "Cold Calling Guide", href: "#" },
{ label: "Community", href: "#" },
{ label: "Support", href: "#" },
],
@@ -197,8 +197,8 @@ export default function LandingPage() {
],
},
]}
bottomLeftText="© 2025 Iceberackercalls. All rights reserved."
bottomRightText="Made with precision and purpose"
bottomLeftText="© 2025 ColdCall Pro. All rights reserved."
bottomRightText="Master the art of selling websites"
/>
</div>
</ThemeProvider>