From bbe6ff31f015fbc382beafe9287ac913fc06bf51 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 19:42:49 +0000 Subject: [PATCH 1/2] Bob AI: Add WhatsApp/Instagram automation and Premium Hamper section --- src/pages/HomePage.tsx | 6 +- .../HomePage/sections/AutomationShowcase.tsx | 113 ++++++++++++++++++ src/pages/HomePage/sections/PremiumHamper.tsx | 80 +++++++++++++ 3 files changed, 198 insertions(+), 1 deletion(-) create mode 100644 src/pages/HomePage/sections/AutomationShowcase.tsx create mode 100644 src/pages/HomePage/sections/PremiumHamper.tsx 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..b0f7af4 --- /dev/null +++ b/src/pages/HomePage/sections/PremiumHamper.tsx @@ -0,0 +1,80 @@ +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 -- 2.49.1 From 7e6bff74815934a6ec194e9bc222f6a2f73f4301 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 19:43:58 +0000 Subject: [PATCH 2/2] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/PremiumHamper.tsx | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/pages/HomePage/sections/PremiumHamper.tsx b/src/pages/HomePage/sections/PremiumHamper.tsx index b0f7af4..8c8a5bf 100644 --- a/src/pages/HomePage/sections/PremiumHamper.tsx +++ b/src/pages/HomePage/sections/PremiumHamper.tsx @@ -8,12 +8,12 @@ import BorderGlow from '@/components/ui/BorderGlow'; export default function PremiumHamperSection() { return ( -
+
{/* Decorative background elements */}
-
+
@@ -32,26 +32,29 @@ export default function PremiumHamperSection() {
- -
+
+ +

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.

-
+
@@ -62,8 +65,8 @@ export default function PremiumHamperSection() {
-
-
+
+