Compare commits
25 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b27f7e20fd | |||
| 3ed8bbb188 | |||
| e4308d5563 | |||
| bb82e99a51 | |||
| afceb9b250 | |||
|
|
d55326d807 | ||
| 31b2b3b0d5 | |||
| 1084e50ff8 | |||
| da4985f9cb | |||
| 9fb8ccf85a | |||
| 49e46b50be | |||
| 10fa189f24 | |||
| 57e1ab4d1e | |||
| 75f7127d08 | |||
| 7555e987d1 | |||
| 46f3c1b2a0 | |||
| c527fec1b6 | |||
| 3fccdb01db | |||
| 4a6812ad2f | |||
| c80ba00f24 | |||
| e9ac2f77a1 | |||
| e5418b1dbc | |||
| 9b650d0753 | |||
| 1338211351 | |||
| bddee25cac |
@@ -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 />
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
17
src/pages/HomePage/sections/FeaturesArrowCards.tsx
Normal file
17
src/pages/HomePage/sections/FeaturesArrowCards.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user