Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-07 16:38:37 +00:00
5 changed files with 136 additions and 401 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -28,17 +27,15 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Pricing", href: "/" },
{ label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Payment",
items: [
title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -65,7 +62,7 @@ export default function AboutPage() {
brandName="AZ MARKETING"
navItems={[
{ name: "Services", id: "/" },
{ name: "Pricing", id: "/" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
@@ -76,21 +73,13 @@ export default function AboutPage() {
<TeamCardTen
title="Meet the Founders Driving Digital Transformation for Small Businesses Across India"
tag="About Our Team"
tagAnimation="entrance-slide"
tagAnimation="none"
membersAnimation="slide-up"
members={[
{
id: "1",
name: "Abhiram Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2",
imageAlt: "Abhiram Gupta, Co-founder",
},
id: "1", name: "Abhiram Gupta", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Abhiram Gupta, Co-founder"},
{
id: "2",
name: "Zain Uddin",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg?_wi=2",
imageAlt: "Zain Uddin, Co-founder",
},
id: "2", name: "Zain Uddin", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", imageAlt: "Zain Uddin, Co-founder"},
]}
memberVariant="default"
useInvertedBackground={false}
@@ -107,34 +96,27 @@ export default function AboutPage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Affordable Excellence",
description: "Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.",
icon: Sparkles,
title: "Affordable Excellence", description: "Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.", icon: Sparkles,
},
{
title: "Expert Support",
description: "Personalized attention and responsive support from professionals who genuinely care about your success.",
icon: Users,
title: "Expert Support", description: "Personalized attention and responsive support from professionals who genuinely care about your success.", icon: Users,
},
{
title: "Proven Results",
description: "Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.",
icon: TrendingUp,
title: "Proven Results", description: "Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.", icon: TrendingUp,
},
{
title: "Continuous Growth",
description: "Monthly maintenance and support ensure your digital presence evolves with your business needs.",
icon: RefreshCw,
title: "Continuous Growth", description: "Monthly maintenance and support ensure your digital presence evolves with your business needs.", icon: RefreshCw,
},
]}
buttons={[{ text: "Start Your Journey", href: "/demo" }]}
mediaAnimation="none"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your business online? Message us for a custom quote or start with our free demo website today."
animationType="entrance-slide"
animationType="background-highlight"
buttons={[
{ text: "Message Us for Quote", href: "/contact" },
{ text: "Get Free Demo", href: "/demo" },
@@ -146,7 +128,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg"
imageAlt="AZ Marketing Footer"
logoText="AZ MARKETING"
copyrightText="© 2024 AZ Marketing. All rights reserved."

View File

@@ -12,8 +12,7 @@ import { Mail, Phone, MapPin } from "lucide-react";
export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -21,17 +20,15 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Pricing", href: "/" },
{ label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Payment",
items: [
title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -47,7 +44,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -58,7 +55,7 @@ export default function ContactPage() {
brandName="AZ MARKETING"
navItems={[
{ name: "Services", id: "/" },
{ name: "Pricing", id: "/" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
@@ -68,7 +65,7 @@ export default function ContactPage() {
<div id="contact-hero" data-section="contact-hero">
<ContactText
text="Get in touch with AZ Marketing today. We're here to answer your questions and help you grow your business online."
animationType="entrance-slide"
animationType="background-highlight"
buttons={[
{ text: "Send Message", href: "#" },
{ text: "Schedule Call", href: "#" },
@@ -88,25 +85,20 @@ export default function ContactPage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Email Us",
description: "Send us your inquiry or project details. We typically respond within 24 hours.",
icon: Mail,
title: "Email Us", description: "Send us your inquiry or project details. We typically respond within 24 hours.", icon: Mail,
},
{
title: "Call or WhatsApp",
description: "Prefer to talk? Reach out directly. Our team is available to discuss your needs.",
icon: Phone,
title: "Call or WhatsApp", description: "Prefer to talk? Reach out directly. Our team is available to discuss your needs.", icon: Phone,
},
{
title: "Visit Our Office",
description: "Located in India, serving small businesses nationwide. We're open Monday through Friday.",
icon: MapPin,
title: "Visit Our Office", description: "Located in India, serving small businesses nationwide. We're open Monday through Friday.", icon: MapPin,
},
]}
buttons={[
{ text: "Send Email", href: "mailto:contact@azmarketing.com" },
{ text: "Call Us Now", href: "tel:+91-XXXXX-XXXXX" },
]}
mediaAnimation="none"
/>
</div>
@@ -114,41 +106,11 @@ export default function ContactPage() {
<TestimonialCardFive
testimonials={[
{
id: "1",
name: "Priya Sharma, Founder of StyleHub",
date: "Date: 15 November 2024",
title: "Transformed our online presence completely",
quote: "AZ Marketing took our small fashion brand from zero online presence to thriving. Their website design is stunning, and the Instagram strategy has doubled our monthly sales. Highly professional team!",
tag: "Complete Bundle",
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg",
avatarAlt: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg?_wi=2",
imageAlt: "Success story",
},
id: "1", name: "Priya Sharma, Founder of StyleHub", date: "Date: 15 November 2024", title: "Transformed our online presence completely", quote: "AZ Marketing took our small fashion brand from zero online presence to thriving. Their website design is stunning, and the Instagram strategy has doubled our monthly sales. Highly professional team!", tag: "Complete Bundle", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", imageAlt: "Success story"},
{
id: "2",
name: "Rajesh Kumar, Restaurant Owner",
date: "Date: 08 November 2024",
title: "Best investment for our restaurant business",
quote: "We invested in the website and Instagram package. Within weeks, we saw increased foot traffic and online orders. Their AI captions really help engage our audience effectively.",
tag: "Complete Bundle",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
avatarAlt: "Rajesh Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2",
imageAlt: "Business success",
},
id: "2", name: "Rajesh Kumar, Restaurant Owner", date: "Date: 08 November 2024", title: "Best investment for our restaurant business", quote: "We invested in the website and Instagram package. Within weeks, we saw increased foot traffic and online orders. Their AI captions really help engage our audience effectively.", tag: "Complete Bundle", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Business success"},
{
id: "3",
name: "Anita Singh, Fitness Coach",
date: "Date: 01 November 2024",
title: "Professional service at affordable prices",
quote: "I needed a professional website and they delivered. The monthly maintenance means I never have to worry about technical issues. Their support is responsive and helpful.",
tag: "Website Only",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg",
avatarAlt: "Anita Singh",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg?_wi=2",
imageAlt: "Professional service",
},
id: "3", name: "Anita Singh, Fitness Coach", date: "Date: 01 November 2024", title: "Professional service at affordable prices", quote: "I needed a professional website and they delivered. The monthly maintenance means I never have to worry about technical issues. Their support is responsive and helpful.", tag: "Website Only", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", avatarAlt: "Anita Singh", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", imageAlt: "Professional service"},
]}
title="What Our Clients Say"
description="Real stories from real businesses who've experienced growth through our services."
@@ -160,7 +122,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg"
imageAlt="AZ Marketing Footer"
logoText="AZ MARKETING"
copyrightText="© 2024 AZ Marketing. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function DemoPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -28,8 +27,7 @@ export default function DemoPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
@@ -37,8 +35,7 @@ export default function DemoPage() {
],
},
{
title: "Payment",
items: [
title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function DemoPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -70,17 +67,13 @@ export default function DemoPage() {
description="Experience the power of AZ Marketing with a fully functional demonstration website. See exactly how we can transform your online presence before committing to our premium plans."
buttons={[
{
text: "View Your Demo Site",
href: "#services",
},
text: "View Your Demo Site", href: "#services"},
{
text: "Upgrade to Premium",
href: "/pricing",
},
text: "Upgrade to Premium", href: "/pricing"},
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=2"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg"
imageAlt="AZ Marketing Demo Dashboard"
mediaAnimation="slide-up"
frameStyle="card"
@@ -92,40 +85,16 @@ export default function DemoPage() {
features={[
{
id: 1,
tag: "Demo Includes",
title: "Professional Homepage",
subtitle: "Full-featured landing page with your branding",
description: "Your free demo includes a complete, fully-designed homepage showcasing your business. See exactly how your website will look and function with all the professional design elements included.",
imageSrc: "http://img.b2bpic.net/free-psd/music-show-website-design-template_23-2149075079.jpg?_wi=3",
imageAlt: "Professional Homepage",
},
tag: "Demo Includes", title: "Professional Homepage", subtitle: "Full-featured landing page with your branding", description: "Your free demo includes a complete, fully-designed homepage showcasing your business. See exactly how your website will look and function with all the professional design elements included.", imageSrc: "http://img.b2bpic.net/free-psd/music-show-website-design-template_23-2149075079.jpg", imageAlt: "Professional Homepage"},
{
id: 2,
tag: "Demo Includes",
title: "Services Showcase Page",
subtitle: "Highlight your offerings beautifully",
description: "Display your products or services with professional layouts. The demo shows how we present your offerings to attract and convert potential customers effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg?_wi=3",
imageAlt: "Services Showcase",
},
tag: "Demo Includes", title: "Services Showcase Page", subtitle: "Highlight your offerings beautifully", description: "Display your products or services with professional layouts. The demo shows how we present your offerings to attract and convert potential customers effectively.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg", imageAlt: "Services Showcase"},
{
id: 3,
tag: "Demo Includes",
title: "Contact & Call-to-Action",
subtitle: "Convert visitors into customers",
description: "Strategic placement of contact forms and CTAs throughout your demo site. See how we guide visitors toward taking action and becoming customers.",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-card-template_79603-1434.jpg?_wi=3",
imageAlt: "Contact Integration",
},
tag: "Demo Includes", title: "Contact & Call-to-Action", subtitle: "Convert visitors into customers", description: "Strategic placement of contact forms and CTAs throughout your demo site. See how we guide visitors toward taking action and becoming customers.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-card-template_79603-1434.jpg", imageAlt: "Contact Integration"},
{
id: 4,
tag: "Demo Includes",
title: "Mobile Responsive Design",
subtitle: "Perfect on all devices and screen sizes",
description: "Your demo works flawlessly on smartphones, tablets, and desktops. See how AZ Marketing ensures your site looks professional everywhere your customers browse.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-student-reading-online-information-notes-from-library-database_482257-123200.jpg?_wi=2",
imageAlt: "Mobile Responsiveness",
},
tag: "Demo Includes", title: "Mobile Responsive Design", subtitle: "Perfect on all devices and screen sizes", description: "Your demo works flawlessly on smartphones, tablets, and desktops. See how AZ Marketing ensures your site looks professional everywhere your customers browse.", imageSrc: "http://img.b2bpic.net/free-photo/medical-student-reading-online-information-notes-from-library-database_482257-123200.jpg", imageAlt: "Mobile Responsiveness"},
]}
title="What's Included in Your Free Demo"
description="Get a complete preview of professional website design tailored to your business needs. No credit card required, no commitments."
@@ -143,15 +112,7 @@ export default function DemoPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local E-Commerce Store",
"Digital Marketing Agency",
"Restaurant & Cafe",
"Professional Services Firm",
"Fitness Studio",
"Real Estate Agency",
"Design Studio",
"Tech Startup",
]}
"Local E-Commerce Store", "Digital Marketing Agency", "Restaurant & Cafe", "Professional Services Firm", "Fitness Studio", "Real Estate Agency", "Design Studio", "Tech Startup"]}
speed={40}
showCard={true}
/>
@@ -160,16 +121,12 @@ export default function DemoPage() {
<div id="cta-contact" data-section="cta-contact">
<ContactText
text="Ready to see your free demo? Let's create an amazing website for your business today."
animationType="entrance-slide"
animationType="background-highlight"
buttons={[
{
text: "Get Your Free Demo",
href: "/contact",
},
text: "Get Your Free Demo", href: "/contact"},
{
text: "View Our Pricing",
href: "/pricing",
},
text: "View Our Pricing", href: "/pricing"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -178,7 +135,7 @@ export default function DemoPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg"
imageAlt="AZ Marketing Footer"
logoText="AZ MARKETING"
copyrightText="© 2024 AZ Marketing. All rights reserved."

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -33,17 +32,15 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/services" },
{ label: "Pricing", href: "/services" },
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Payment",
items: [
title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -59,7 +56,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -78,8 +75,8 @@ export default function HomePage() {
{ text: "Explore Our Services", href: "/services" },
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg?_wi=1"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148359899.jpg"
imageAlt="AZ Marketing Dashboard"
mediaAnimation="slide-up"
frameStyle="card"
@@ -97,48 +94,24 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Web Design",
title: "Professional Website Design",
subtitle: "Custom-built websites that convert visitors into customers.",
description:
"We create stunning, responsive websites tailored to your brand identity. From modern layouts to intuitive navigation, every element is designed to showcase your business and drive conversions.",
imageSrc:
"http://img.b2bpic.net/free-psd/music-show-website-design-template_23-2149075079.jpg?_wi=1",
imageAlt: "Professional Website Design",
},
tag: "Web Design", title: "Professional Website Design", subtitle: "Custom-built websites that convert visitors into customers.", description:
"We create stunning, responsive websites tailored to your brand identity. From modern layouts to intuitive navigation, every element is designed to showcase your business and drive conversions.", imageSrc:
"http://img.b2bpic.net/free-psd/music-show-website-design-template_23-2149075079.jpg", imageAlt: "Professional Website Design"},
{
id: 2,
tag: "Social Media",
title: "Instagram Page Creation & Optimization",
subtitle: "Strategic Instagram setup that builds your social presence.",
description:
"We handle complete Instagram page setup, optimization, and strategy. From profile design to content structuring, we ensure your business stands out and attracts the right audience.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg?_wi=1",
imageAlt: "Instagram Page Setup",
},
tag: "Social Media", title: "Instagram Page Creation & Optimization", subtitle: "Strategic Instagram setup that builds your social presence.", description:
"We handle complete Instagram page setup, optimization, and strategy. From profile design to content structuring, we ensure your business stands out and attracts the right audience.", imageSrc:
"http://img.b2bpic.net/free-photo/man-working-coffee-shop-cafe-concept_53876-30132.jpg", imageAlt: "Instagram Page Setup"},
{
id: 3,
tag: "Design",
title: "Business Card Design",
subtitle: "Premium business cards that make lasting impressions.",
description:
"Professional business card design that reflects your brand's premium quality. Creative layouts, premium finishes, and attention to detail ensure your cards leave a memorable impact.",
imageSrc:
"http://img.b2bpic.net/free-vector/colorful-business-card-template_79603-1434.jpg?_wi=1",
imageAlt: "Business Card Design",
},
tag: "Design", title: "Business Card Design", subtitle: "Premium business cards that make lasting impressions.", description:
"Professional business card design that reflects your brand's premium quality. Creative layouts, premium finishes, and attention to detail ensure your cards leave a memorable impact.", imageSrc:
"http://img.b2bpic.net/free-vector/colorful-business-card-template_79603-1434.jpg", imageAlt: "Business Card Design"},
{
id: 4,
tag: "AI Technology",
title: "AI-Generated Instagram Captions",
subtitle: "Engaging captions that boost engagement and reach.",
description:
"Leverage AI technology to create compelling, conversion-focused Instagram captions. Our system generates captions designed to attract customers, increase engagement, and drive meaningful interactions.",
imageSrc:
"http://img.b2bpic.net/free-photo/medical-student-reading-online-information-notes-from-library-database_482257-123200.jpg?_wi=1",
imageAlt: "AI Caption Generation",
},
tag: "AI Technology", title: "AI-Generated Instagram Captions", subtitle: "Engaging captions that boost engagement and reach.", description:
"Leverage AI technology to create compelling, conversion-focused Instagram captions. Our system generates captions designed to attract customers, increase engagement, and drive meaningful interactions.", imageSrc:
"http://img.b2bpic.net/free-photo/medical-student-reading-online-information-notes-from-library-database_482257-123200.jpg", imageAlt: "AI Caption Generation"},
]}
buttons={[{ text: "View All Services", href: "/services" }]}
buttonAnimation="slide-up"
@@ -156,33 +129,14 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "website-only",
badge: "Great Starter",
badgeIcon: Zap,
price: "$29.99/mo",
subtitle: "Perfect for businesses wanting a professional online presence",
features: [
"Professional website design & development",
"Mobile responsive & SEO optimized",
"Monthly maintenance & support",
"5 web pages included",
"Free domain setup assistance",
],
id: "website-only", badge: "Great Starter", badgeIcon: Zap,
price: "$29.99/mo", subtitle: "Perfect for businesses wanting a professional online presence", features: [
"Professional website design & development", "Mobile responsive & SEO optimized", "Monthly maintenance & support", "5 web pages included", "Free domain setup assistance"],
},
{
id: "complete-bundle",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$59.99/mo",
subtitle: "Complete digital solution for maximum online impact",
features: [
"Everything in Website plan",
"Professional Instagram page creation & optimization",
"Premium business card design",
"AI-generated Instagram captions (50+ per month)",
"Social media strategy consultation",
"Priority support & faster updates",
],
id: "complete-bundle", badge: "Most Popular", badgeIcon: Sparkles,
price: "$59.99/mo", subtitle: "Complete digital solution for maximum online impact", features: [
"Everything in Website plan", "Professional Instagram page creation & optimization", "Premium business card design", "AI-generated Instagram captions (50+ per month)", "Social media strategy consultation", "Priority support & faster updates"],
},
]}
buttons={[{ text: "Start Free Demo", href: "/demo" }]}
@@ -199,15 +153,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local E-Commerce Store",
"Digital Marketing Agency",
"Restaurant & Cafe",
"Professional Services Firm",
"Fitness Studio",
"Real Estate Agency",
"Design Studio",
"Tech Startup",
]}
"Local E-Commerce Store", "Digital Marketing Agency", "Restaurant & Cafe", "Professional Services Firm", "Fitness Studio", "Real Estate Agency", "Design Studio", "Tech Startup"]}
speed={40}
showCard={true}
ariaLabel="Social proof - trusted clients section"
@@ -223,95 +169,35 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma, Founder of StyleHub",
date: "Date: 15 November 2024",
title: "Transformed our online presence completely",
quote:
"AZ Marketing took our small fashion brand from zero online presence to thriving. Their website design is stunning, and the Instagram strategy has doubled our monthly sales. Highly professional team!",
tag: "Complete Bundle",
avatarSrc:
"http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg",
avatarAlt: "Priya Sharma",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg?_wi=1",
imageAlt: "Priya Sharma testimonial",
},
id: "1", name: "Priya Sharma, Founder of StyleHub", date: "Date: 15 November 2024", title: "Transformed our online presence completely", quote:
"AZ Marketing took our small fashion brand from zero online presence to thriving. Their website design is stunning, and the Instagram strategy has doubled our monthly sales. Highly professional team!", tag: "Complete Bundle", avatarSrc:
"http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", avatarAlt: "Priya Sharma", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", imageAlt: "Priya Sharma testimonial"},
{
id: "2",
name: "Rajesh Kumar, Restaurant Owner",
date: "Date: 08 November 2024",
title: "Best investment for our restaurant business",
quote:
"We invested in the website and Instagram package. Within weeks, we saw increased foot traffic and online orders. Their AI captions really help engage our audience effectively.",
tag: "Complete Bundle",
avatarSrc:
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
avatarAlt: "Rajesh Kumar",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1",
imageAlt: "Rajesh Kumar testimonial",
},
id: "2", name: "Rajesh Kumar, Restaurant Owner", date: "Date: 08 November 2024", title: "Best investment for our restaurant business", quote:
"We invested in the website and Instagram package. Within weeks, we saw increased foot traffic and online orders. Their AI captions really help engage our audience effectively.", tag: "Complete Bundle", avatarSrc:
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", avatarAlt: "Rajesh Kumar", imageSrc:
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Rajesh Kumar testimonial"},
{
id: "3",
name: "Anita Singh, Fitness Coach",
date: "Date: 01 November 2024",
title: "Professional service at affordable prices",
quote:
"I needed a professional website and they delivered. The monthly maintenance means I never have to worry about technical issues. Their support is responsive and helpful.",
tag: "Website Only",
avatarSrc:
"http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg",
avatarAlt: "Anita Singh",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg?_wi=1",
imageAlt: "Anita Singh testimonial",
},
id: "3", name: "Anita Singh, Fitness Coach", date: "Date: 01 November 2024", title: "Professional service at affordable prices", quote:
"I needed a professional website and they delivered. The monthly maintenance means I never have to worry about technical issues. Their support is responsive and helpful.", tag: "Website Only", avatarSrc:
"http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", avatarAlt: "Anita Singh", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", imageAlt: "Anita Singh testimonial"},
{
id: "4",
name: "Vikram Patel, E-commerce Business",
date: "Date: 25 October 2024",
title: "AI captions are game-changing",
quote:
"The AI-generated Instagram captions save us so much time and work incredibly well. Our engagement rates have improved significantly. AZ Marketing truly understands what small businesses need.",
tag: "Complete Bundle",
avatarSrc:
"http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg",
avatarAlt: "Vikram Patel",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg",
imageAlt: "Vikram Patel testimonial",
},
id: "4", name: "Vikram Patel, E-commerce Business", date: "Date: 25 October 2024", title: "AI captions are game-changing", quote:
"The AI-generated Instagram captions save us so much time and work incredibly well. Our engagement rates have improved significantly. AZ Marketing truly understands what small businesses need.", tag: "Complete Bundle", avatarSrc:
"http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg", avatarAlt: "Vikram Patel", imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg", imageAlt: "Vikram Patel testimonial"},
{
id: "5",
name: "Deepika Malhotra, Consulting Firm",
date: "Date: 18 October 2024",
title: "Worth every rupee spent",
quote:
"Outstanding work from the AZ Marketing team. The website looks corporate and professional. Our business cards are now conversation starters. Highly recommended!",
tag: "Complete Bundle",
avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
avatarAlt: "Deepika Malhotra",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
imageAlt: "Deepika Malhotra testimonial",
},
id: "5", name: "Deepika Malhotra, Consulting Firm", date: "Date: 18 October 2024", title: "Worth every rupee spent", quote:
"Outstanding work from the AZ Marketing team. The website looks corporate and professional. Our business cards are now conversation starters. Highly recommended!", tag: "Complete Bundle", avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", avatarAlt: "Deepika Malhotra", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "Deepika Malhotra testimonial"},
{
id: "6",
name: "Sameer Khan, Real Estate Agent",
date: "Date: 10 October 2024",
title: "Exceptional creativity and service",
quote:
"From concept to launch, AZ Marketing was professional and efficient. The website showcases our properties beautifully, and the Instagram strategy brings quality leads. Fantastic experience!",
tag: "Complete Bundle",
avatarSrc:
"http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg",
avatarAlt: "Sameer Khan",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg",
imageAlt: "Sameer Khan testimonial",
},
id: "6", name: "Sameer Khan, Real Estate Agent", date: "Date: 10 October 2024", title: "Exceptional creativity and service", quote:
"From concept to launch, AZ Marketing was professional and efficient. The website showcases our properties beautifully, and the Instagram strategy brings quality leads. Fantastic experience!", tag: "Complete Bundle", avatarSrc:
"http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg", avatarAlt: "Sameer Khan", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg", imageAlt: "Sameer Khan testimonial"},
]}
ariaLabel="Client testimonials section"
/>
@@ -321,23 +207,15 @@ export default function HomePage() {
<TeamCardTen
title="Meet the Founders Driving Digital Transformation for Small Businesses Across India"
tag="About Our Team"
tagAnimation="entrance-slide"
tagAnimation="none"
membersAnimation="slide-up"
members={[
{
id: "1",
name: "Abhiram Gupta",
imageSrc:
"http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1",
imageAlt: "Abhiram Gupta, Co-founder",
},
id: "1", name: "Abhiram Gupta", imageSrc:
"http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Abhiram Gupta, Co-founder"},
{
id: "2",
name: "Zain Uddin",
imageSrc:
"http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg?_wi=1",
imageAlt: "Zain Uddin, Co-founder",
},
id: "2", name: "Zain Uddin", imageSrc:
"http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", imageAlt: "Zain Uddin, Co-founder"},
]}
memberVariant="default"
useInvertedBackground={false}
@@ -355,32 +233,25 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Affordable Excellence",
description:
"Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.",
icon: Sparkles,
title: "Affordable Excellence", description:
"Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.", icon: Sparkles,
},
{
title: "Expert Support",
description:
"Personalized attention and responsive support from professionals who genuinely care about your success.",
icon: Users,
title: "Expert Support", description:
"Personalized attention and responsive support from professionals who genuinely care about your success.", icon: Users,
},
{
title: "Proven Results",
description:
"Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.",
icon: TrendingUp,
title: "Proven Results", description:
"Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.", icon: TrendingUp,
},
{
title: "Continuous Growth",
description:
"Monthly maintenance and support ensure your digital presence evolves with your business needs.",
icon: RefreshCw,
title: "Continuous Growth", description:
"Monthly maintenance and support ensure your digital presence evolves with your business needs.", icon: RefreshCw,
},
]}
buttons={[{ text: "Start Your Journey", href: "/demo" }]}
imagePosition="right"
mediaAnimation="none"
ariaLabel="Mission and story section"
/>
</div>
@@ -388,7 +259,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your business online? Message us for a custom quote or start with our free demo website today."
animationType="entrance-slide"
animationType="background-highlight"
buttons={[
{ text: "Message Us for Quote", href: "/contact" },
{ text: "Get Free Demo", href: "/demo" },
@@ -401,7 +272,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg"
imageAlt="AZ Marketing Footer"
logoText="AZ MARKETING"
copyrightText="© 2024 AZ Marketing. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Website Design", href: "#services" },
{ label: "Instagram Setup", href: "#services" },
{ label: "Business Cards", href: "#services" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Pricing", href: "/pricing" },
{ label: "Free Demo", href: "/demo" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
title: "Payment",
items: [
title: "Payment", items: [
{ label: "PayPal", href: "#" },
{ label: "Stripe", href: "#" },
{ label: "Privacy Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -74,40 +71,19 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
id: "website-only",
badge: "Great Starter",
badgeIcon: Zap,
price: "$29.99/mo",
subtitle: "Perfect for businesses wanting a professional online presence",
features: [
"Professional website design & development",
"Mobile responsive & SEO optimized",
"Monthly maintenance & support",
"5 web pages included",
"Free domain setup assistance",
],
id: "website-only", badge: "Great Starter", badgeIcon: Zap,
price: "$29.99/mo", subtitle: "Perfect for businesses wanting a professional online presence", features: [
"Professional website design & development", "Mobile responsive & SEO optimized", "Monthly maintenance & support", "5 web pages included", "Free domain setup assistance"],
},
{
id: "complete-bundle",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$59.99/mo",
subtitle: "Complete digital solution for maximum online impact",
features: [
"Everything in Website plan",
"Professional Instagram page creation & optimization",
"Premium business card design",
"AI-generated Instagram captions (50+ per month)",
"Social media strategy consultation",
"Priority support & faster updates",
],
id: "complete-bundle", badge: "Most Popular", badgeIcon: Sparkles,
price: "$59.99/mo", subtitle: "Complete digital solution for maximum online impact", features: [
"Everything in Website plan", "Professional Instagram page creation & optimization", "Premium business card design", "AI-generated Instagram captions (50+ per month)", "Social media strategy consultation", "Priority support & faster updates"],
},
]}
buttons={[
{
text: "Start Free Demo",
href: "/demo",
},
text: "Start Free Demo", href: "/demo"},
]}
buttonAnimation="slide-up"
/>
@@ -123,48 +99,35 @@ export default function PricingPage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Affordable Excellence",
description: "Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.",
icon: Sparkles,
title: "Affordable Excellence", description: "Premium digital services at prices small businesses can actually afford. No hidden costs, no compromises on quality.", icon: Sparkles,
},
{
title: "Expert Support",
description: "Personalized attention and responsive support from professionals who genuinely care about your success.",
icon: Users,
title: "Expert Support", description: "Personalized attention and responsive support from professionals who genuinely care about your success.", icon: Users,
},
{
title: "Proven Results",
description: "Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.",
icon: TrendingUp,
title: "Proven Results", description: "Our track record speaks for itself. Businesses we work with see measurable growth in leads, engagement, and revenue.", icon: TrendingUp,
},
{
title: "Continuous Growth",
description: "Monthly maintenance and support ensure your digital presence evolves with your business needs.",
icon: RefreshCw,
title: "Continuous Growth", description: "Monthly maintenance and support ensure your digital presence evolves with your business needs.", icon: RefreshCw,
},
]}
buttons={[
{
text: "Start Your Journey",
href: "/demo",
},
text: "Start Your Journey", href: "/demo"},
]}
mediaAnimation="none"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your business online? Choose your plan or start with our free demo website today."
animationType="entrance-slide"
animationType="background-highlight"
buttons={[
{
text: "Message Us for Quote",
href: "/contact",
},
text: "Message Us for Quote", href: "/contact"},
{
text: "Get Free Demo",
href: "/demo",
},
text: "Get Free Demo", href: "/demo"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -173,7 +136,7 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-vector/abstract-futuristic-background_52683-31439.jpg"
imageAlt="AZ Marketing Footer"
logoText="AZ MARKETING"
copyrightText="© 2024 AZ Marketing. All rights reserved."