Compare commits

..

31 Commits

Author SHA1 Message Date
b27f7e20fd Merge version_22_1781900069686 into main
Merge version_22_1781900069686 into main
2026-06-19 20:14:45 +00:00
3ed8bbb188 Update src/pages/HomePage/sections/AutomationShowcase.tsx 2026-06-19 20:14:41 +00:00
e4308d5563 Merge version_21_1781900031019 into main
Merge version_21_1781900031019 into main
2026-06-19 20:14:06 +00:00
bb82e99a51 Update src/pages/HomePage/sections/PremiumHamper.tsx 2026-06-19 20:14:03 +00:00
afceb9b250 Merge version_20_1781899711155 into main
Merge version_20_1781899711155 into main
2026-06-19 20:10:39 +00:00
kudinDmitriyUp
d55326d807 Bob AI: <ATTACHED_BLOCKS>
The user attached the section/component ca
2026-06-19 20:10:00 +00:00
31b2b3b0d5 Merge version_19_1781899573939 into main
Merge version_19_1781899573939 into main
2026-06-19 20:06:17 +00:00
1084e50ff8 Update theme colors 2026-06-19 20:06:14 +00:00
da4985f9cb Merge version_18_1781899555799 into main
Merge version_18_1781899555799 into main
2026-06-19 20:05:59 +00:00
9fb8ccf85a Update theme colors 2026-06-19 20:05:56 +00:00
49e46b50be Merge version_17_1781899547132 into main
Merge version_17_1781899547132 into main
2026-06-19 20:05:50 +00:00
10fa189f24 Update theme colors 2026-06-19 20:05:47 +00:00
57e1ab4d1e Merge version_16_1781899535763 into main
Merge version_16_1781899535763 into main
2026-06-19 20:05:39 +00:00
75f7127d08 Update theme colors 2026-06-19 20:05:36 +00:00
7555e987d1 Merge version_15_1781899524323 into main
Merge version_15_1781899524323 into main
2026-06-19 20:05:27 +00:00
46f3c1b2a0 Update theme colors 2026-06-19 20:05:24 +00:00
c527fec1b6 Merge version_14_1781899511682 into main
Merge version_14_1781899511682 into main
2026-06-19 20:05:15 +00:00
3fccdb01db Update theme colors 2026-06-19 20:05:12 +00:00
4a6812ad2f Merge version_13_1781899491049 into main
Merge version_13_1781899491049 into main
2026-06-19 20:04:54 +00:00
063ba98cff Update theme colors 2026-06-19 20:04:51 +00:00
c80ba00f24 Merge version_12_1781899486676 into main
Merge version_12_1781899486676 into main
2026-06-19 20:04:50 +00:00
afcc1b8baf Update theme colors 2026-06-19 20:04:47 +00:00
e9ac2f77a1 Merge version_11_1781899473585 into main
Merge version_11_1781899473585 into main
2026-06-19 20:04:37 +00:00
12a590733f Update theme colors 2026-06-19 20:04:34 +00:00
e5418b1dbc Merge version_10_1781899462871 into main
Merge version_10_1781899462871 into main
2026-06-19 20:04:29 +00:00
fcb91b21b1 Update theme colors 2026-06-19 20:04:23 +00:00
9b650d0753 Merge version_9_1781899441115 into main
Merge version_9_1781899441115 into main
2026-06-19 20:04:04 +00:00
2d544daafa Update theme colors 2026-06-19 20:04:01 +00:00
1338211351 Merge version_8_1781899416499 into main
Merge version_8_1781899416499 into main
2026-06-19 20:03:40 +00:00
93357fa16e Update theme fonts 2026-06-19 20:03:36 +00:00
bddee25cac Merge version_7_1781898489816 into main
Merge version_7_1781898489816 into main
2026-06-19 19:51:08 +00:00
5 changed files with 35 additions and 16 deletions

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0B0B0F;
--card: #121216;
--foreground: #F7F4EE;
--primary-cta: #7C5CFF;
--primary-cta-text: #ffffff;
--secondary-cta: #18D5C2;
--secondary-cta-text: #0B0B0F;
--accent: #D8D8D8;
--background-accent: #7C5CFF;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* @layout/border-radius/rounded */
--radius: 0.5rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Inter', sans-serif;
--font-sans: 'Nunito Sans', sans-serif;
--font-tight: "Space Grotesk", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Inter Tight', sans-serif;
font-family: 'Nunito Sans', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Inter Tight', sans-serif;
font-family: 'Nunito Sans', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -19,7 +19,8 @@ import AiDemosSection from './HomePage/sections/AiDemos';
import AutomationShowcaseSection from './HomePage/sections/AutomationShowcase';
import PremiumHamperSection from './HomePage/sections/PremiumHamper';
import ReputationManagementSection from './HomePage/sections/ReputationManagement';
import CrmDashboardSection from './HomePage/sections/CrmDashboard';export default function HomePage(): React.JSX.Element {
import CrmDashboardSection from './HomePage/sections/CrmDashboard';
import FeaturesArrowCardsSection from './HomePage/sections/FeaturesArrowCards';export default function HomePage(): React.JSX.Element {
return (
<>
<HeroSection />
@@ -32,6 +33,7 @@ import CrmDashboardSection from './HomePage/sections/CrmDashboard';export defaul
<AboutSection />
<FeaturesSection />
<FeaturesArrowCardsSection />
<MetricsSection />

View File

@@ -60,7 +60,7 @@ export default function AutomationShowcaseSection() {
<ScrollReveal variant="fade-blur" delay={0.2} className="order-1 lg:order-2">
<div className="relative rounded-2xl overflow-hidden aspect-square lg:aspect-[4/3] card border border-white/5">
<ImageOrVideo
imageSrc="https://picsum.photos/seed/1630921774/1200/800"
imageSrc="https://storage.googleapis.com/webild/users/user_3FMpRnLWS92KdwJDXGXZYRZiidr/uploaded-1781894905666-l0yeftni.jpg"
className="w-full h-full object-cover"
/>
</div>

View File

@@ -0,0 +1,17 @@
// Created by add_section_from_catalog (FeaturesArrowCards).
import React from 'react';
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
export default function FeaturesArrowCardsSection(): React.JSX.Element {
return (
<div data-webild-section="features-arrow-cards" id="features-arrow-cards">
<FeaturesArrowCards
items={[{"imageSrc":"https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=2070&auto=format&fit=crop","tags":["AI Receptionist","24/7 Availability","Lead Qualification"],"title":"Never Miss a Lead Again"},{"imageSrc":"https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2015&auto=format&fit=crop","tags":["Smart Scheduling","Calendar Sync","Automated Reminders"],"title":"Frictionless Appointment Booking"},{"tags":["Review Generation","Reputation Management","Social Proof"],"title":"Automated 5-Star Reviews","imageSrc":"https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2070&auto=format&fit=crop"},{"tags":["WhatsApp CRM","Centralized Inbox","Automated Follow-ups"],"title":"Unified Customer Communication","imageSrc":"https://images.unsplash.com/photo-1553877522-43269d4ea984?q=80&w=2070&auto=format&fit=crop"}]}
tag="Core Benefits"
description="Explore the powerful capabilities of the Business Operating System™ designed to automate your growth and streamline your operations."
title="High-Impact System Features"
/>
</div>
);
}

View File

@@ -68,7 +68,7 @@ export default function PremiumHamperSection() {
<div className="absolute inset-0 bg-gradient-to-tr from-primary-cta/20 to-transparent rounded-theme blur-2xl" />
<div className="relative rounded-theme overflow-hidden border border-white/10 shadow-2xl">
<ImageOrVideo
imageSrc="https://picsum.photos/seed/1069968313/1200/800"
imageSrc="https://storage.googleapis.com/webild/users/user_3FMpRnLWS92KdwJDXGXZYRZiidr/uploaded-1781894905664-vxmhshzv.jpg"
className="w-full h-full object-cover aspect-[4/5] lg:aspect-square"
/>
{/* Overlay gradient for luxury feel */}