Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -26,33 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoAlt="By Barirah Logo"
|
||||
brandName="By Barirah"
|
||||
@@ -61,52 +47,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="project-showcase" data-section="project-showcase">
|
||||
<ProductCardOne
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "portfolio-item-1",
|
||||
name: "Luxury E-commerce Redesign",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eid-responsive-shopping_187299-47533.jpg",
|
||||
imageAlt: "Luxury E-commerce Website",
|
||||
},
|
||||
id: "portfolio-item-1", name: "Luxury E-commerce Redesign", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/eid-responsive-shopping_187299-47533.jpg", imageAlt: "Luxury E-commerce Website"},
|
||||
{
|
||||
id: "portfolio-item-2",
|
||||
name: "SaaS Platform UI/UX",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-prompts-into-ai-powered-chat-system-her-computer_482257-124123.jpg",
|
||||
imageAlt: "SaaS Dashboard UI",
|
||||
},
|
||||
id: "portfolio-item-2", name: "SaaS Platform UI/UX", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-prompts-into-ai-powered-chat-system-her-computer_482257-124123.jpg", imageAlt: "SaaS Dashboard UI"},
|
||||
{
|
||||
id: "portfolio-item-3",
|
||||
name: "Corporate Brand Launch",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-lines-with-application-icons_1134-51.jpg",
|
||||
imageAlt: "Corporate Website",
|
||||
},
|
||||
id: "portfolio-item-3", name: "Corporate Brand Launch", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lines-with-application-icons_1134-51.jpg", imageAlt: "Corporate Website"},
|
||||
{
|
||||
id: "portfolio-item-4",
|
||||
name: "Creative Agency Portfolio",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orthopedic-mat-with-sharp-spikes_1385-359.jpg",
|
||||
imageAlt: "Creative Portfolio Website",
|
||||
},
|
||||
id: "portfolio-item-4", name: "Creative Agency Portfolio", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/orthopedic-mat-with-sharp-spikes_1385-359.jpg", imageAlt: "Creative Portfolio Website"},
|
||||
{
|
||||
id: "portfolio-item-5",
|
||||
name: "Content-Rich Blog Development",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-relaxation-beverage-planning-data-digital-concept_53876-14123.jpg",
|
||||
imageAlt: "Professional Blog",
|
||||
},
|
||||
id: "portfolio-item-5", name: "Content-Rich Blog Development", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/coffee-relaxation-beverage-planning-data-digital-concept_53876-14123.jpg", imageAlt: "Professional Blog"},
|
||||
{
|
||||
id: "portfolio-item-6",
|
||||
name: "High-Converting Landing Pages",
|
||||
price: "Case Study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-attractive-woman-with-curly-hairstyle-nose-ring-red-lipstick-picking-song-typing-i_1258-142407.jpg",
|
||||
imageAlt: "Landing Page",
|
||||
},
|
||||
id: "portfolio-item-6", name: "High-Converting Landing Pages", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-attractive-woman-with-curly-hairstyle-nose-ring-red-lipstick-picking-song-typing-i_1258-142407.jpg", imageAlt: "Landing Page"},
|
||||
]}
|
||||
title="Inspiring Projects That Deliver Results"
|
||||
description="A glimpse into our diverse portfolio, demonstrating our commitment to innovative design and measurable success."
|
||||
@@ -119,35 +76,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "pt1",
|
||||
name: "Alex P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg",
|
||||
imageAlt: "Alex P. photo",
|
||||
},
|
||||
id: "pt1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg", imageAlt: "Alex P. photo"},
|
||||
{
|
||||
id: "pt2",
|
||||
name: "Ben T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg",
|
||||
imageAlt: "Ben T. photo",
|
||||
},
|
||||
id: "pt2", name: "Ben T.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-successful-goodlooking-young-professional-headhunter-female-entrepreneur-office-worker-beige-blazer-look-away-cross-hands-chest-confident-manage-own-business_197531-30576.jpg", imageAlt: "Ben T. photo"},
|
||||
{
|
||||
id: "pt3",
|
||||
name: "Cara W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg",
|
||||
imageAlt: "Cara W. photo",
|
||||
},
|
||||
id: "pt3", name: "Cara W.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-short-curly-hair-wireless-earphones-s_574295-3780.jpg", imageAlt: "Cara W. photo"},
|
||||
{
|
||||
id: "pt4",
|
||||
name: "Daniel S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-artist-putting-make-up-himself_23-2150166019.jpg",
|
||||
imageAlt: "Daniel S. photo",
|
||||
},
|
||||
id: "pt4", name: "Daniel S.", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-artist-putting-make-up-himself_23-2150166019.jpg", imageAlt: "Daniel S. photo"},
|
||||
{
|
||||
id: "pt5",
|
||||
name: "Eliza M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
|
||||
imageAlt: "Eliza M. photo",
|
||||
},
|
||||
id: "pt5", name: "Eliza M.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg", imageAlt: "Eliza M. photo"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say About Our Projects"
|
||||
cardTag="Project Success"
|
||||
@@ -159,13 +96,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="By Barirah"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user