Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 20:04:24 +00:00

View File

@@ -9,7 +9,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, FileText, Image, Info, Instagram, Share2, Sparkles } from "lucide-react";
@@ -38,8 +37,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Portfolio", id: "#portfolio"},
{
name: "Shop", id: "#shop-products"},
{
name: "About", id: "#about"},
{
@@ -63,7 +60,7 @@ export default function LandingPage() {
{
text: "Hire Me", href: "#contact"},
{
text: "Shop Templates", href: "#shop-products"},
text: "Shop Templates", href: "#"},
{
text: "Contact Me on WhatsApp", href: "https://wa.me/254742864342"},
]}
@@ -157,42 +154,6 @@ export default function LandingPage() {
/>
</div>
<div id="shop-products" data-section="shop-products">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
carouselMode="buttons"
products={[
{
id: "canva-template-pack", name: "Canva Template Pack", price: "$29", variant: "Templates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnh5k9", imageAlt: "Canva Template Pack"},
{
id: "restaurant-templates", name: "Restaurant Templates", price: "$39", variant: "Templates", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-food-world-tourism-day_23-2149114022.jpg", imageAlt: "Restaurant Templates"},
{
id: "barber-shop-templates", name: "Barber Shop Templates", price: "$29", variant: "Templates", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-standing-with-his-cute-pug-pointing-finger-dog-wearing-party-costume-posing-white-background_1258-75892.jpg", imageAlt: "Barber Shop Templates"},
{
id: "church-flyer-templates", name: "Church Flyer Templates", price: "$25", variant: "Templates", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-phone-telephone-directory_23-2149854948.jpg", imageAlt: "Church Flyer Templates"},
{
id: "real-estate-templates", name: "Real Estate Templates", price: "$35", variant: "Templates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=btwsfy", imageAlt: "Real Estate Templates"},
{
id: "graphic-design-guide", name: "Graphic Design Guide", price: "$19", variant: "eBook", imageSrc: "http://img.b2bpic.net/free-photo/young-designer-works-remodeling-project-using-architectural-software-pc_482257-119065.jpg", imageAlt: "Graphic Design Guide eBook"},
{
id: "social-media-marketing-guide", name: "Social Media Marketing Guide", price: "$24", variant: "eBook", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-with-tablet-mock-up_23-2148291149.jpg", imageAlt: "Social Media Marketing Guide eBook"},
{
id: "small-business-branding-guide", name: "Small Business Branding Guide", price: "$29", variant: "eBook", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440903.jpg", imageAlt: "Small Business Branding Guide eBook"},
{
id: "50-logo-templates-bundle", name: "50 Logo Templates Bundle", price: "$49", variant: "Design Bundle", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-graphics_23-2148080988.jpg", imageAlt: "50 Logo Templates Bundle"},
{
id: "100-social-media-templates-bundle", name: "100 Social Media Templates Bundle", price: "$69", variant: "Design Bundle", imageSrc: "http://img.b2bpic.net/free-vector/colorful-workout-home-facebook-post_23-2149102017.jpg", imageAlt: "100 Social Media Templates Bundle"},
{
id: "complete-branding-kit-bundle", name: "Complete Branding Kit Bundle", price: "$99", variant: "Design Bundle", imageSrc: "http://img.b2bpic.net/free-photo/proposal-summary-project-progress-research-concept_53876-13823.jpg", imageAlt: "Complete Branding Kit Bundle"},
]}
title="Shop Our Digital Products"
description="Boost your brand and streamline your creative process with our premium collection of digital templates, guides, and design bundles."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"