File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
apps/gifting-concierge/src/app Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- import Link from "next/link" ;
2
1
import { cn } from "@theliaison/ui" ;
3
2
import { buttonVariants } from "@theliaison/ui/button" ;
3
+ import Link from "next/link" ;
4
4
5
5
import { Particles } from "@theliaison/ui/magicui/particles" ;
6
- import { SendGiftPopover } from "./send-gift-popover" ;
7
6
import { HeroTextAnimation } from "./hero-text-animation" ;
7
+ import { SendGiftPopover } from "./send-gift-popover" ;
8
8
9
9
export function Hero ( ) {
10
10
return (
Original file line number Diff line number Diff line change
1
+ import { Button } from "@theliaison/ui/button" ;
1
2
import {
2
3
Popover ,
3
4
PopoverContent ,
4
5
PopoverTrigger ,
5
6
} from "@theliaison/ui/popover" ;
6
- import { Button } from "@theliaison/ui/button" ;
7
7
import { GiftIcon , LinkIcon , StoreIcon } from "lucide-react" ;
8
8
import Link from "next/link" ;
9
9
Original file line number Diff line number Diff line change 1
- import type { Metadata } from "next" ;
2
1
import { WordRotate } from "@theliaison/ui/magicui/word-rotate" ;
3
- import { Header } from "./[giftId]/header " ;
2
+ import type { Metadata } from "next " ;
4
3
import Link from "next/link" ;
4
+ import { Header } from "./[giftId]/header" ;
5
5
6
6
const navLinks = [
7
7
{
@@ -78,10 +78,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
78
78
{ navLinks . map ( ( item ) => (
79
79
< Link
80
80
key = { item . name }
81
- isExternal
82
81
className = "text-default-500"
83
82
href = { item . href }
84
- size = "sm"
85
83
>
86
84
{ item . name }
87
85
</ Link >
You can’t perform that action at this time.
0 commit comments