Merge version_3 into main #4
@@ -64,6 +64,7 @@ export default function MyWorkPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Michael Carpino"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARbqyUkytmmnyoUaQYVwFKuoD6/uploaded-1772561580631-rzxo5i39.png"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "My Work", id: "/my-work" },
|
||||
@@ -79,9 +80,7 @@ export default function MyWorkPage() {
|
||||
tag="Gallery"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttons={[{ text: "Back to Home", href: "/" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/camera-on-table_1232-1341.jpg"
|
||||
imageAlt="My work portfolio"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -9,6 +9,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Image from "next/image";
|
||||
import { Award, Sparkles, Zap, Camera, MessageCircle, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -28,6 +29,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Michael Carpino"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARbqyUkytmmnyoUaQYVwFKuoD6/uploaded-1772561580631-rzxo5i39.png"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "My Work", id: "/my-work" },
|
||||
|
||||
Reference in New Issue
Block a user