Compare commits
12 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bba1a6fcc | |||
| 8125a05128 | |||
| 34e5dea9dc | |||
| a690c7874e | |||
| a31bc9be08 | |||
| 82a0e13392 | |||
| a474a5474d | |||
| ca5628fe52 | |||
| 8f646228aa | |||
| 77765f7141 | |||
| 19e7d9291d | |||
| 6677ba1683 |
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png"
|
||||
logoClassName="scale-[2.5]"
|
||||
brandName="Digital Creation"
|
||||
button={{
|
||||
text: "WhatsApp", href: "https://wa.me/yournumber"}}
|
||||
|
||||
@@ -28,6 +28,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png"
|
||||
logoClassName="scale-[2.5]"
|
||||
brandName="Digital Creation"
|
||||
button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }}
|
||||
/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -33,16 +33,16 @@ export default function LandingPage() {
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png"
|
||||
brandName="Digital Creation"
|
||||
logoClassName="scale-150"
|
||||
logoClassName="scale-[4.5]"
|
||||
button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
<HeroBillboardScroll
|
||||
title="Digital Creation"
|
||||
description="Transforming ideas into cutting-edge digital experiences."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[{ text: "Get Started", href: "/contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/professional-digital-agency-hero-backgro-1777201012465-62f4e814.png"
|
||||
/>
|
||||
|
||||
@@ -28,6 +28,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png"
|
||||
logoClassName="scale-[2.5]"
|
||||
brandName="Digital Creation"
|
||||
button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user