features section
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import HeroSection from "@/components/sections/HeroSection";
|
||||
import WorksSection from "@/components/sections/WorksSection";
|
||||
import FeatureSection from "@/components/sections/FeatureSection";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className=" bg-brand-beige text-brand-black flex flex-col items-center justify-center">
|
||||
<HeroSection />
|
||||
<WorksSection />
|
||||
<FeatureSection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
@@ -56,9 +56,6 @@ export const ProjectCard = ({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
{/* Bottom separator */}
|
||||
{isTheLast && <div className="w-full h-px bg-brand-brown/20" />}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user