diff --git a/components/landing/campaign.tsx b/components/landing/campaign.tsx index 9d52495..f2aedce 100644 --- a/components/landing/campaign.tsx +++ b/components/landing/campaign.tsx @@ -44,25 +44,27 @@ export default function Campaign() {
{dummyData.map((item, index) => ( - - - {item.title} - - -
{item.date}
-
{item.title}
- -

Lihat Selengkapnya

- -
-
+ + + + {item.title} + + +
{item.date}
+
{item.title}
+ +

Lihat Selengkapnya

+ +
+
+ ))}
diff --git a/components/landing/headline.tsx b/components/landing/headline.tsx index 52dbfb7..23d42ca 100644 --- a/components/landing/headline.tsx +++ b/components/landing/headline.tsx @@ -84,30 +84,32 @@ export default function Headline() { freeMode={true} navigation={true} modules={[FreeMode, Navigation]} - className="max-w-[90%] w-4/5 lg:w-full ml-2 mr-2" + className="max-w-[90%] lg:w-full ml-2 mr-2 w-full" > {headlineData.map((item) => ( -
- - - {item.title} - - -
{item.date}
-
{item.title}
- -

Lihat Selengkapnya

- -
-
-
+ +
+ + + {item.title} + + +
{item.date}
+
{item.title}
+ +

Lihat Selengkapnya

+ +
+
+
+
))} diff --git a/components/landing/visi-misi.tsx b/components/landing/visi-misi.tsx index 13cd174..5220ac0 100644 --- a/components/landing/visi-misi.tsx +++ b/components/landing/visi-misi.tsx @@ -14,7 +14,7 @@ import { useCallback, useRef } from "react"; export default function VisiMisi() { - const sliderRef = useRef(null); + const sliderRef = useRef(null); const images = [ { diff --git a/config/site.ts b/config/site.ts index 94d2008..e845541 100644 --- a/config/site.ts +++ b/config/site.ts @@ -1,7 +1,7 @@ export type SiteConfig = typeof siteConfig; export const siteConfig = { - name: "Next.js + NextUI", + name: "Aminbersatu.com", description: "Make beautiful websites regardless of your design experience.", navItems: [ { @@ -14,7 +14,7 @@ export const siteConfig = { }, { label: "Update TPS", - href: "/docs", + href: "#", }, // { // label: "Blog", diff --git a/public/favicon.ico b/public/favicon.ico index 718d6fe..1201205 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/ffavicon.ico b/public/ffavicon.ico new file mode 100644 index 0000000..718d6fe Binary files /dev/null and b/public/ffavicon.ico differ