Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a472da6db7 | |||
| ff366b57e4 | |||
| 407c496baa | |||
| 22d628feac |
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Designs", id: "designs" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get in Touch", href: "contact" }}
|
||||
@@ -116,6 +117,31 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="designs" data-section="designs">
|
||||
<FeatureCardThree
|
||||
title="Kittl Design Gallery"
|
||||
description="Professional design examples showcasing our paper services, copies, and graphics products"
|
||||
features={[
|
||||
{
|
||||
id: "d01", title: "Custom Branding Packages", description: "Professional branded materials created with Kittl design tools. Includes business cards, letterheads, and branded templates for cohesive brand identity.", imageSrc: "https://images.unsplash.com/photo-1626913261938-c800eb6afa0d?w=800&q=80", imageAlt: "Custom branding and business cards design"
|
||||
},
|
||||
{
|
||||
id: "d02", title: "Marketing Collateral Design", description: "Eye-catching promotional materials designed with Kittl. Includes flyers, posters, social media graphics, and marketing templates ready for print.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&q=80&_wi=1", imageAlt: "Marketing materials and promotional graphics"
|
||||
},
|
||||
{
|
||||
id: "d03", title: "Packaging Design Solutions", description: "Creative packaging designs using Kittl that combine aesthetics with functionality. Perfect for product launches and brand differentiation.", imageSrc: "https://images.unsplash.com/photo-1578500494198-246f612d03b3?w=800&q=80", imageAlt: "Professional packaging design concepts"
|
||||
},
|
||||
{
|
||||
id: "d04", title: "Digital & Print Graphics", description: "Versatile graphic designs created with Kittl for both digital and print applications. Seamless quality across all media formats.", imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&q=80&_wi=2", imageAlt: "Digital and print graphics collection"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Organizations"
|
||||
|
||||
Reference in New Issue
Block a user