Update src/app/page.tsx
This commit is contained in:
239
src/app/page.tsx
239
src/app/page.tsx
@@ -9,7 +9,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { AlertTriangle, Award, CheckCircle, Clock } from "lucide-react";
|
||||
@@ -29,126 +28,63 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Enroll",
|
||||
id: "pricing",
|
||||
},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DGDaIZquoiRWYmggwexd8RIxUC/uploaded-1777899631351-x36myyw1.png"
|
||||
brandName="Amaze Business"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Master ChatGPT & Top AI Tools For Business in Just 2 Hours."
|
||||
description="Grow Your Business 10x Faster & Cut Operations Cost by 50%. Learn how to automate your marketing, write perfect emails, and manage your 'Dhanda' without hiring expensive agencies."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahbiz",
|
||||
testimonial: "This workshop changed my workflow completely!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-blonde-male-barber-uniform-looks-camera-isolated-green-space-with-copy-space_141793-60051.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahbiz", testimonial: "This workshop changed my workflow completely!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-blonde-male-barber-uniform-looks-camera-isolated-green-space-with-copy-space_141793-60051.jpg"},
|
||||
{
|
||||
name: "Raj K.",
|
||||
handle: "@rajtech",
|
||||
testimonial: "Practical and no-nonsense AI tips. Must attend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg",
|
||||
},
|
||||
name: "Raj K.", handle: "@rajtech", testimonial: "Practical and no-nonsense AI tips. Must attend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-brainstorming_1098-14293.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emilygrowth",
|
||||
testimonial: "Best investment for my small business this year.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@emilygrowth", testimonial: "Best investment for my small business this year.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@davidmgt",
|
||||
testimonial: "Finally, AI tools that actually work for local businesses.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-florist-holding-spikelet-shop_23-2147882391.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@davidmgt", testimonial: "Finally, AI tools that actually work for local businesses.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-florist-holding-spikelet-shop_23-2147882391.jpg"},
|
||||
{
|
||||
name: "Linda M.",
|
||||
handle: "@lindastart",
|
||||
testimonial: "Cut my admin time in half. Incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419480.jpg",
|
||||
},
|
||||
name: "Linda M.", handle: "@lindastart", testimonial: "Cut my admin time in half. Incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419480.jpg"},
|
||||
]}
|
||||
tag="⚠️ ATTENTION BUSINESS OWNERS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now (Rs. 199)",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Enroll Now (Rs. 199)", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/robot-climbing-arrow-graph_1048-3588.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={AlertTriangle}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-workplace-with-computer-pc_53876-47087.jpg",
|
||||
alt: "user avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/office-workplace-with-computer-pc_53876-47087.jpg", alt: "user avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-modern-office-space-with-important-reports-laptop-empty-desk-showcasing-important-data_482257-133861.jpg",
|
||||
alt: "user avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-modern-office-space-with-important-reports-laptop-empty-desk-showcasing-important-data_482257-133861.jpg", alt: "user avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173774.jpg",
|
||||
alt: "user avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173774.jpg", alt: "user avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241203.jpg",
|
||||
alt: "user avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241203.jpg", alt: "user avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-low-poly-abstract-background-with-connecting-lines-dots_1048-6337.jpg",
|
||||
alt: "user avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/digital-low-poly-abstract-background-with-connecting-lines-dots_1048-6337.jpg", alt: "user avatar 5"},
|
||||
]}
|
||||
avatarText="Join 500+ small business owners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "WhatsApp Marketing",
|
||||
},
|
||||
type: "text", text: "WhatsApp Marketing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Content Creation",
|
||||
},
|
||||
type: "text", text: "AI Content Creation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inventory Forecasting",
|
||||
},
|
||||
type: "text", text: "Inventory Forecasting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated CRM",
|
||||
},
|
||||
type: "text", text: "Automated CRM"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Prompt Engineering",
|
||||
},
|
||||
type: "text", text: "Prompt Engineering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,20 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
description: "Messages generated in 2 mins",
|
||||
},
|
||||
id: "m1", value: "50+", description: "Messages generated in 2 mins"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
description: "Time saved daily",
|
||||
},
|
||||
id: "m2", value: "95%", description: "Time saved daily"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10x",
|
||||
description: "Faster business scaling",
|
||||
},
|
||||
id: "m3", value: "10x", description: "Faster business scaling"},
|
||||
]}
|
||||
title="Instant Business Impact"
|
||||
description="Achieve these results immediately."
|
||||
@@ -187,20 +114,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "WhatsApp Campaigns",
|
||||
description: "Generate high-converting messages for your business in 10s.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-barrier-table_53876-97676.jpg?_wi=1",
|
||||
},
|
||||
title: "WhatsApp Campaigns", description: "Generate high-converting messages for your business in 10s.", imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-barrier-table_53876-97676.jpg?_wi=1"},
|
||||
{
|
||||
title: "AI Photoshoots",
|
||||
description: "Generate stunning product images for your fashion designs instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-network-connections-background_1048-10325.jpg",
|
||||
},
|
||||
title: "AI Photoshoots", description: "Generate stunning product images for your fashion designs instantly.", imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-network-connections-background_1048-10325.jpg"},
|
||||
{
|
||||
title: "Inventory Pro",
|
||||
description: "Predict future sales and stock needs like a pro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg",
|
||||
},
|
||||
title: "Inventory Pro", description: "Predict future sales and stock needs like a pro.", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg"},
|
||||
]}
|
||||
title="Become a Super-Entrepreneur!"
|
||||
description="Let AI become your free, 24/7 Super-Intern. Stop paying agencies 20k/month."
|
||||
@@ -214,19 +132,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Duration",
|
||||
value: "2 Hours",
|
||||
},
|
||||
label: "Duration", value: "2 Hours"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Difficulty",
|
||||
value: "Zero Coding",
|
||||
},
|
||||
label: "Difficulty", value: "Zero Coding"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Value",
|
||||
value: "Rs. 5,000 Bonuses",
|
||||
},
|
||||
label: "Value", value: "Rs. 5,000 Bonuses"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -238,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is technical background required?",
|
||||
content: "Absolutely not. If you can use WhatsApp, you can master these AI tools.",
|
||||
},
|
||||
id: "f1", title: "Is technical background required?", content: "Absolutely not. If you can use WhatsApp, you can master these AI tools."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What tools will I learn?",
|
||||
content: "You will learn ChatGPT and image generation tools specifically tailored for local business owners.",
|
||||
},
|
||||
id: "f2", title: "What tools will I learn?", content: "You will learn ChatGPT and image generation tools specifically tailored for local business owners."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there any bonuses?",
|
||||
content: "Yes! Register before midnight to unlock the Satara Business AI Prompt Bundle and Zero-Cost AI Tools Checklist.",
|
||||
},
|
||||
id: "f3", title: "Are there any bonuses?", content: "Yes! Register before midnight to unlock the Satara Business AI Prompt Bundle and Zero-Cost AI Tools Checklist."},
|
||||
]}
|
||||
title="Workshop Details"
|
||||
description="Common questions about this AI Bootcamp."
|
||||
@@ -266,21 +169,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "offer",
|
||||
badge: "Limited Time",
|
||||
price: "Rs. 199",
|
||||
subtitle: "Normally Rs. 1,999",
|
||||
buttons: [
|
||||
id: "offer", badge: "Limited Time", price: "Rs. 199", subtitle: "Normally Rs. 1,999", buttons: [
|
||||
{
|
||||
text: "Claim My Spot",
|
||||
href: "#",
|
||||
},
|
||||
text: "Claim My Spot", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"2-Hour Live Session",
|
||||
"100+ Prompt Bundle",
|
||||
"Free Tools Checklist",
|
||||
],
|
||||
"2-Hour Live Session", "100+ Prompt Bundle", "Free Tools Checklist"],
|
||||
},
|
||||
]}
|
||||
title="Exclusive Limited Offer"
|
||||
@@ -293,30 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-charming-charismatic-young-female-artist-wearing-khaki-shirt-grinning-broadly-feeling-happy-about-her-job-creating-process-sitting-workshop-surrounded-with-painting-accessories_273609-893.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/picture-charming-charismatic-young-female-artist-wearing-khaki-shirt-grinning-broadly-feeling-happy-about-her-job-creating-process-sitting-workshop-surrounded-with-painting-accessories_273609-893.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Raj K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-with-laptop-center-city_613910-7411.jpg",
|
||||
},
|
||||
id: "t2", name: "Raj K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-with-laptop-center-city_613910-7411.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
|
||||
},
|
||||
id: "t4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Business Owners"
|
||||
cardTag="4.8/5 Rating"
|
||||
@@ -331,16 +210,10 @@ export default function LandingPage() {
|
||||
description="Don't get replaced. Start your AI journey today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/social-distancing-barrier-table_53876-97676.jpg?_wi=2"
|
||||
@@ -351,29 +224,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Amaze Business",
|
||||
items: [
|
||||
title: "Amaze Business", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -384,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user