Update src/app/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function HomePage() {
|
||||
brandName="Basepex"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Sign Up", id: "https://app.basepex.com/signup" },
|
||||
@@ -53,15 +53,20 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png?_wi=1", imageAlt: "AI Dashboard Interface"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png?_wi=1", imageAlt: "AI Dashboard Interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-receptionist-handling-business-call-v-1772894463303-c1dcad5f.png", imageAlt: "AI Receptionist Taking Call"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-receptionist-handling-business-call-v-1772894463303-c1dcad5f.png", imageAlt: "AI Receptionist Taking Call"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png?_wi=1", imageAlt: "Website Builder Interface"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png?_wi=1", imageAlt: "Website Builder Interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-ad-generator-interface-showing-static-1772894463859-59eb4fa4.png", imageAlt: "AI Ad Generator Creating Ads"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-ad-generator-interface-showing-static-1772894463859-59eb4fa4.png", imageAlt: "AI Ad Generator Creating Ads"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png?_wi=1", imageAlt: "Analytics and Performance Dashboard"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png?_wi=1", imageAlt: "Analytics and Performance Dashboard"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -75,13 +80,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "receptionist", title: "AI Receptionist", description: "24/7 call answering, appointment booking, SMS confirmations, and full CRM logging. Connects to Vapi.ai with automatic calendar integration.", tag: "Service 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-receptionist-feature-showcase-shows-a-1772894464335-f7bc3fba.png", imageAlt: "AI Receptionist Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "receptionist", title: "AI Receptionist", description: "24/7 call answering, appointment booking, SMS confirmations, and full CRM logging. Connects to Vapi.ai with automatic calendar integration. Reduces missed leads by 40% and increases booking conversions by 35%.", tag: "Service 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-receptionist-feature-showcase-shows-a-1772894464335-f7bc3fba.png", imageAlt: "AI Receptionist Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "website", title: "AI Website Builder", description: "Automated professional website creation with Stripe/Square integration, Calendly booking, SEO optimization, and custom domain setup—live in 48 hours.", tag: "Service 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/website-builder-feature-visualization-sh-1772894466404-6a9605db.png", imageAlt: "Website Builder Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "website", title: "AI Website Builder", description: "Automated professional website creation with Stripe/Square integration, Calendly booking, SEO optimization, and custom domain setup—live in 48 hours. Eliminates 20 hours of manual development per site and increases lead capture by 60%.", tag: "Service 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/website-builder-feature-visualization-sh-1772894466404-6a9605db.png", imageAlt: "Website Builder Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "ads", title: "AI Ad Generator", description: "10 professional photoreal image ads + 5 cinematic video ads with burned-in watermarks on unpaid versions. Premium includes unlimited generations, no watermarks, and 2-hour human polish.", tag: "Service 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-ad-generator-showcase-showing-10-stat-1772894468353-454985e3.png", imageAlt: "Ad Generator Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "ads", title: "AI Ad Generator", description: "10 professional photoreal image ads + 5 cinematic video ads with burned-in watermarks on unpaid versions. Premium includes unlimited generations, no watermarks, and 2-hour human polish. Cuts ad production time by 85% and improves CTR by 45% through multi-variant testing.", tag: "Service 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-ad-generator-showcase-showing-10-stat-1772894468353-454985e3.png", imageAlt: "Ad Generator Service", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -125,16 +130,20 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Digital Agency Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-conf-1772894464170-47419d4b.png", imageAlt: "Sarah Johnson headshot"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-conf-1772894464170-47419d4b.png", imageAlt: "Sarah Johnson headshot"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Founder", company: "ServiceHub Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-man--1772894464881-cbb9c755.png", imageAlt: "Michael Chen headshot"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-man--1772894464881-cbb9c755.png", imageAlt: "Michael Chen headshot"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "Growth Marketing Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-woma-1772894462008-1e7c3542.png", imageAlt: "Emily Rodriguez headshot"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-woma-1772894462008-1e7c3542.png", imageAlt: "Emily Rodriguez headshot"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Business Owner", company: "Consulting Elite", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-man--1772894462407-6d42708f.png", imageAlt: "David Kim headshot"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/professional-headshot-portrait-of-a-man--1772894462407-6d42708f.png", imageAlt: "David Kim headshot"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Active Business Clients" },
|
||||
@@ -156,17 +165,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How does the AI Receptionist integrate with my calendar?", content: "Simply provide your Calendly or Google Calendar link during onboarding. The Basepex platform automatically connects and syncs in real-time. When callers book appointments, they're instantly added to your calendar and SMS confirmations are sent to both parties."},
|
||||
id: "1", title: "How does the AI Receptionist integrate with my calendar?", content: "Simply provide your Calendly or Google Calendar link during onboarding. The Basepex platform automatically connects and syncs in real-time. When callers book appointments, they're instantly added to your calendar and SMS confirmations are sent to both parties."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I customize the AI Website Builder output?", content: "Yes! After the 48-hour initial build using Framer AI or Durable.co, the website is fully editable. You can adjust copy, colors, layouts, and add custom pages. We also handle all SSL and domain configuration for you."},
|
||||
id: "2", title: "Can I customize the AI Website Builder output?", content: "Yes! After the 48-hour initial build using Framer AI or Durable.co, the website is fully editable. You can adjust copy, colors, layouts, and add custom pages. We also handle all SSL and domain configuration for you."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What makes your ad watermark uncopyable?", content: "Unlike CSS overlays that can be bypassed, our watermarks are burned directly into the pixel layer of images using Sharp/Jimp and rendered into every frame of video files using FFmpeg. Screen recording or screenshotting captures the watermark permanently because it's part of the file itself, not a UI element."},
|
||||
id: "3", title: "What makes your ad watermark uncopyable?", content: "Unlike CSS overlays that can be bypassed, our watermarks are burned directly into the pixel layer of images using Sharp/Jimp and rendered into every frame of video files using FFmpeg. Screen recording or screenshotting captures the watermark permanently because it's part of the file itself, not a UI element."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How many ads do I receive per order?", content: "Standard: 10 watermarked static image ads per order, limited to 5 orders/month. Premium: 10 photoreal static images + 5 cinematic video ads (35 seconds each) per order, with unlimited generations. Premium videos include multi-modal variations (3 image sizes, 2 video cuts = 10 videos total)."},
|
||||
id: "4", title: "How many ads do I receive per order?", content: "Standard: 10 watermarked static image ads per order, limited to 5 orders/month. Premium: 10 photoreal static images + 5 cinematic video ads (35 seconds each) per order, with unlimited generations. Premium videos include multi-modal variations (3 image sizes, 2 video cuts = 10 videos total)."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What does the 2-hour human polish option include?", content: "Premium members can flag any ad generation for human review. Within 2 hours, our team reviews copy, visuals, and messaging—making minor refinements for brand fit and performance. The polished version is returned to you immediately. This is included at no extra charge and separates us from every other AI ad tool."},
|
||||
id: "5", title: "What does the 2-hour human polish option include?", content: "Premium members can flag any ad generation for human review. Within 2 hours, our team reviews copy, visuals, and messaging—making minor refinements for brand fit and performance. The polished version is returned to you immediately. This is included at no extra charge and separates us from every other AI ad tool."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do I track ad performance?", content: "Connect your Facebook Ads Manager, TikTok Ads, or Google Ads account during setup. Basepex tracks click-through rate, cost per result, and engagement metrics—automatically using this data to make every future generation smarter and more targeted specifically for your account."},
|
||||
id: "6", title: "How do I track ad performance?", content: "Connect your Facebook Ads Manager, TikTok Ads, or Google Ads account during setup. Basepex tracks click-through rate, cost per result, and engagement metrics—automatically using this data to make every future generation smarter and more targeted specifically for your account."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user