diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6a2e2dc..2ada8c9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,13 +15,17 @@ import ContactSection from './HomePage/sections/Contact'; import TrustedBySection from './HomePage/sections/TrustedBy'; import BusinessProblemsSection from './HomePage/sections/BusinessProblems'; -import AiDemosSection from './HomePage/sections/AiDemos';export default function HomePage(): React.JSX.Element { +import AiDemosSection from './HomePage/sections/AiDemos'; +import AutomationShowcaseSection from './HomePage/sections/AutomationShowcase'; +import PremiumHamperSection from './HomePage/sections/PremiumHamper';export default function HomePage(): React.JSX.Element { return ( <> + + diff --git a/src/pages/HomePage/sections/AutomationShowcase.tsx b/src/pages/HomePage/sections/AutomationShowcase.tsx new file mode 100644 index 0000000..348983d --- /dev/null +++ b/src/pages/HomePage/sections/AutomationShowcase.tsx @@ -0,0 +1,113 @@ +import React from 'react'; +import ScrollReveal from '@/components/ui/ScrollReveal'; +import TextAnimation from '@/components/ui/TextAnimation'; +import Tag from '@/components/ui/Tag'; +import ImageOrVideo from '@/components/ui/ImageOrVideo'; + +export default function AutomationShowcaseSection() { + return ( +
+
+
+ + + + + +

+ Turn your social channels into automated revenue engines with intelligent conversational agents. +

+
+
+ +
+ {/* WhatsApp */} +
+ +
+

WhatsApp Business Automation

+

+ Instantly respond to inquiries, qualify leads, and close sales directly through WhatsApp. Our AI agent handles the conversation naturally, 24/7, ensuring no lead goes cold. +

+
    +
  • +
    +
    +
    + Instant lead qualification +
  • +
  • +
    +
    +
    + Automated appointment booking +
  • +
  • +
    +
    +
    + Seamless CRM integration +
  • +
+
+
+ +
+ +
+
+
+ + {/* Instagram */} +
+ +
+ +
+
+ +
+

Instagram DM Sales Funnel

+

+ Convert followers into paying customers automatically. The AI engages with story replies and direct messages, driving traffic to your booking links and answering FAQs instantly. +

+
    +
  • +
    +
    +
    + Story reply automation +
  • +
  • +
    +
    +
    + Keyword-triggered DM flows +
  • +
  • +
    +
    +
    + Direct booking link delivery +
  • +
+
+
+
+
+
+
+ ); +} \ No newline at end of file diff --git a/src/pages/HomePage/sections/PremiumHamper.tsx b/src/pages/HomePage/sections/PremiumHamper.tsx new file mode 100644 index 0000000..8c8a5bf --- /dev/null +++ b/src/pages/HomePage/sections/PremiumHamper.tsx @@ -0,0 +1,83 @@ +import React from 'react'; +import ScrollReveal from '@/components/ui/ScrollReveal'; +import TextAnimation from '@/components/ui/TextAnimation'; +import Tag from '@/components/ui/Tag'; +import ImageOrVideo from '@/components/ui/ImageOrVideo'; +import ButtonBounce from '@/components/ui/ButtonBounce'; +import BorderGlow from '@/components/ui/BorderGlow'; + +export default function PremiumHamperSection() { + return ( +
+ {/* Decorative background elements */} +
+ +
+
+ +
+ + +
+ +

+ Joining YourSmate™ isn't just a software upgrade—it's a physical transformation of your business presence. Every new partner receives our signature luxury onboarding kit. +

+
+ +
+
+ +
+

NFC Smart Cards

+

Premium metal NFC cards for instant review collection and contact sharing with a single tap.

+
+
+ +
+ +
+

Acrylic Stands

+

Elegant desk and counter displays with QR codes, seamlessly blending into your luxury environment.

+
+
+ +
+ +
+

Bespoke Packaging

+

Delivered in a matte-black, soft-touch magnetic box that sets the tone for our premium partnership.

+
+
+
+ +
+ +
+
+
+ + +
+
+
+ + {/* Overlay gradient for luxury feel */} +
+
+
+ +
+
+
+ ); +} \ No newline at end of file