Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Contact Support", href: "/contact" },
|
||||
@@ -70,9 +67,7 @@ export default function ContactPage() {
|
||||
brandName="AI E-Commerce Consultant"
|
||||
navItems={navItemsWithLinks}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Start Free Trial", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,34 +77,20 @@ export default function ContactPage() {
|
||||
ctaDescription="Join thousands of store owners getting AI-powered insights. Start your free analysis today—no credit card needed."
|
||||
ctaIcon={Rocket}
|
||||
ctaButton={{
|
||||
text: "Start Free Analysis",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Start Free Analysis", href: "/signup"}}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started?",
|
||||
content:
|
||||
"Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding.",
|
||||
},
|
||||
id: "1", title: "How do I get started?", content:
|
||||
"Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's included in my first analysis?",
|
||||
content:
|
||||
"Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules.",
|
||||
},
|
||||
id: "2", title: "What's included in my first analysis?", content:
|
||||
"Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel anytime?",
|
||||
content:
|
||||
"Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation.",
|
||||
},
|
||||
id: "3", title: "Can I cancel anytime?", content:
|
||||
"Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer team accounts?",
|
||||
content:
|
||||
"Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options.",
|
||||
},
|
||||
id: "4", title: "Do you offer team accounts?", content:
|
||||
"Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -124,43 +105,25 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the AI analyze my store?",
|
||||
content:
|
||||
"Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes.",
|
||||
},
|
||||
id: "1", title: "How does the AI analyze my store?", content:
|
||||
"Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What if my store data is confidential?",
|
||||
content:
|
||||
"Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI.",
|
||||
},
|
||||
id: "2", title: "What if my store data is confidential?", content:
|
||||
"Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I export and implement the recommendations?",
|
||||
content:
|
||||
"Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately.",
|
||||
},
|
||||
id: "3", title: "Can I export and implement the recommendations?", content:
|
||||
"Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How accurate is the product discovery?",
|
||||
content:
|
||||
"Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data.",
|
||||
},
|
||||
id: "4", title: "How accurate is the product discovery?", content:
|
||||
"Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a free trial?",
|
||||
content:
|
||||
"Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required.",
|
||||
},
|
||||
id: "5", title: "Is there a free trial?", content:
|
||||
"Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What platforms do you integrate with?",
|
||||
content:
|
||||
"We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users.",
|
||||
},
|
||||
id: "6", title: "What platforms do you integrate with?", content:
|
||||
"We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
426
src/app/page.tsx
426
src/app/page.tsx
@@ -45,9 +45,7 @@ export default function HomePage() {
|
||||
brandName="AI E-Commerce Consultant"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Start Free Trial", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,28 +58,20 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/modern-ai-analytics-dashboard-for-e-comm-1773316990599-bc00814e.png?_wi=1",
|
||||
imageAlt: "AI dashboard analytics interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/modern-ai-analytics-dashboard-for-e-comm-1773316990599-bc00814e.png", imageAlt: "AI dashboard analytics interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/ai-recommendation-engine-showing-product-1773316993139-fc95a33b.png?_wi=1",
|
||||
imageAlt: "Business insights and recommendations",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/ai-recommendation-engine-showing-product-1773316993139-fc95a33b.png", imageAlt: "Business insights and recommendations"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ E-commerce Founders"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Analysis",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Start Free Analysis", href: "/dashboard"},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Watch Demo", href: "#"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="smooth"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -91,47 +81,31 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Smart Store Analysis",
|
||||
description: "AI analyzes your store data, products, and audience to identify strengths, weaknesses, and immediate optimization opportunities. Get actionable insights tailored to your niche.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-store-analysis-resu-1773316991537-989afd59.png",
|
||||
},
|
||||
title: "Smart Store Analysis", description: "AI analyzes your store data, products, and audience to identify strengths, weaknesses, and immediate optimization opportunities. Get actionable insights tailored to your niche.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-store-analysis-resu-1773316991537-989afd59.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-phone-display-showing-competitor--1773316993031-7f3a972e.png",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-phone-display-showing-competitor--1773316993031-7f3a972e.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Product Opportunity Finder",
|
||||
description: "Discover high-demand products in your niche before competitors. AI analyzes trends, competitor gaps, and market demand to suggest winning products with profit potential.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-ai-product-discover-1773316991597-511bb493.png",
|
||||
},
|
||||
title: "Product Opportunity Finder", description: "Discover high-demand products in your niche before competitors. AI analyzes trends, competitor gaps, and market demand to suggest winning products with profit potential.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-ai-product-discover-1773316991597-511bb493.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-detailed-product--1773316993376-34736c25.png",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-detailed-product--1773316993376-34736c25.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Marketing Strategy Generator",
|
||||
description: "Generate complete marketing plans including social media content calendars, ad campaigns, email sequences, and influencer outreach strategies—all AI-generated and ready to implement.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app-interface-template_23-2148571661.jpg",
|
||||
},
|
||||
title: "Marketing Strategy Generator", description: "Generate complete marketing plans including social media content calendars, ad campaigns, email sequences, and influencer outreach strategies—all AI-generated and ready to implement.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app-interface-template_23-2148571661.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-ai-ad-campaign-re-1773316991182-f2f0b483.png",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-ai-ad-campaign-re-1773316991182-f2f0b483.png"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "90-Day Growth Roadmap",
|
||||
description: "Get a step-by-step strategic plan for the next 90 days. Includes product launches, marketing milestones, upsell strategies, and retention tactics customized to your business goals.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-90-day-growth-roadm-1773316992930-e878dae2.png",
|
||||
},
|
||||
title: "90-Day Growth Roadmap", description: "Get a step-by-step strategic plan for the next 90 days. Includes product launches, marketing milestones, upsell strategies, and retention tactics customized to your business goals.", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/phone-mockup-showing-90-day-growth-roadm-1773316992930-e878dae2.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-detailed-week-by--1773316993675-7e9f8e46.png",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/mobile-display-showing-detailed-week-by--1773316993675-7e9f8e46.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -153,24 +127,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Active Users",
|
||||
value: "5,000+",
|
||||
},
|
||||
label: "Active Users", value: "5,000+"},
|
||||
{
|
||||
icon: ShoppingCart,
|
||||
label: "Avg. Revenue Increase",
|
||||
value: "35%",
|
||||
},
|
||||
label: "Avg. Revenue Increase", value: "35%"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Success Stories",
|
||||
value: "1,200+",
|
||||
},
|
||||
label: "Success Stories", value: "1,200+"},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Countries Supported",
|
||||
value: "45",
|
||||
},
|
||||
label: "Countries Supported", value: "45"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -181,26 +147,11 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Niche Demand Scanner",
|
||||
price: "Real-Time Data",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-showing-ai-scanner-technolo-1773316990641-78a431c3.png",
|
||||
imageAlt: "AI Scanner Technology",
|
||||
},
|
||||
id: "1", name: "Niche Demand Scanner", price: "Real-Time Data", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-showing-ai-scanner-technolo-1773316990641-78a431c3.png", imageAlt: "AI Scanner Technology"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Competitor Analysis Tool",
|
||||
price: "Gap Identification",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-depicting-competitor-analys-1773316991822-2bc0d37d.png",
|
||||
imageAlt: "Competitor Analysis",
|
||||
},
|
||||
id: "2", name: "Competitor Analysis Tool", price: "Gap Identification", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-depicting-competitor-analys-1773316991822-2bc0d37d.png", imageAlt: "Competitor Analysis"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Trend Forecaster",
|
||||
price: "Market Insights",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-showing-trending-products-a-1773316991042-92ec26f7.png",
|
||||
imageAlt: "Trend Forecasting",
|
||||
},
|
||||
id: "3", name: "Trend Forecaster", price: "Market Insights", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-showing-trending-products-a-1773316991042-92ec26f7.png", imageAlt: "Trend Forecasting"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -218,37 +169,13 @@ export default function HomePage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "42%",
|
||||
title: "Conversion Rate Increase",
|
||||
description: "Average improvement within first 30 days",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-visualization-showing-conve-1773316992510-1fd781bf.png",
|
||||
imageAlt: "Conversion Rate Metrics",
|
||||
},
|
||||
id: "1", value: "42%", title: "Conversion Rate Increase", description: "Average improvement within first 30 days", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-visualization-showing-conve-1773316992510-1fd781bf.png", imageAlt: "Conversion Rate Metrics"},
|
||||
{
|
||||
id: "2",
|
||||
value: "3.2x",
|
||||
title: "ROI Multiplier",
|
||||
description: "Return on investment from AI recommendations",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-of-roi-multiplier-showing-i-1773316991090-9258f1f3.png",
|
||||
imageAlt: "ROI Multiplier",
|
||||
},
|
||||
id: "2", value: "3.2x", title: "ROI Multiplier", description: "Return on investment from AI recommendations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/illustration-of-roi-multiplier-showing-i-1773316991090-9258f1f3.png", imageAlt: "ROI Multiplier"},
|
||||
{
|
||||
id: "3",
|
||||
value: "58%",
|
||||
title: "Time Saved Monthly",
|
||||
description: "Hours saved on marketing planning and analysis",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/visualization-showing-time-savings-and-p-1773316991101-bb411bfd.png",
|
||||
imageAlt: "Time Savings",
|
||||
},
|
||||
id: "3", value: "58%", title: "Time Saved Monthly", description: "Hours saved on marketing planning and analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/visualization-showing-time-savings-and-p-1773316991101-bb411bfd.png", imageAlt: "Time Savings"},
|
||||
{
|
||||
id: "4",
|
||||
value: "$125K+",
|
||||
title: "Average Revenue Growth",
|
||||
description: "First-year additional revenue for Pro users",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-revenue-growth-chart-showin-1773316991904-1dc414b4.png",
|
||||
imageAlt: "Revenue Growth",
|
||||
},
|
||||
id: "4", value: "$125K+", title: "Average Revenue Growth", description: "First-year additional revenue for Pro users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-revenue-growth-chart-showin-1773316991904-1dc414b4.png", imageAlt: "Revenue Growth"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Real Results from Real Users"
|
||||
@@ -263,47 +190,17 @@ export default function HomePage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "CEO & Co-Founder",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-confident-fem-1773316989820-ab967b55.png",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", role: "CEO & Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-confident-fem-1773316989820-ab967b55.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Chief AI Officer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ai-tech--1773316989839-d6c255aa.png",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "Chief AI Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ai-tech--1773316989839-d6c255aa.png", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Head of Product",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-produc-1773316990677-d6308a7a.png",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Head of Product", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-produc-1773316990677-d6308a7a.png", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
role: "E-Commerce Strategist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ecommerc-1773316991245-bdc68ef6.png",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "4", name: "James Wilson", role: "E-Commerce Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ecommerc-1773316991245-bdc68ef6.png", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
role: "Customer Success Director",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-custom-1773316990303-fbf099c4.png",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson", role: "Customer Success Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-custom-1773316990303-fbf099c4.png", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Johnson",
|
||||
role: "Data Science Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-data-sci-1773316991008-4645e08b.png",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "6", name: "Marcus Johnson", role: "Data Science Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-data-sci-1773316991008-4645e08b.png", imageAlt: "Marcus Johnson"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Powered by E-Commerce & AI Experts"
|
||||
@@ -318,59 +215,23 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Founder",
|
||||
company: "StyleHub Boutique",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990345-86facb1b.png",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
},
|
||||
id: "1", name: "Jennifer Martinez", role: "Founder", company: "StyleHub Boutique", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990345-86facb1b.png", imageAlt: "Jennifer Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Patel",
|
||||
role: "CEO",
|
||||
company: "TechGear Pro",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990097-8500b92e.png",
|
||||
imageAlt: "Michael Patel",
|
||||
},
|
||||
id: "2", name: "Michael Patel", role: "CEO", company: "TechGear Pro", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990097-8500b92e.png", imageAlt: "Michael Patel"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amanda Foster",
|
||||
role: "Owner",
|
||||
company: "EcoHome Living",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990425-c75d8de6.png",
|
||||
imageAlt: "Amanda Foster",
|
||||
},
|
||||
id: "3", name: "Amanda Foster", role: "Owner", company: "EcoHome Living", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990425-c75d8de6.png", imageAlt: "Amanda Foster"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Chang",
|
||||
role: "Founder",
|
||||
company: "FitLife Store",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990958-0e6ef17a.png",
|
||||
imageAlt: "Robert Chang",
|
||||
},
|
||||
id: "4", name: "Robert Chang", role: "Founder", company: "FitLife Store", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990958-0e6ef17a.png", imageAlt: "Robert Chang"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Dubois",
|
||||
role: "Co-Founder",
|
||||
company: "Artisan Crafts Co",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990222-d9cd311a.png",
|
||||
imageAlt: "Sophie Dubois",
|
||||
},
|
||||
id: "5", name: "Sophie Dubois", role: "Co-Founder", company: "Artisan Crafts Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-woman-i-1773316990222-d9cd311a.png", imageAlt: "Sophie Dubois"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kevin Thompson",
|
||||
role: "Director",
|
||||
company: "GadgetVault Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990439-3bde97d6.png",
|
||||
imageAlt: "Kevin Thompson",
|
||||
},
|
||||
id: "6", name: "Kevin Thompson", role: "Director", company: "GadgetVault Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/portrait-photo-of-a-professional-man-in--1773316990439-3bde97d6.png", imageAlt: "Kevin Thompson"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -391,15 +252,7 @@ export default function HomePage() {
|
||||
tag="Featured Clients"
|
||||
tagIcon={CheckCircle}
|
||||
names={[
|
||||
"Shopify Partners",
|
||||
"Amazon Sellers",
|
||||
"Etsy Entrepreneurs",
|
||||
"Woo Distributors",
|
||||
"BigCommerce Pro",
|
||||
"Magento Enterprises",
|
||||
"Independent Retailers",
|
||||
"Global Merchants",
|
||||
]}
|
||||
"Shopify Partners", "Amazon Sellers", "Etsy Entrepreneurs", "Woo Distributors", "BigCommerce Pro", "Magento Enterprises", "Independent Retailers", "Global Merchants"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -412,93 +265,40 @@ export default function HomePage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Get Started",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for testing the platform",
|
||||
buttons: [
|
||||
id: "free", badge: "Get Started", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Perfect for testing the platform", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Start Free Trial", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"1 store analysis per month",
|
||||
"Basic product opportunity finder",
|
||||
"Email support",
|
||||
"Access to marketing templates",
|
||||
"30-day data retention",
|
||||
],
|
||||
"1 store analysis per month", "Basic product opportunity finder", "Email support", "Access to marketing templates", "30-day data retention"],
|
||||
},
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Popular",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "$19",
|
||||
subtitle: "/month — Best for small stores",
|
||||
buttons: [
|
||||
id: "basic", badge: "Popular", badgeIcon: TrendingUp,
|
||||
price: "$19", subtitle: "/month — Best for small stores", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Start Free Trial", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited store analyses",
|
||||
"Advanced product discovery",
|
||||
"AI marketing strategy generator",
|
||||
"Basic 30-day roadmap",
|
||||
"Social media content templates",
|
||||
"Priority email support",
|
||||
"Export reports (PDF/CSV)",
|
||||
],
|
||||
"Unlimited store analyses", "Advanced product discovery", "AI marketing strategy generator", "Basic 30-day roadmap", "Social media content templates", "Priority email support", "Export reports (PDF/CSV)"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Crown,
|
||||
price: "$49",
|
||||
subtitle: "/month — Built for scale",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Crown,
|
||||
price: "$49", subtitle: "/month — Built for scale", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Start Free Trial", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Basic, plus:",
|
||||
"90-day strategic growth roadmap",
|
||||
"Competitor deep-dive analysis",
|
||||
"AI-powered pricing optimization",
|
||||
"Conversion rate improvement plan",
|
||||
"Influencer outreach templates",
|
||||
"Weekly AI recommendations",
|
||||
"Phone & live chat support",
|
||||
"Custom brand integration",
|
||||
],
|
||||
"Everything in Basic, plus:", "90-day strategic growth roadmap", "Competitor deep-dive analysis", "AI-powered pricing optimization", "Conversion rate improvement plan", "Influencer outreach templates", "Weekly AI recommendations", "Phone & live chat support", "Custom brand integration"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Teams",
|
||||
badgeIcon: Users,
|
||||
price: "Custom",
|
||||
subtitle: "Dedicated support & unlimited features",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "For Teams", badgeIcon: Users,
|
||||
price: "Custom", subtitle: "Dedicated support & unlimited features", buttons: [
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "/dashboard",
|
||||
},
|
||||
text: "Schedule Demo", href: "/dashboard"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro, plus:",
|
||||
"Multi-store management",
|
||||
"Custom AI model training",
|
||||
"Dedicated account manager",
|
||||
"API access for integrations",
|
||||
"White-label options",
|
||||
"Advanced analytics dashboard",
|
||||
"Priority implementation",
|
||||
],
|
||||
"Everything in Pro, plus:", "Multi-store management", "Custom AI model training", "Dedicated account manager", "API access for integrations", "White-label options", "Advanced analytics dashboard", "Priority implementation"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -516,38 +316,11 @@ export default function HomePage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "E-Commerce Strategy",
|
||||
title: "5 AI-Powered Ways to Increase Conversion Rates in 2025",
|
||||
excerpt: "Discover proven AI techniques that top e-commerce brands are using to boost conversions by 40%+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-blog-feature-image-showing--1773317165752-547a815b.png",
|
||||
imageAlt: "Conversion Optimization Blog",
|
||||
authorName: "Sarah Mitchell",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-confident-fem-1773316989820-ab967b55.png",
|
||||
date: "Jan 20, 2025",
|
||||
},
|
||||
id: "1", category: "E-Commerce Strategy", title: "5 AI-Powered Ways to Increase Conversion Rates in 2025", excerpt: "Discover proven AI techniques that top e-commerce brands are using to boost conversions by 40%+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-blog-feature-image-showing--1773317165752-547a815b.png", imageAlt: "Conversion Optimization Blog", authorName: "Sarah Mitchell", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-confident-fem-1773316989820-ab967b55.png", date: "Jan 20, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Product Research",
|
||||
title: "How to Find Winning Products Before Your Competitors",
|
||||
excerpt: "Step-by-step guide to using AI trend analysis for product discovery and market gaps",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/blog-feature-image-showing-product-resea-1773316990754-71730d81.png",
|
||||
imageAlt: "Product Research Blog",
|
||||
authorName: "David Chen",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ai-tech--1773316989839-d6c255aa.png",
|
||||
date: "Jan 18, 2025",
|
||||
},
|
||||
id: "2", category: "Product Research", title: "How to Find Winning Products Before Your Competitors", excerpt: "Step-by-step guide to using AI trend analysis for product discovery and market gaps", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/blog-feature-image-showing-product-resea-1773316990754-71730d81.png", imageAlt: "Product Research Blog", authorName: "David Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-male-ai-tech--1773316989839-d6c255aa.png", date: "Jan 18, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Marketing Growth",
|
||||
title: "The Complete Guide to AI-Generated Marketing Strategies",
|
||||
excerpt: "Learn how to leverage AI for content planning, ad campaigns, and audience targeting",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/blog-feature-image-depicting-ai-powered--1773316990888-c6cf05d9.png",
|
||||
imageAlt: "Marketing Strategy Blog",
|
||||
authorName: "Emma Rodriguez",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-produc-1773316990677-d6308a7a.png",
|
||||
date: "Jan 15, 2025",
|
||||
},
|
||||
id: "3", category: "Marketing Growth", title: "The Complete Guide to AI-Generated Marketing Strategies", excerpt: "Learn how to leverage AI for content planning, ad campaigns, and audience targeting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/blog-feature-image-depicting-ai-powered--1773316990888-c6cf05d9.png", imageAlt: "Marketing Strategy Blog", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnR1mCuyM52aKTt2itYmLCBDhv/professional-headshot-of-a-female-produc-1773316990677-d6308a7a.png", date: "Jan 15, 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="E-Commerce Insights & AI Tips"
|
||||
@@ -564,41 +337,23 @@ export default function HomePage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the AI analyze my store?",
|
||||
content: "Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes.",
|
||||
},
|
||||
id: "1", title: "How does the AI analyze my store?", content: "Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What if my store data is confidential?",
|
||||
content: "Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI.",
|
||||
},
|
||||
id: "2", title: "What if my store data is confidential?", content: "Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I export and implement the recommendations?",
|
||||
content: "Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately.",
|
||||
},
|
||||
id: "3", title: "Can I export and implement the recommendations?", content: "Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How accurate is the product discovery?",
|
||||
content: "Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data.",
|
||||
},
|
||||
id: "4", title: "How accurate is the product discovery?", content: "Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a free trial?",
|
||||
content: "Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required.",
|
||||
},
|
||||
id: "5", title: "Is there a free trial?", content: "Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What platforms do you integrate with?",
|
||||
content: "We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users.",
|
||||
},
|
||||
id: "6", title: "What platforms do you integrate with?", content: "We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users."},
|
||||
]}
|
||||
sideTitle="Common Questions About AI E-Commerce Consulting"
|
||||
sideDescription="Everything you need to know about our platform and how it works"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -608,32 +363,18 @@ export default function HomePage() {
|
||||
ctaDescription="Join thousands of store owners getting AI-powered insights. Start your free analysis today—no credit card needed."
|
||||
ctaIcon={Rocket}
|
||||
ctaButton={{
|
||||
text: "Start Free Analysis",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "Start Free Analysis", href: "/dashboard"}}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started?",
|
||||
content: "Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding.",
|
||||
},
|
||||
id: "1", title: "How do I get started?", content: "Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's included in my first analysis?",
|
||||
content: "Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules.",
|
||||
},
|
||||
id: "2", title: "What's included in my first analysis?", content: "Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation.",
|
||||
},
|
||||
id: "3", title: "Can I cancel anytime?", content: "Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer team accounts?",
|
||||
content: "Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options.",
|
||||
},
|
||||
id: "4", title: "Do you offer team accounts?", content: "Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -642,8 +383,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -651,8 +391,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -660,8 +399,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Contact Support", href: "#contact" },
|
||||
|
||||
@@ -1,51 +1,35 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
textClassName?: string;
|
||||
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical';
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className,
|
||||
textClassName,
|
||||
dominantBaseline = 'middle',
|
||||
}) => {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
viewBox="0 0 200 50"
|
||||
className={className}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="100"
|
||||
y="25"
|
||||
textAnchor="middle"
|
||||
dominantBaseline={dominantBaseline}
|
||||
className={textClassName}
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user