Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9857ff58e6 | |||
| 18815b83f1 | |||
| 85f9d7dbc5 | |||
| 6f2ad99baa | |||
| 5f88bfd731 | |||
| 6d72bbef10 | |||
| 600155a108 | |||
| badacee572 |
@@ -3,7 +3,7 @@
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
|
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||||
@@ -104,20 +104,27 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroSplitDualMedia
|
||||||
logoText="Certified Press"
|
title="Transform your business online with premium, conversion-focused web design"
|
||||||
description="Transform your business online with premium, conversion-focused web design. We build beautiful, fast, and results-driven websites that elevate your brand and grow your business."
|
description="We build beautiful, fast, and results-driven websites that elevate your brand and grow your business."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
tag="Certified Press"
|
||||||
|
tagIcon={Sparkles}
|
||||||
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "/contact" },
|
{ text: "Start Your Project", href: "/contact" },
|
||||||
{ text: "View Our Work", href: "/about" },
|
{ text: "View Our Work", href: "/about" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
layoutOrder="default"
|
mediaItems={[
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0ABuqpqxyTI2rDlJ8OGJZLSvR/uploaded-1773616549939-4aafxkj2.jpg"
|
{
|
||||||
imageAlt="Web design studio workspace"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0ABuqpqxyTI2rDlJ8OGJZLSvR/uploaded-1773616549939-4aafxkj2.jpg?_wi=1", imageAlt: "Web design studio workspace"},
|
||||||
|
{
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0ABuqpqxyTI2rDlJ8OGJZLSvR/uploaded-1773616549939-4aafxkj2.jpg?_wi=2", imageAlt: "Web design studio workspace"},
|
||||||
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="browser"
|
rating={5}
|
||||||
|
ratingText="Trusted by 500+ businesses worldwide"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -359,4 +366,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user