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