Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="THOR CREATIONS"
|
||||
description="Unlock your creative potential with cutting-edge design and development solutions. We transform ideas into powerful digital experiences that drive growth and innovation."
|
||||
background={{ variant: "none" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Work", href: "#features" },
|
||||
{ text: "Let's Connect", href: "#contact" },
|
||||
@@ -75,13 +75,13 @@ export default function LandingPage() {
|
||||
<FeatureCardThree
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Creative Design", description: "Stunning visual identities and designs that capture your brand's essence and resonate with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=1", imageAlt: "Creative design workspace"},
|
||||
id: "01", title: "Creative Design", description: "Stunning visual identities and designs that capture your brand's essence and resonate with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", imageAlt: "Creative design workspace"},
|
||||
{
|
||||
id: "02", title: "Digital Strategy", description: "Strategic guidance and execution for your digital presence, from branding to marketing campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "Digital strategy and planning"},
|
||||
{
|
||||
id: "03", title: "Development", description: "Robust, scalable technology solutions built with the latest frameworks and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg", imageAlt: "Software development and coding"},
|
||||
{
|
||||
id: "04", title: "Brand Transformation", description: "Complete brand overhauls that modernize your image and strengthen market positioning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=2", imageAlt: "Brand transformation process"},
|
||||
id: "04", title: "Brand Transformation", description: "Complete brand overhauls that modernize your image and strengthen market positioning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg", imageAlt: "Brand transformation process"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -102,22 +102,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarachen_ventures", testimonial: "Thor Creations completely transformed our brand identity. Their attention to detail and creative vision exceeded all our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen testimonial"},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_tech", testimonial: "Outstanding technical execution combined with creative excellence. They delivered a platform that truly sets us apart from competitors.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez testimonial"},
|
||||
{
|
||||
id: "3", name: "Emma Thompson", handle: "@emmathompson_co", testimonial: "Professional, responsive, and incredibly talented. Working with Thor Creations was a game-changer for our digital strategy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson testimonial"},
|
||||
{
|
||||
id: "4", name: "James Walker", handle: "@jwalker_innovation", testimonial: "They brought our vision to life in ways we didn't even imagine possible. Highly recommend for any creative project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Walker testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Walker testimonial"},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", handle: "@lisaanderson_labs", testimonial: "Exceptional creativity combined with strategic thinking. Thor Creations is a partner you can truly trust.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lisa Anderson testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson testimonial"},
|
||||
{
|
||||
id: "6", name: "David Park", handle: "@davidpark_studios", testimonial: "From concept to execution, every step was handled with professionalism and excellence. Fantastic experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Park testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park testimonial"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Vision?"
|
||||
description="Let's discuss how Thor Creations can help bring your ideas to life with exceptional design and development solutions."
|
||||
background={{ variant: "none" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg"
|
||||
imageAlt="Contact Thor Creations"
|
||||
|
||||
Reference in New Issue
Block a user