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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
@@ -104,20 +104,27 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Certified Press"
|
||||
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."
|
||||
<HeroSplitDualMedia
|
||||
title="Transform your business online with premium, conversion-focused web design"
|
||||
description="We build beautiful, fast, and results-driven websites that elevate your brand and grow your business."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Certified Press"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0ABuqpqxyTI2rDlJ8OGJZLSvR/uploaded-1773616549939-4aafxkj2.jpg"
|
||||
imageAlt="Web design studio workspace"
|
||||
mediaItems={[
|
||||
{
|
||||
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"
|
||||
frameStyle="browser"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ businesses worldwide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -359,4 +366,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user