|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
|
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
@@ -74,7 +74,7 @@ const page = () => {
|
|
|
|
|
imageAlt: 'Website redesign showcase'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop',
|
|
|
|
|
imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=1',
|
|
|
|
|
imageAlt: 'Brand identity project'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -269,55 +269,18 @@ const page = () => {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
background={{ variant: 'radial-gradient' }}
|
|
|
|
|
tag="Digital Solutions"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
title=" "
|
|
|
|
|
description=""
|
|
|
|
|
<HeroCarouselLogo
|
|
|
|
|
logoText="TEMPLE AI"
|
|
|
|
|
description="Transform your business with our comprehensive suite of digital services designed to drive growth and innovation."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: 'Get Started', href: 'https://example.com/start' },
|
|
|
|
|
{ text: 'View Services', href: '#services' }
|
|
|
|
|
]}
|
|
|
|
|
dashboard={{
|
|
|
|
|
title: 'Services Dashboard',
|
|
|
|
|
logoIcon: Hexagon,
|
|
|
|
|
imageSrc: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=100&h=100&fit=crop&crop=face',
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: 'Explore Services', href: '#' },
|
|
|
|
|
{ text: 'Get Quote', href: '#' }
|
|
|
|
|
],
|
|
|
|
|
sidebarItems: [
|
|
|
|
|
{ icon: House, active: true },
|
|
|
|
|
{ icon: MessageSquareText },
|
|
|
|
|
{ icon: Settings }
|
|
|
|
|
],
|
|
|
|
|
stats: [
|
|
|
|
|
{
|
|
|
|
|
title: 'Clients Served',
|
|
|
|
|
values: [150, 225, 320],
|
|
|
|
|
description: 'Satisfied customers.'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Projects',
|
|
|
|
|
values: [45, 67, 89],
|
|
|
|
|
description: 'Completed projects.'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Services',
|
|
|
|
|
values: [6, 6, 6],
|
|
|
|
|
description: 'Core services offered.'
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
chartTitle: 'Client Growth',
|
|
|
|
|
chartData: [{ value: 50 }, { value: 30 }, { value: 70 }, { value: 40 }, { value: 90 }],
|
|
|
|
|
listTitle: 'Service Features',
|
|
|
|
|
listItems: [
|
|
|
|
|
{ icon: CircleDollarSign, title: 'Transparent Pricing', status: 'Available' },
|
|
|
|
|
{ icon: ArrowLeftRight, title: 'Flexible Solutions', status: 'Offered' },
|
|
|
|
|
{ icon: Send, title: '24/7 Support', status: 'Active' }
|
|
|
|
|
]
|
|
|
|
|
}}
|
|
|
|
|
slides={[
|
|
|
|
|
{ imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop' },
|
|
|
|
|
{ imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2' },
|
|
|
|
|
{ imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop' }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -438,4 +401,4 @@ const page = () => {
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default page;
|
|
|
|
|
export default page;
|