Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -5,7 +5,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Search } from "lucide-react";
|
||||
|
||||
@@ -67,8 +66,7 @@ export default function HomePage() {
|
||||
variant: "text", texts: ["Keywords", "Backlinks"]
|
||||
},
|
||||
{
|
||||
title: "Web Development", description: "Fast, responsive custom-built websites.", bentoComponent: "media-stack", buttonIcon: Search,
|
||||
items: [
|
||||
title: "Web Development", description: "Fast, responsive custom-built websites.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web" }
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function PortfolioPage() {
|
||||
description="Work we've crafted."
|
||||
textboxLayout="default"
|
||||
features={[]}
|
||||
useInvertedBackground="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase logoText="Webild" columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]} />
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function ServicesPage() {
|
||||
description="A comprehensive suite of digital services."
|
||||
textboxLayout="default"
|
||||
features={[]}
|
||||
useInvertedBackground="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase logoText="Webild" columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]} />
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user