Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10f77bd40b | |||
| 28151b716a |
@@ -63,7 +63,7 @@ export default function ContactPage() {
|
|||||||
description="Have questions or ready to start your project? We'd love to hear from you. Reach out and let's discuss how we can help transform your vision into reality."
|
description="Have questions or ready to start your project? We'd love to hear from you. Reach out and let's discuss how we can help transform your vision into reality."
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
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=3"
|
||||||
imageAlt="Contact us"
|
imageAlt="Contact us"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -220,7 +220,7 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&h=600&fit=crop"
|
imageSrc="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&h=600&fit=crop&_wi=2"
|
||||||
imageAlt="Footer background"
|
imageAlt="Footer background"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function Home() {
|
|||||||
title="About Vortex Web"
|
title="About Vortex Web"
|
||||||
description="We're a team of designers, developers, and marketers passionate about creating digital solutions that matter. Our approach combines creativity with strategy to deliver results."
|
description="We're a team of designers, developers, and marketers passionate about creating digital solutions that matter. Our approach combines creativity with strategy to deliver results."
|
||||||
tag="About Us"
|
tag="About Us"
|
||||||
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="Our team collaborating"
|
imageAlt="Our team collaborating"
|
||||||
buttons={[{ text: "Explore Our Work", href: "#features" }]}
|
buttons={[{ text: "Explore Our Work", href: "#features" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -81,11 +81,11 @@ export default function Home() {
|
|||||||
<FeatureCardTwentySix
|
<FeatureCardTwentySix
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Strategic Design", description: "We create designs that align with your business goals and user needs.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop", imageAlt: "Strategic design process", buttonIcon: ArrowRight,
|
title: "Strategic Design", description: "We create designs that align with your business goals and user needs.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=1", imageAlt: "Strategic design process", buttonIcon: ArrowRight,
|
||||||
buttonHref: "/"
|
buttonHref: "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Digital Marketing", description: "Reach your audience with targeted, data-driven marketing campaigns.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Marketing strategy session", buttonIcon: ArrowRight,
|
title: "Digital Marketing", description: "Reach your audience with targeted, data-driven marketing campaigns.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2", imageAlt: "Marketing strategy session", buttonIcon: ArrowRight,
|
||||||
buttonHref: "/"
|
buttonHref: "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -93,7 +93,7 @@ export default function Home() {
|
|||||||
buttonHref: "/"
|
buttonHref: "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Brand Strategy", description: "Build a strong brand identity that resonates with your target market.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop", imageAlt: "Brand strategy workshop", buttonIcon: ArrowRight,
|
title: "Brand Strategy", description: "Build a strong brand identity that resonates with your target market.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=2", imageAlt: "Brand strategy workshop", buttonIcon: ArrowRight,
|
||||||
buttonHref: "/"
|
buttonHref: "/"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -173,7 +173,7 @@ export default function Home() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&h=600&fit=crop"
|
imageSrc="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1920&h=600&fit=crop&_wi=1"
|
||||||
imageAlt="Footer background"
|
imageAlt="Footer background"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user