diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 1af3a89..6de1697 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -67,7 +67,8 @@ export default function ContactPage() {
brandName="AI E-Commerce Consultant"
navItems={navItemsWithLinks}
button={{
- text: "Start Free Trial", href: "#pricing"}}
+ text: "Start Free Trial", href: "#pricing"
+ }}
/>
@@ -77,20 +78,25 @@ 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."},
+ "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."},
+ "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."},
+ "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."},
+ "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"
@@ -106,24 +112,30 @@ export default function ContactPage() {
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."},
+ "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."},
+ "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."},
+ "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."},
+ "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."},
+ "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."},
+ "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="smooth"
+ faqsAnimation="slide-up"
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d13f2af..1dcfd57 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,7 +45,8 @@ export default function HomePage() {
brandName="AI E-Commerce Consultant"
navItems={navItems}
button={{
- text: "Start Free Trial", href: "#pricing"}}
+ text: "Start Free Trial", href: "#pricing"
+ }}
/>
@@ -58,20 +59,24 @@ 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", 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", 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="smooth"
+ buttonAnimation="slide-up"
mediaAnimation="slide-up"
/>
@@ -82,30 +87,38 @@ export default function HomePage() {
{
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"},
+ 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"},
+ 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"},
+ 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"},
+ 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}
@@ -127,16 +140,20 @@ 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}
@@ -147,11 +164,14 @@ export default function HomePage() {
@@ -363,18 +417,23 @@ 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."
+ },
]}
/>
diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
index 75be8f9..3cd7c7d 100644
--- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
+++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
textClassName?: string;
- dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical';
+ dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'middle' | 'central' | 'ideographic' | 'mathematical';
}
export const SvgTextLogo: React.FC = ({