Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbc466a3ea | |||
| 13b8ebc9e7 |
185
src/app/page.tsx
185
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Crafting Calls LLC"
|
||||
/>
|
||||
@@ -58,12 +43,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Elevate Your Customer Experience"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Beyond Calls, Crafting Success"
|
||||
description="Crafting Calls LLC provides world-class call centre solutions designed to streamline your communication and boost business efficiency."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friendly-customer-support-workers-respond-customers-inquiries_482257-126788.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=1"
|
||||
imageAlt="Professional customer support agent"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,19 +55,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Commitment to ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153839.jpg",
|
||||
alt: "Collaborative Team",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Excellence",
|
||||
},
|
||||
{ type: "text", content: "Our Commitment to " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153839.jpg", alt: "Collaborative Team" },
|
||||
{ type: "text", content: " Excellence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,21 +68,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Inbound Support",
|
||||
description: "Reliable inbound support for all your customer inquiries, available 24/7.",
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Outbound Sales",
|
||||
description: "High-converting outbound calling strategies that generate leads and drive revenue.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Data Security",
|
||||
description: "Strict adherence to data protection regulations, keeping your customers' information safe.",
|
||||
},
|
||||
{ icon: Headphones, title: "Inbound Support", description: "Reliable inbound support for all your customer inquiries, available 24/7." },
|
||||
{ icon: Phone, title: "Outbound Sales", description: "High-converting outbound calling strategies that generate leads and drive revenue." },
|
||||
{ icon: ShieldCheck, title: "Data Security", description: "Strict adherence to data protection regulations, keeping your customers' information safe." },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We specialize in high-quality call handling, customer support, and sales outreach designed to represent your brand with perfection."
|
||||
@@ -122,33 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Constant availability",
|
||||
"Robust systems",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"Around the clock",
|
||||
"Global coverage",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Retention",
|
||||
items: [
|
||||
"High satisfaction",
|
||||
"Long-term partners",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "99.9%", title: "Uptime", items: ["Constant availability", "Robust systems"] },
|
||||
{ id: "m2", value: "24/7", title: "Support", items: ["Around the clock", "Global coverage"] },
|
||||
{ id: "m3", value: "95%", title: "Retention", items: ["High satisfaction", "Long-term partners"] },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Data-driven results that showcase our reliability and effectiveness as a premium call partner."
|
||||
@@ -162,26 +99,9 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Jane Doe, CEO"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/disabled-business-manager-wheelchair-looking-tired-front_482257-2229.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", alt: "Client 3" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -193,21 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What industries do you support?",
|
||||
content: "We support a wide range of industries including healthcare, retail, tech, and logistics.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your agents trained?",
|
||||
content: "Yes, all our agents undergo rigorous training to ensure they represent your brand effectively.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How quickly can we get started?",
|
||||
content: "We can get your campaign running within 48 hours after onboarding.",
|
||||
},
|
||||
{ id: "1", title: "What industries do you support?", content: "We support a wide range of industries including healthcare, retail, tech, and logistics." },
|
||||
{ id: "2", title: "Are your agents trained?", content: "Yes, all our agents undergo rigorous training to ensure they represent your brand effectively." },
|
||||
{ id: "3", title: "How quickly can we get started?", content: "We can get your campaign running within 48 hours after onboarding." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-office-desk-table_93675-132588.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -223,54 +131,19 @@ export default function LandingPage() {
|
||||
title="Contact Us Today"
|
||||
description="Ready to upgrade your calling operations? Reach out and we'll craft the perfect plan for you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-call-gesture-isolated-purple_141793-84101.jpg"
|
||||
textarea={{ name: "message", placeholder: "How can we help you?" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Inbound Support",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Outbound Sales",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Inbound Support", href: "#features" }, { label: "Outbound Sales", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Crafting Calls LLC"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user