feat: update layout and components for improved styling and functionality

This commit is contained in:
Poyraz Avsever
2026-03-10 10:51:22 +03:00
parent bef1cbc901
commit f84d345612
5 changed files with 132 additions and 40 deletions
+1 -5
View File
@@ -1,16 +1,12 @@
"use client";
import Link from "next/link";
import { Typography } from "poyraz-ui/atoms";
import { TestimonialCard } from "poyraz-ui/molecules";
import { REFERENCES } from "@/data/references";
export function ReferencesSection() {
return (
<section className="space-y-3">
<Typography variant="h3" className="text-foreground">
References
</Typography>
<section className="space-y-8 md:pt-12">
<div className="relative overflow-hidden rounded-sm">
<div className="flex w-max gap-3">