Skip to content

Commit

Permalink
chore: Update metadata, package.json, and CallToAction component
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue authored and IhsenBouallegue committed Aug 1, 2024
1 parent 98274fb commit d6b257e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8,045 deletions.
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"yarn:next:dev\" \"yarn:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"dev": "concurrently \"bun:next:dev\" \"bun:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"next:dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down Expand Up @@ -67,5 +67,5 @@
"tailwindcss": "^3",
"typescript": "5.2.2"
},
"packageManager": "yarn@4.1.1"
"trustedDependencies": ["@biomejs/biome"]
}
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const plusJakartaSans = Plus_Jakarta_Sans({
});
const orbitron = Orbitron({ subsets: ["latin"], variable: "--font-orbitron" });


const metadataTitle = "TUDSaT";
const metadataDescription = "TUDSaT is a space focused student association at TU Darmstadt.";

export const metadata: Metadata = {
metadataBase: new URL("https://tudsat.space"),
title: metadataTitle,
description: metadataDescription,
openGraph: {
Expand Down
4 changes: 2 additions & 2 deletions src/slices/CallToAction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const CallToAction = ({ slice }: CallToActionProps): JSX.Element => {
<div className="text-3xl font-bold tracking-tight sm:text-4xl">
<PrismicRichText field={slice.primary.title} />
</div>
<div className="mt-6 text-lg leading-8 text-muted">
<div className="mt-6 text-lg leading-8 text-muted-foreground">
<PrismicRichText field={slice.primary.body} />
</div>
<div className="mt-10 flex items-center justify-between gap-x-6 lg:justify-start">
<div className="mt-10 gap-6 flex flex-col md:flex-row items-center justify-between lg:justify-start">
<PrismicNextLink
field={slice.primary.call_to_action_link}
className={buttonVariants({ variant: "default" })}
Expand Down
Loading

0 comments on commit d6b257e

Please sign in to comment.