@@ -257,41 +131,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Jenkins",
- handle: "@sarahj",
- testimonial: "The delivery speed is incredible and setup was effortless.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
- },
- {
- id: "t2",
- name: "Mark Evans",
- handle: "@markevans",
- testimonial: "Finally, a platform that understands what high volume means.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-slim-sensual-girl-gray-dress-holds-cup-coffee_613910-8711.jpg",
- },
- {
- id: "t3",
- name: "Elena Rodriguez",
- handle: "@elenar",
- testimonial: "The reporting interface is absolutely beautiful and useful.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
- },
- {
- id: "t4",
- name: "David Wu",
- handle: "@davidwu",
- testimonial: "Customer support helped us migrate within an hour.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
- },
- {
- id: "t5",
- name: "Chloe Bennett",
- handle: "@chloeb",
- testimonial: "Excellent analytics helped us double our ROI quickly.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-man-with-glasses-medium-shot_23-2148336905.jpg",
- },
+ { id: "t1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "The delivery speed is incredible and setup was effortless.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg" },
+ { id: "t2", name: "Mark Evans", handle: "@markevans", testimonial: "Finally, a platform that understands what high volume means.", imageSrc: "http://img.b2bpic.net/free-photo/young-slim-sensual-girl-gray-dress-holds-cup-coffee_613910-8711.jpg" },
+ { id: "t3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "The reporting interface is absolutely beautiful and useful.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg" },
+ { id: "t4", name: "David Wu", handle: "@davidwu", testimonial: "Customer support helped us migrate within an hour.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg" },
+ { id: "t5", name: "Chloe Bennett", handle: "@chloeb", testimonial: "Excellent analytics helped us double our ROI quickly.", imageSrc: "http://img.b2bpic.net/free-photo/professional-man-with-glasses-medium-shot_23-2148336905.jpg" },
]}
title="Loved by Marketing Teams"
description="Discover why leading digital agencies trust our bulk mailing platform."
@@ -303,21 +147,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How does volume pricing work?",
- content: "Our volume pricing is tiered based on your monthly send quota, providing you with lower per-email costs at higher scales.",
- },
- {
- id: "f2",
- title: "Do you support custom domains?",
- content: "Yes, we support full custom domain integration for all our plans to ensure your brand's reputation remains secure.",
- },
- {
- id: "f3",
- title: "Can I integrate via API?",
- content: "Our robust API allows for seamless integration into any existing workflow, enabling you to automate emails dynamically.",
- },
+ { id: "f1", title: "How does volume pricing work?", content: "Our volume pricing is tiered based on your monthly send quota, providing you with lower per-email costs at higher scales." },
+ { id: "f2", title: "Do you support custom domains?", content: "Yes, we support full custom domain integration for all our plans to ensure your brand's reputation remains secure." },
+ { id: "f3", title: "Can I integrate via API?", content: "Our robust API allows for seamless integration into any existing workflow, enabling you to automate emails dynamically." },
]}
imageSrc="http://img.b2bpic.net/free-vector/cold-calling-abstract-concept-illustration_335657-4478.jpg"
title="Common Questions"
@@ -329,33 +161,20 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file