Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d877efd94c | |||
| 9232fe4e9b | |||
| d91411918b | |||
| ddc5f0141c | |||
| 18ac93c8d2 | |||
| 479a2cc1b6 |
@@ -8,6 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Sparkles, Layers, Zap, FileImage, Pen, Palette, Quote, Lock } from 'lucide-react';
|
import { Sparkles, Layers, Zap, FileImage, Pen, Palette, Quote, Lock } from 'lucide-react';
|
||||||
|
|
||||||
@@ -49,7 +50,7 @@ export default function LandingPage() {
|
|||||||
description="Hi! I'm Muhammad Awais, a UI/UX designer from Pakistan with 3+ years of experience. I'm dedicated to crafting websites that bring your ideas to life, combining design and development to deliver fast, impactful results."
|
description="Hi! I'm Muhammad Awais, a UI/UX designer from Pakistan with 3+ years of experience. I'm dedicated to crafting websites that bring your ideas to life, combining design and development to deliver fast, impactful results."
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/modern-ui-ux-design-portfolio-showcase-d-1773033406002-d93af35f.png", imageAlt: "UI/UX Design Portfolio" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/modern-ui-ux-design-portfolio-showcase-d-1773033406002-d93af35f.png?_wi=1", imageAlt: "UI/UX Design Portfolio" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/contemporary-web-design-project-featurin-1773033405937-7d322d73.png", imageAlt: "Web Design Project" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/contemporary-web-design-project-featurin-1773033405937-7d322d73.png", imageAlt: "Web Design Project" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/responsive-design-mockup-showing-a-mobil-1773033405854-6e8b8827.png", imageAlt: "Responsive Design" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/responsive-design-mockup-showing-a-mobil-1773033405854-6e8b8827.png", imageAlt: "Responsive Design" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/design-system-and-component-library-disp-1773033405261-1ee2f82c.png", imageAlt: "Design System" }
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/design-system-and-component-library-disp-1773033405261-1ee2f82c.png", imageAlt: "Design System" }
|
||||||
@@ -68,6 +69,19 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="billboard" data-section="billboard">
|
||||||
|
<HeroBillboard
|
||||||
|
title="Featured Work"
|
||||||
|
description="Exceptional designs that drive results"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ah7s0jO8w9WGuyjKlaxFkqK5Zp/modern-ui-ux-design-portfolio-showcase-d-1773033406002-d93af35f.png?_wi=2"
|
||||||
|
imageAlt="Featured Project"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Portfolio", href: "#projects" }
|
||||||
|
]}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
title="Proven Track Record"
|
title="Proven Track Record"
|
||||||
|
|||||||
Reference in New Issue
Block a user