Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c2b5e1e5f | |||
| 5a3630b343 | |||
| 3a55670bbf | |||
| 1e273a85de | |||
| bedabe0183 | |||
| 37e35b2640 |
245
src/app/page.tsx
245
src/app/page.tsx
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Headphones, Phone, ShieldCheck } from "lucide-react";
|
import { Headphones, Phone, ShieldCheck, MessageCircle, Calendar } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,126 +28,145 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div className="fixed bottom-6 right-6 z-50 flex flex-col gap-4">
|
||||||
<NavbarStyleApple
|
<a
|
||||||
navItems={[
|
href="https://wa.me/1234567890"
|
||||||
{ name: "Home", id: "hero" },
|
target="_blank"
|
||||||
{ name: "About", id: "about" },
|
className="bg-green-500 text-white p-4 rounded-full shadow-lg hover:scale-110 transition-transform"
|
||||||
{ name: "Services", id: "features" },
|
aria-label="WhatsApp"
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
>
|
||||||
{ name: "Contact", id: "contact" },
|
<MessageCircle size={28} />
|
||||||
]}
|
</a>
|
||||||
brandName="Crafting Calls LLC"
|
<a
|
||||||
/>
|
href="#contact"
|
||||||
</div>
|
className="bg-blue-600 text-white p-4 rounded-full shadow-lg hover:scale-110 transition-transform"
|
||||||
|
aria-label="Book Appointment"
|
||||||
|
>
|
||||||
|
<Calendar size={28} />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="nav" data-section="nav">
|
||||||
<HeroBillboardScroll
|
<NavbarStyleApple
|
||||||
background={{ variant: "gradient-bars" }}
|
navItems={[
|
||||||
title="Beyond Calls, Crafting Success"
|
{ name: "Home", id: "hero" },
|
||||||
description="Crafting Calls LLC provides world-class call centre solutions designed to streamline your communication and boost business efficiency."
|
{ name: "About", id: "about" },
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=1"
|
{ name: "Services", id: "features" },
|
||||||
imageAlt="Professional customer support agent"
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
/>
|
{ name: "Contact", id: "contact" },
|
||||||
</div>
|
]}
|
||||||
|
brandName="Crafting Calls LLC"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="hero" data-section="hero">
|
||||||
<InlineImageSplitTextAbout
|
<HeroBillboardScroll
|
||||||
useInvertedBackground={false}
|
background={{ variant: "gradient-bars" }}
|
||||||
heading={[
|
title="Beyond Calls, Crafting Success"
|
||||||
{ type: "text", content: "Our Commitment to " },
|
description="Crafting Calls LLC provides world-class call centre solutions designed to streamline your communication and boost business efficiency."
|
||||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153839.jpg", alt: "Collaborative Team" },
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=1"
|
||||||
{ type: "text", content: " Excellence" },
|
imageAlt="Professional customer support agent"
|
||||||
]}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="about" data-section="about">
|
||||||
<FeatureHoverPattern
|
<InlineImageSplitTextAbout
|
||||||
animationType="slide-up"
|
useInvertedBackground={false}
|
||||||
textboxLayout="split"
|
heading={[
|
||||||
useInvertedBackground={false}
|
{ type: "text", content: "Our Commitment to " },
|
||||||
features={[
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153839.jpg", alt: "Collaborative Team" },
|
||||||
{ icon: Headphones, title: "Inbound Support", description: "Reliable inbound support for all your customer inquiries, available 24/7." },
|
{ type: "text", content: " Excellence" },
|
||||||
{ 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." },
|
/>
|
||||||
]}
|
</div>
|
||||||
title="Our Expert Services"
|
|
||||||
description="We specialize in high-quality call handling, customer support, and sales outreach designed to represent your brand with perfection."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="features" data-section="features">
|
||||||
<MetricCardSeven
|
<FeatureHoverPattern
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
features={[
|
||||||
{ id: "m1", value: "99.9%", title: "Uptime", items: ["Constant availability", "Robust systems"] },
|
{ icon: Headphones, title: "Inbound Support", description: "Reliable inbound support for all your customer inquiries, available 24/7." },
|
||||||
{ id: "m2", value: "24/7", title: "Support", items: ["Around the clock", "Global coverage"] },
|
{ icon: Phone, title: "Outbound Sales", description: "High-converting outbound calling strategies that generate leads and drive revenue." },
|
||||||
{ id: "m3", value: "95%", title: "Retention", items: ["High satisfaction", "Long-term partners"] },
|
{ icon: ShieldCheck, title: "Data Security", description: "Strict adherence to data protection regulations, keeping your customers' information safe." },
|
||||||
]}
|
]}
|
||||||
title="Proven Performance"
|
title="Our Expert Services"
|
||||||
description="Data-driven results that showcase our reliability and effectiveness as a premium call partner."
|
description="We specialize in high-quality call handling, customer support, and sales outreach designed to represent your brand with perfection."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="metrics" data-section="metrics">
|
||||||
<TestimonialCardFifteen
|
<MetricCardSeven
|
||||||
useInvertedBackground={false}
|
animationType="slide-up"
|
||||||
testimonial="Crafting Calls LLC transformed our customer service operations. Their professionalism is unmatched."
|
textboxLayout="split"
|
||||||
rating={5}
|
useInvertedBackground={false}
|
||||||
author="Jane Doe, CEO"
|
metrics={[
|
||||||
avatars={[
|
{ id: "m1", value: "99.9%", title: "Uptime", items: ["Constant availability", "Robust systems"] },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Client 1" },
|
{ id: "m2", value: "24/7", title: "Support", items: ["Around the clock", "Global coverage"] },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Client 2" },
|
{ id: "m3", value: "95%", title: "Retention", items: ["High satisfaction", "Long-term partners"] },
|
||||||
{ 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" },
|
]}
|
||||||
]}
|
title="Proven Performance"
|
||||||
ratingAnimation="slide-up"
|
description="Data-driven results that showcase our reliability and effectiveness as a premium call partner."
|
||||||
avatarsAnimation="slide-up"
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<FaqSplitMedia
|
<TestimonialCardFifteen
|
||||||
textboxLayout="split"
|
useInvertedBackground={false}
|
||||||
useInvertedBackground={false}
|
testimonial="Crafting Calls LLC transformed our customer service operations. Their professionalism is unmatched."
|
||||||
faqs={[
|
rating={5}
|
||||||
{ id: "1", title: "What industries do you support?", content: "We support a wide range of industries including healthcare, retail, tech, and logistics." },
|
author="Jane Doe, CEO"
|
||||||
{ id: "2", title: "Are your agents trained?", content: "Yes, all our agents undergo rigorous training to ensure they represent your brand effectively." },
|
avatars={[
|
||||||
{ id: "3", title: "How quickly can we get started?", content: "We can get your campaign running within 48 hours after onboarding." },
|
{ 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" },
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/white-office-desk-table_93675-132588.jpg"
|
{ 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" },
|
||||||
mediaAnimation="slide-up"
|
]}
|
||||||
title="Frequently Asked Questions"
|
ratingAnimation="slide-up"
|
||||||
description="Get quick answers to common questions about our call center services."
|
avatarsAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="faq" data-section="faq">
|
||||||
<ContactSplitForm
|
<FaqSplitMedia
|
||||||
useInvertedBackground={false}
|
textboxLayout="split"
|
||||||
title="Contact Us Today"
|
useInvertedBackground={false}
|
||||||
description="Ready to upgrade your calling operations? Reach out and we'll craft the perfect plan for you."
|
faqs={[
|
||||||
inputs={[
|
{ id: "1", title: "What industries do you support?", content: "We support a wide range of industries including healthcare, retail, tech, and logistics." },
|
||||||
{ name: "name", type: "text", placeholder: "Name" },
|
{ id: "2", title: "Are your agents trained?", content: "Yes, all our agents undergo rigorous training to ensure they represent your brand effectively." },
|
||||||
{ name: "email", type: "email", placeholder: "Email" },
|
{ id: "3", title: "How quickly can we get started?", content: "We can get your campaign running within 48 hours after onboarding." },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "How can we help you?" }}
|
imageSrc="http://img.b2bpic.net/free-photo/white-office-desk-table_93675-132588.jpg"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=2"
|
mediaAnimation="slide-up"
|
||||||
/>
|
title="Frequently Asked Questions"
|
||||||
</div>
|
description="Get quick answers to common questions about our call center services."
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="contact" data-section="contact">
|
||||||
<FooterBase
|
<ContactSplitForm
|
||||||
columns={[
|
useInvertedBackground={false}
|
||||||
{ title: "Services", items: [{ label: "Inbound Support", href: "#features" }, { label: "Outbound Sales", href: "#features" }] },
|
title="Book Your Consultation"
|
||||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
description="Schedule your appointment today. Simply fill out the form below and we'll reach out to discuss how we can elevate your business communication."
|
||||||
]}
|
inputs={[
|
||||||
logoText="Crafting Calls LLC"
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
/>
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
</div>
|
{ name: "date", type: "date", placeholder: "Preferred Date", required: true },
|
||||||
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "How can we help you? Share your specific requirements.", rows: 4, required: true }}
|
||||||
|
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" }] },
|
||||||
|
]}
|
||||||
|
logoText="Crafting Calls LLC"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user