{{ config('site.welcome.tab1_description', 'Through COMPANIA DIGITAL, I build scalable web solutions for brands. Creating digital experiences that combine technology and creativity to help businesses thrive online.') }}
{{ __('See My Work') }}
{{ config('site.welcome.tab1_stat', '95') }}%
{{ config('site.welcome.tab1_stat_text', 'Projects delivered with excellence.') }}
{{ config('site.welcome.tab2_description', 'Sharing reflections, insights, and stories from my journey as an entrepreneur, developer, and adventurer. Thoughts on technology, creativity, travel, and the intersection of work and life.') }}
{{ __('Read My Thoughts') }}
{{ config('site.welcome.tab2_stat', '98') }}%
{{ config('site.welcome.tab2_stat_text', 'Stories shared through my lens.') }}
{{ config('site.welcome.tab3_description', 'Captured moments from the heights of mountain peaks to the vibrant streets of cities. My content offers a unique perspective through photography and visual storytelling.') }}
{{ __('Explore Gallery') }}
{{ config('site.welcome.tab3_stat', '97') }}%
{{ config('site.welcome.tab3_stat_text', 'Moments captured through my lens.') }}
{{ config('site.welcome.tab4_description', 'Beyond work, I\'m passionate about capturing the world through my drone. Sharing unique aerial perspectives and breathtaking views from my travels and adventures.') }}
{{ __('View Aerial Work') }}
{{ config('site.welcome.about_title', 'Who Is Coke Colombres?') }}
{{ config('site.welcome.about_description', 'I\'m an entrepreneur, developer, project manager and also adventurer. Through COMPANIA DIGITAL, I build scalable web solutions for brands. But beyond work, I\'m passionate about capturing the world through my drone and sharing reflections from my travels.') }}
{{ config('site.welcome.about_tagline', 'Welcome to a space where tech and creativity meet.') }}
@php
$passions = [
[
'title' => 'Web Development',
'description' => 'Building scalable web solutions for brands through COMPANIA DIGITAL. Creating digital experiences that combine technology and creativity.',
'image' => 'generic-1.png',
'color' => 'quaternary',
'delay' => 0,
'link' => url('/compania-digital')
],
[
'title' => 'Photography & Travel',
'description' => 'Capturing the world through my lens. Sharing stories, reflections, and adventures from my travels and experiences.',
'image' => 'generic-2.png',
'color' => 'primary',
'delay' => 300,
'link' => route('gallery')
],
[
'title' => 'Drone Photography',
'description' => 'Passionate about capturing unique aerial perspectives. Sharing breathtaking views from my adventures and travels.',
'image' => 'generic-3.png',
'color' => 'secondary',
'delay' => 600,
'link' => route('gallery')
]
];
@endphp
@foreach($passions as $passion)
{{ config('site.welcome.personal_title', 'A Space Where Tech and Creativity Meet') }}
{{ config('site.welcome.personal_description', 'Welcome to my world—where entrepreneurship meets adventure, where code meets creativity, and where every project tells a story. Through COMPANIA DIGITAL, I build solutions. Through my lens, I capture moments. Through my words, I share experiences.') }}
@for($i = 9; $i <= 12; $i++)
@endfor
{{ config('site.welcome.availability_text', 'Always Exploring - Constantly learning, creating, and sharing new perspectives from my journey.') }}
{{-- Social Proof / Featured In --}}
@if(config('site.welcome.show_social_proof', false))
@for($i = 1; $i <= 7; $i++)
@if($i != 2)
@endif
@endfor
@endif
{{-- Trusted By Clients (Testimonials) Section --}}
{{ config('site.welcome.testimonials_title', 'Trusted By Clients') }}
{{ config('site.welcome.testimonials_description', 'Hear from clients and partners about their experience working with COMPANIA DIGITAL and the results we\'ve achieved together.') }}
@php
$testimonials = [
[
'text' => config('site.welcome.testimonial_1_text', "Working with COMPANIA DIGITAL transformed our online presence. The team delivered a scalable solution that perfectly captured our brand's essence. Professional, creative, and always responsive."),
'author' => config('site.welcome.testimonial_1_author', 'Client, Brand Partner'),
'image' => 'generic-13.jpg'
],
[
'text' => config('site.welcome.testimonial_2_text', "The web solution we received exceeded our expectations. It's not just a website—it's a digital experience that truly represents who we are. The attention to detail and strategic approach made all the difference."),
'author' => config('site.welcome.testimonial_2_author', 'Client, Business Owner'),
'image' => 'generic-23.jpg'
]
];
@endphp
@foreach($testimonials as $testimonial)
@php
$faqs = [
[
'question' => config('site.welcome.faq_1_question', 'What services does COMPANIA DIGITAL offer?'),
'answer' => config('site.welcome.faq_1_answer', "COMPANIA DIGITAL specializes in building scalable web solutions for brands. We create custom websites, web applications, and digital experiences that combine technology and creativity to help businesses thrive online.")
],
[
'question' => config('site.welcome.faq_2_question', 'How can I see your photography work?'),
'answer' => config('site.welcome.faq_2_answer', "You can explore my photography and drone work in the Gallery section. I share captured moments from my travels, adventures, and unique perspectives from around the world.")
],
[
'question' => config('site.welcome.faq_3_question', 'Where can I read your blog posts?'),
'answer' => config('site.welcome.faq_3_answer', "I share reflections, insights, and stories on my blog. You'll find thoughts on technology, creativity, travel, entrepreneurship, and the intersection of work and life.")
],
[
'question' => config('site.welcome.faq_4_question', 'How do I get in touch for a project?'),
'answer' => config('site.welcome.faq_4_answer', "You can reach out through the Contact page or directly via email. I'm always open to discussing new projects, collaborations, or just connecting with like-minded individuals.")
],
[
'question' => config('site.welcome.faq_5_question', 'What makes your approach unique?'),
'answer' => config('site.welcome.faq_5_answer', "I bring a unique perspective that combines technical expertise with creative vision. As an entrepreneur, developer, and adventurer, I understand both the business and creative sides of digital projects.")
]
];
@endphp
@foreach($faqs as $faq)
{{ $faq['question'] }}