10 Commits

Author SHA1 Message Date
5cd945f603 Update src/app/page.tsx 2026-03-08 04:30:02 +00:00
dabce35664 Update src/app/page.tsx 2026-03-08 04:29:22 +00:00
67d6890227 Update src/app/page.tsx 2026-03-08 04:28:10 +00:00
3b5aa0f546 Update src/app/faq/page.tsx 2026-03-08 04:28:10 +00:00
92056dd498 Merge version_18 into main
Merge version_18 into main
2026-03-08 00:32:56 +00:00
6c2cf466b1 Merge version_18 into main
Merge version_18 into main
2026-03-08 00:32:28 +00:00
109744121e Merge version_18 into main
Merge version_18 into main
2026-03-08 00:32:02 +00:00
69c4468c7b Merge version_18 into main
Merge version_18 into main
2026-03-08 00:23:00 +00:00
09778df8dc Merge version_18 into main
Merge version_18 into main
2026-03-08 00:19:31 +00:00
1b1965911d Merge version_18 into main
Merge version_18 into main
2026-03-08 00:18:36 +00:00
2 changed files with 12 additions and 49 deletions

View File

@@ -131,4 +131,4 @@ const FAQPage = () => {
);
};
export default FAQPage;
export default FAQPage;

View File

@@ -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;