diff --git a/src/app/page.tsx b/src/app/page.tsx index 867872f..6fa60bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445181.jpg" imageAlt="Fantasy world exploration map" mediaAnimation="blur-reveal" - useInvertedBackground={false} buttons={[{ text: "Begin Adventure", href: "#about" }]} /> @@ -82,23 +81,23 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Web Mastery", title: "Business Websites", subtitle: "Custom online presence", description: "I craft professional business websites that establish strong online presence and drive growth. Each site is tailored to your unique brand identity and business goals.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg?_wi=1", imageAlt: "Business website creation" + tag: "Web Mastery", title: "Business Websites", subtitle: "Custom online presence", description: "I craft professional business websites that establish strong online presence and drive growth. Each site is tailored to your unique brand identity and business goals.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg", imageAlt: "Business website creation" }, { id: 2, - tag: "Design Excellence", title: "Premium UI Design", subtitle: "Stunning visual interfaces", description: "Creating beautiful, intuitive user interfaces that captivate and engage. My designs blend aesthetics with functionality for optimal user experience.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg?_wi=2", imageAlt: "Premium UI design" + tag: "Design Excellence", title: "Premium UI Design", subtitle: "Stunning visual interfaces", description: "Creating beautiful, intuitive user interfaces that captivate and engage. My designs blend aesthetics with functionality for optimal user experience.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg", imageAlt: "Premium UI design" }, { id: 3, - tag: "Interactive Magic", title: "Interactive Websites", subtitle: "Dynamic user experiences", description: "Building interactive web experiences with smooth animations and engaging interactions that keep visitors captivated and enhance engagement.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg?_wi=3", imageAlt: "Interactive website development" + tag: "Interactive Magic", title: "Interactive Websites", subtitle: "Dynamic user experiences", description: "Building interactive web experiences with smooth animations and engaging interactions that keep visitors captivated and enhance engagement.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg", imageAlt: "Interactive website development" }, { id: 4, - tag: "Commerce Solutions", title: "E-commerce Websites", subtitle: "Online selling platforms", description: "Designing and developing robust e-commerce solutions that convert visitors into customers with seamless shopping experiences.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg?_wi=4", imageAlt: "E-commerce website solutions" + tag: "Commerce Solutions", title: "E-commerce Websites", subtitle: "Online selling platforms", description: "Designing and developing robust e-commerce solutions that convert visitors into customers with seamless shopping experiences.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg", imageAlt: "E-commerce website solutions" }, { id: 5, - tag: "Creative Vision", title: "Custom Designs", subtitle: "Bespoke creative solutions", description: "Every project is a unique masterpiece. I create custom designs that reflect your vision, stand out from the crowd, and leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg?_wi=5", imageAlt: "Custom design creations" + tag: "Creative Vision", title: "Custom Designs", subtitle: "Bespoke creative solutions", description: "Every project is a unique masterpiece. I create custom designs that reflect your vision, stand out from the crowd, and leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/magical-nighttime-landscape-with-sparkly-lights_23-2150203058.jpg", imageAlt: "Custom design creations" } ]} title="The Witch Forest - Skills & Expertise" @@ -114,13 +113,13 @@ export default function LandingPage() {